Home | History | Annotate | Download | only in test.expected
      1 [
      2   {
      3     "cmd": [
      4       "python",
      5       "-u",
      6       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
      7       "--json-output",
      8       "/path/to/tmp/json",
      9       "copy",
     10       "[START_DIR]/skia/infra/bots/assets/skp/VERSION",
     11       "/path/to/tmp/"
     12     ],
     13     "infra_step": true,
     14     "name": "Get downloaded SKP VERSION"
     15   },
     16   {
     17     "cmd": [
     18       "python",
     19       "-u",
     20       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
     21       "--json-output",
     22       "/path/to/tmp/json",
     23       "copy",
     24       "42",
     25       "[START_DIR]/tmp/SKP_VERSION"
     26     ],
     27     "infra_step": true,
     28     "name": "write SKP_VERSION"
     29   },
     30   {
     31     "cmd": [
     32       "python",
     33       "-u",
     34       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
     35       "--json-output",
     36       "/path/to/tmp/json",
     37       "copy",
     38       "[START_DIR]/skia/infra/bots/assets/skimage/VERSION",
     39       "/path/to/tmp/"
     40     ],
     41     "infra_step": true,
     42     "name": "Get downloaded skimage VERSION"
     43   },
     44   {
     45     "cmd": [
     46       "python",
     47       "-u",
     48       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
     49       "--json-output",
     50       "/path/to/tmp/json",
     51       "copy",
     52       "42",
     53       "[START_DIR]/tmp/SK_IMAGE_VERSION"
     54     ],
     55     "infra_step": true,
     56     "name": "write SK_IMAGE_VERSION"
     57   },
     58   {
     59     "cmd": [
     60       "python",
     61       "-u",
     62       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
     63       "--json-output",
     64       "/path/to/tmp/json",
     65       "copy",
     66       "[START_DIR]/skia/infra/bots/assets/svg/VERSION",
     67       "/path/to/tmp/"
     68     ],
     69     "infra_step": true,
     70     "name": "Get downloaded SVG VERSION"
     71   },
     72   {
     73     "cmd": [
     74       "python",
     75       "-u",
     76       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
     77       "--json-output",
     78       "/path/to/tmp/json",
     79       "copy",
     80       "42",
     81       "[START_DIR]/tmp/SVG_VERSION"
     82     ],
     83     "infra_step": true,
     84     "name": "write SVG_VERSION"
     85   },
     86   {
     87     "cmd": [
     88       "python",
     89       "-u",
     90       "import os\nprint os.environ.get('SWARMING_BOT_ID', '')\n"
     91     ],
     92     "name": "get swarming bot id",
     93     "stdout": "/path/to/tmp/",
     94     "~followup_annotations": [
     95       "@@@STEP_LOG_LINE (a] python.inline@import os@@@",
     96       "@@@STEP_LOG_LINE (a] python.inline@print os.environ.get('SWARMING_BOT_ID', '')@@@",
     97       "@@@STEP_LOG_END (a] python.inline@@@"
     98     ]
     99   },
    100   {
    101     "cmd": [
    102       "python",
    103       "-u",
    104       "import os\nprint os.environ.get('SWARMING_TASK_ID', '')\n"
    105     ],
    106     "name": "get swarming task id",
    107     "stdout": "/path/to/tmp/",
    108     "~followup_annotations": [
    109       "@@@STEP_LOG_LINE (a] python.inline@import os@@@",
    110       "@@@STEP_LOG_LINE (a] python.inline@print os.environ.get('SWARMING_TASK_ID', '')@@@",
    111       "@@@STEP_LOG_END (a] python.inline@@@"
    112     ]
    113   },
    114   {
    115     "cmd": [
    116       "python",
    117       "-u",
    118       "RECIPE_MODULE[skia::flavor]/resources/symbolize_stack_trace.py",
    119       "[START_DIR]",
    120       "[START_DIR]/out/Debug/dm",
    121       "--undefok",
    122       "--resourcePath",
    123       "[START_DIR]/skia/resources",
    124       "--skps",
    125       "[START_DIR]/skp",
    126       "--images",
    127       "[START_DIR]/skimage/dm",
    128       "--colorImages",
    129       "[START_DIR]/skimage/colorspace",
    130       "--nameByHash",
    131       "--properties",
    132       "gitHash",
    133       "abc123",
    134       "builder",
    135       "Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Debug-ASAN",
    136       "swarming_bot_id",
    137       "skia-bot-123",
    138       "swarming_task_id",
    139       "123456",
    140       "--svgs",
    141       "[START_DIR]/svg",
    142       "--key",
    143       "arch",
    144       "x86_64",
    145       "compiler",
    146       "Clang",
    147       "configuration",
    148       "Debug",
    149       "cpu_or_gpu",
    150       "CPU",
    151       "cpu_or_gpu_value",
    152       "AVX2",
    153       "extra_config",
    154       "ASAN",
    155       "model",
    156       "GCE",
    157       "os",
    158       "Ubuntu",
    159       "--nogpu",
    160       "--randomProcessorTest",
    161       "--config",
    162       "8888",
    163       "srgb",
    164       "pdf",
    165       "gl",
    166       "gldft",
    167       "glsrgb",
    168       "glmsaa8",
    169       "565",
    170       "f16",
    171       "sp-8888",
    172       "2ndpic-8888",
    173       "lite-8888",
    174       "gbr-8888",
    175       "serialize-8888",
    176       "tiles_rt-8888",
    177       "pic-8888",
    178       "--src",
    179       "tests",
    180       "gm",
    181       "image",
    182       "colorImage",
    183       "svg",
    184       "--blacklist",
    185       "f16",
    186       "_",
    187       "_",
    188       "dstreadshuffle",
    189       "glsrgb",
    190       "image",
    191       "_",
    192       "_",
    193       "gbr-8888",
    194       "image",
    195       "_",
    196       "_",
    197       "gbr-8888",
    198       "colorImage",
    199       "_",
    200       "_",
    201       "serialize-8888",
    202       "gm",
    203       "_",
    204       "bleed_image",
    205       "serialize-8888",
    206       "gm",
    207       "_",
    208       "c_gms",
    209       "serialize-8888",
    210       "gm",
    211       "_",
    212       "colortype",
    213       "serialize-8888",
    214       "gm",
    215       "_",
    216       "colortype_xfermodes",
    217       "serialize-8888",
    218       "gm",
    219       "_",
    220       "drawfilter",
    221       "serialize-8888",
    222       "gm",
    223       "_",
    224       "fontmgr_bounds_0.75_0",
    225       "serialize-8888",
    226       "gm",
    227       "_",
    228       "fontmgr_bounds_1_-0.25",
    229       "serialize-8888",
    230       "gm",
    231       "_",
    232       "fontmgr_bounds",
    233       "serialize-8888",
    234       "gm",
    235       "_",
    236       "fontmgr_match",
    237       "serialize-8888",
    238       "gm",
    239       "_",
    240       "fontmgr_iter",
    241       "serialize-8888",
    242       "gm",
    243       "_",
    244       "imagemasksubset",
    245       "serialize-8888",
    246       "gm",
    247       "_",
    248       "bitmapfilters",
    249       "serialize-8888",
    250       "gm",
    251       "_",
    252       "bitmapshaders",
    253       "serialize-8888",
    254       "gm",
    255       "_",
    256       "bleed",
    257       "serialize-8888",
    258       "gm",
    259       "_",
    260       "bleed_alpha_bmp",
    261       "serialize-8888",
    262       "gm",
    263       "_",
    264       "bleed_alpha_bmp_shader",
    265       "serialize-8888",
    266       "gm",
    267       "_",
    268       "convex_poly_clip",
    269       "serialize-8888",
    270       "gm",
    271       "_",
    272       "extractalpha",
    273       "serialize-8888",
    274       "gm",
    275       "_",
    276       "filterbitmap_checkerboard_32_32_g8",
    277       "serialize-8888",
    278       "gm",
    279       "_",
    280       "filterbitmap_image_mandrill_64",
    281       "serialize-8888",
    282       "gm",
    283       "_",
    284       "shadows",
    285       "serialize-8888",
    286       "gm",
    287       "_",
    288       "simpleaaclip_aaclip",
    289       "serialize-8888",
    290       "gm",
    291       "_",
    292       "composeshader_bitmap",
    293       "serialize-8888",
    294       "gm",
    295       "_",
    296       "scaled_tilemodes_npot",
    297       "serialize-8888",
    298       "gm",
    299       "_",
    300       "scaled_tilemodes",
    301       "serialize-8888",
    302       "gm",
    303       "_",
    304       "typefacerendering_pfaMac",
    305       "serialize-8888",
    306       "gm",
    307       "_",
    308       "parsedpaths",
    309       "serialize-8888",
    310       "gm",
    311       "_",
    312       "ImageGeneratorExternal_rect",
    313       "serialize-8888",
    314       "gm",
    315       "_",
    316       "ImageGeneratorExternal_shader",
    317       "serialize-8888",
    318       "gm",
    319       "_",
    320       "shadow_utils",
    321       "serialize-8888",
    322       "gm",
    323       "_",
    324       "makecolorspace",
    325       "serialize-8888",
    326       "gm",
    327       "_",
    328       "bleed_alpha_image",
    329       "serialize-8888",
    330       "gm",
    331       "_",
    332       "bleed_alpha_image_shader",
    333       "sp-8888",
    334       "gm",
    335       "_",
    336       "drawfilter",
    337       "pic-8888",
    338       "gm",
    339       "_",
    340       "drawfilter",
    341       "2ndpic-8888",
    342       "gm",
    343       "_",
    344       "drawfilter",
    345       "lite-8888",
    346       "gm",
    347       "_",
    348       "drawfilter",
    349       "sp-8888",
    350       "gm",
    351       "_",
    352       "image-cacherator-from-picture",
    353       "pic-8888",
    354       "gm",
    355       "_",
    356       "image-cacherator-from-picture",
    357       "2ndpic-8888",
    358       "gm",
    359       "_",
    360       "image-cacherator-from-picture",
    361       "serialize-8888",
    362       "gm",
    363       "_",
    364       "image-cacherator-from-picture",
    365       "sp-8888",
    366       "gm",
    367       "_",
    368       "image-cacherator-from-raster",
    369       "pic-8888",
    370       "gm",
    371       "_",
    372       "image-cacherator-from-raster",
    373       "2ndpic-8888",
    374       "gm",
    375       "_",
    376       "image-cacherator-from-raster",
    377       "serialize-8888",
    378       "gm",
    379       "_",
    380       "image-cacherator-from-raster",
    381       "sp-8888",
    382       "gm",
    383       "_",
    384       "image-cacherator-from-ctable",
    385       "pic-8888",
    386       "gm",
    387       "_",
    388       "image-cacherator-from-ctable",
    389       "2ndpic-8888",
    390       "gm",
    391       "_",
    392       "image-cacherator-from-ctable",
    393       "serialize-8888",
    394       "gm",
    395       "_",
    396       "image-cacherator-from-ctable",
    397       "sp-8888",
    398       "gm",
    399       "_",
    400       "gamut",
    401       "pic-8888",
    402       "gm",
    403       "_",
    404       "gamut",
    405       "lite-8888",
    406       "gm",
    407       "_",
    408       "gamut",
    409       "2ndpic-8888",
    410       "gm",
    411       "_",
    412       "gamut",
    413       "serialize-8888",
    414       "gm",
    415       "_",
    416       "gamut",
    417       "sp-8888",
    418       "gm",
    419       "_",
    420       "complexclip4_bw",
    421       "pic-8888",
    422       "gm",
    423       "_",
    424       "complexclip4_bw",
    425       "lite-8888",
    426       "gm",
    427       "_",
    428       "complexclip4_bw",
    429       "2ndpic-8888",
    430       "gm",
    431       "_",
    432       "complexclip4_bw",
    433       "serialize-8888",
    434       "gm",
    435       "_",
    436       "complexclip4_bw",
    437       "sp-8888",
    438       "gm",
    439       "_",
    440       "complexclip4_aa",
    441       "pic-8888",
    442       "gm",
    443       "_",
    444       "complexclip4_aa",
    445       "lite-8888",
    446       "gm",
    447       "_",
    448       "complexclip4_aa",
    449       "2ndpic-8888",
    450       "gm",
    451       "_",
    452       "complexclip4_aa",
    453       "serialize-8888",
    454       "gm",
    455       "_",
    456       "complexclip4_aa",
    457       "tiles_rt-8888",
    458       "gm",
    459       "_",
    460       "complexclip4_bw",
    461       "tiles_rt-8888",
    462       "gm",
    463       "_",
    464       "complexclip4_aa"
    465     ],
    466     "cwd": "[START_DIR]/skia",
    467     "env": {
    468       "ASAN_OPTIONS": "symbolize=1 detect_leaks=1",
    469       "BUILDTYPE": "Debug",
    470       "CHROME_HEADLESS": "1",
    471       "LSAN_OPTIONS": "symbolize=1 print_suppressions=1",
    472       "PATH": "<PATH>:RECIPE_PACKAGE_REPO[depot_tools]:[START_DIR]/clang_linux/bin",
    473       "SKIA_OUT": "[START_DIR]/out",
    474       "UBSAN_OPTIONS": "symbolize=1 print_stacktrace=1"
    475     },
    476     "name": "symbolized dm"
    477   },
    478   {
    479     "name": "$result",
    480     "recipe_result": null,
    481     "status_code": 0
    482   }
    483 ]