2017-09-07 17:57:16 +00:00
|
|
|
[
|
2018-05-04 17:46:15 +00:00
|
|
|
{
|
|
|
|
"cmd": [
|
|
|
|
"python",
|
|
|
|
"-u",
|
|
|
|
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
|
|
|
|
"--json-output",
|
|
|
|
"/path/to/tmp/json",
|
|
|
|
"ensure-directory",
|
|
|
|
"--mode",
|
|
|
|
"0777",
|
|
|
|
"[START_DIR]/tmp"
|
|
|
|
],
|
|
|
|
"infra_step": true,
|
|
|
|
"name": "makedirs tmp_dir"
|
|
|
|
},
|
2017-09-07 17:57:16 +00:00
|
|
|
{
|
|
|
|
"cmd": [
|
|
|
|
"python",
|
|
|
|
"-u",
|
|
|
|
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
|
|
|
|
"--json-output",
|
|
|
|
"/path/to/tmp/json",
|
|
|
|
"copy",
|
|
|
|
"[START_DIR]/skia/infra/bots/assets/skp/VERSION",
|
|
|
|
"/path/to/tmp/"
|
|
|
|
],
|
|
|
|
"infra_step": true,
|
2018-03-19 20:52:37 +00:00
|
|
|
"name": "Get skp VERSION"
|
2017-09-07 17:57:16 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"cmd": [
|
|
|
|
"python",
|
|
|
|
"-u",
|
|
|
|
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
|
|
|
|
"--json-output",
|
|
|
|
"/path/to/tmp/json",
|
|
|
|
"copy",
|
|
|
|
"42",
|
|
|
|
"[START_DIR]/tmp/SKP_VERSION"
|
|
|
|
],
|
|
|
|
"infra_step": true,
|
|
|
|
"name": "write SKP_VERSION"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"cmd": [
|
|
|
|
"python",
|
|
|
|
"-u",
|
|
|
|
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
|
|
|
|
"--json-output",
|
|
|
|
"/path/to/tmp/json",
|
|
|
|
"copy",
|
|
|
|
"[START_DIR]/skia/infra/bots/assets/skimage/VERSION",
|
|
|
|
"/path/to/tmp/"
|
|
|
|
],
|
|
|
|
"infra_step": true,
|
2018-03-19 20:52:37 +00:00
|
|
|
"name": "Get skimage VERSION"
|
2017-09-07 17:57:16 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"cmd": [
|
|
|
|
"python",
|
|
|
|
"-u",
|
|
|
|
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
|
|
|
|
"--json-output",
|
|
|
|
"/path/to/tmp/json",
|
|
|
|
"copy",
|
|
|
|
"42",
|
|
|
|
"[START_DIR]/tmp/SK_IMAGE_VERSION"
|
|
|
|
],
|
|
|
|
"infra_step": true,
|
|
|
|
"name": "write SK_IMAGE_VERSION"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"cmd": [
|
|
|
|
"python",
|
|
|
|
"-u",
|
|
|
|
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
|
|
|
|
"--json-output",
|
|
|
|
"/path/to/tmp/json",
|
|
|
|
"copy",
|
|
|
|
"[START_DIR]/skia/infra/bots/assets/svg/VERSION",
|
|
|
|
"/path/to/tmp/"
|
|
|
|
],
|
|
|
|
"infra_step": true,
|
2018-03-19 20:52:37 +00:00
|
|
|
"name": "Get svg VERSION"
|
2017-09-07 17:57:16 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"cmd": [
|
|
|
|
"python",
|
|
|
|
"-u",
|
|
|
|
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
|
|
|
|
"--json-output",
|
|
|
|
"/path/to/tmp/json",
|
|
|
|
"copy",
|
|
|
|
"42",
|
|
|
|
"[START_DIR]/tmp/SVG_VERSION"
|
|
|
|
],
|
|
|
|
"infra_step": true,
|
|
|
|
"name": "write SVG_VERSION"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"cmd": [
|
|
|
|
"python",
|
|
|
|
"-u",
|
|
|
|
"import os\nprint os.environ.get('SWARMING_BOT_ID', '')\n"
|
|
|
|
],
|
|
|
|
"name": "get swarming bot id",
|
|
|
|
"stdout": "/path/to/tmp/",
|
|
|
|
"~followup_annotations": [
|
|
|
|
"@@@STEP_LOG_LINE@python.inline@import os@@@",
|
|
|
|
"@@@STEP_LOG_LINE@python.inline@print os.environ.get('SWARMING_BOT_ID', '')@@@",
|
|
|
|
"@@@STEP_LOG_END@python.inline@@@"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"cmd": [
|
|
|
|
"python",
|
|
|
|
"-u",
|
|
|
|
"import os\nprint os.environ.get('SWARMING_TASK_ID', '')\n"
|
|
|
|
],
|
|
|
|
"name": "get swarming task id",
|
|
|
|
"stdout": "/path/to/tmp/",
|
|
|
|
"~followup_annotations": [
|
|
|
|
"@@@STEP_LOG_LINE@python.inline@import os@@@",
|
|
|
|
"@@@STEP_LOG_LINE@python.inline@print os.environ.get('SWARMING_TASK_ID', '')@@@",
|
|
|
|
"@@@STEP_LOG_END@python.inline@@@"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"cmd": [
|
|
|
|
"python",
|
|
|
|
"-u",
|
|
|
|
"RECIPE_MODULE[skia::flavor]/resources/symbolize_stack_trace.py",
|
|
|
|
"[START_DIR]",
|
2018-04-17 19:55:57 +00:00
|
|
|
"[START_DIR]/build/out/Debug/dm",
|
2017-09-07 17:57:16 +00:00
|
|
|
"--resourcePath",
|
|
|
|
"[START_DIR]/skia/resources",
|
|
|
|
"--skps",
|
|
|
|
"[START_DIR]/skp",
|
|
|
|
"--images",
|
|
|
|
"[START_DIR]/skimage/dm",
|
|
|
|
"--colorImages",
|
|
|
|
"[START_DIR]/skimage/colorspace",
|
|
|
|
"--nameByHash",
|
|
|
|
"--properties",
|
|
|
|
"gitHash",
|
|
|
|
"abc123",
|
|
|
|
"builder",
|
2017-10-16 01:05:58 +00:00
|
|
|
"Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN",
|
2017-11-29 17:33:22 +00:00
|
|
|
"buildbucket_build_id",
|
|
|
|
"123454321",
|
2017-09-07 17:57:16 +00:00
|
|
|
"swarming_bot_id",
|
|
|
|
"skia-bot-123",
|
|
|
|
"swarming_task_id",
|
|
|
|
"123456",
|
|
|
|
"--svgs",
|
|
|
|
"[START_DIR]/svg",
|
|
|
|
"--key",
|
|
|
|
"arch",
|
|
|
|
"x86_64",
|
|
|
|
"compiler",
|
|
|
|
"Clang",
|
|
|
|
"configuration",
|
|
|
|
"Debug",
|
|
|
|
"cpu_or_gpu",
|
|
|
|
"CPU",
|
|
|
|
"cpu_or_gpu_value",
|
|
|
|
"AVX2",
|
|
|
|
"extra_config",
|
|
|
|
"ASAN",
|
|
|
|
"model",
|
|
|
|
"GCE",
|
|
|
|
"os",
|
|
|
|
"Debian9",
|
|
|
|
"--dont_write",
|
|
|
|
"pdf",
|
|
|
|
"--randomProcessorTest",
|
|
|
|
"--nogpu",
|
|
|
|
"--config",
|
|
|
|
"8888",
|
|
|
|
"srgb",
|
|
|
|
"pdf",
|
2018-01-09 16:21:58 +00:00
|
|
|
"g8",
|
2017-09-07 17:57:16 +00:00
|
|
|
"565",
|
|
|
|
"f16",
|
|
|
|
"lite-8888",
|
2017-10-31 17:42:08 +00:00
|
|
|
"gbr-8888",
|
Reland "Reland "Reland "Exercise the threaded backend in test bots"""
This reverts commit 47f2b7b089c688503b12caff9c8a84fb185d01c5.
Reason for revert: try to fix the issue by reducing the set of bots
Original change's description:
> Revert "Reland "Reland "Exercise the threaded backend in test bots"""
>
> This reverts commit 7ddad479e464a3d481d106415c9c1b8cc8496848.
>
> Reason for revert: bots failure
>
> Original change's description:
> > Reland "Reland "Exercise the threaded backend in test bots""
> >
> > This reverts commit 0f5972604ce4439fd33118d6be1e4f24fe6c267f.
> >
> > Reason for revert: ASAN/MSAN should have been fixed
> >
> > Original change's description:
> > > Revert "Reland "Exercise the threaded backend in test bots""
> > >
> > > This reverts commit 654ca8a340700ca8089abb7828adc2c229c6241e.
> > >
> > > Reason for revert: ASAN,MSAN failures
> > >
> > > Original change's description:
> > > > Reland "Exercise the threaded backend in test bots"
> > > >
> > > > This reverts commit ea51393ba918f75c1b40d521081789eeb3b42d6f.
> > > >
> > > > Reason for revert: try again after many fixes of the threaded backend
> > > >
> > > > Original change's description:
> > > > > Revert "Exercise the threaded backend in test bots"
> > > > >
> > > > > This reverts commit a39991ebd70f4aaf1290dd516467d729811e45ee.
> > > > >
> > > > > Reason for revert: Random bots timeout
> > > > >
> > > > > Original change's description:
> > > > > > Exercise the threaded backend in test bots
> > > > > >
> > > > > > We can't draw everything correctly now, but it's at least not crashing.
> > > > > >
> > > > > > The draw_to_canvas is modified by adding flush because now the raster
> > > > > > canvas also needs flush like GPU canvases because of the threaded
> > > > > > backend. (Previously, AndroidCodecSrc vetoed GPU (non-raster) sink
> > > > > > and that's why it was not crashing.)
> > > > > >
> > > > > >
> > > > > > Bug: skia:
> > > > > > Change-Id: I222d706c33e15326e1b97d6bef6c46b8c35cebfd
> > > > > > Reviewed-on: https://skia-review.googlesource.com/118886
> > > > > > Reviewed-by: Kevin Lubick <kjlubick@google.com>
> > > > > > Commit-Queue: Yuqian Li <liyuqian@google.com>
> > > > >
> > > > > TBR=kjlubick@google.com,stephana@google.com,liyuqian@google.com
> > > > >
> > > > > Change-Id: Ib1089d937b6e25cc39d90ad4de35b3a4c406f6b1
> > > > > No-Presubmit: true
> > > > > No-Tree-Checks: true
> > > > > No-Try: true
> > > > > Bug: skia:
> > > > > Reviewed-on: https://skia-review.googlesource.com/119100
> > > > > Reviewed-by: Yuqian Li <liyuqian@google.com>
> > > > > Commit-Queue: Yuqian Li <liyuqian@google.com>
> > > >
> > > > TBR=kjlubick@google.com,stephana@google.com,liyuqian@google.com
> > > >
> > > > # Not skipping CQ checks because original CL landed > 1 day ago.
> > > >
> > > > Bug: skia:7838
> > > > Change-Id: I1405212204bf694b2f31dfc38154759e1d3e363f
> > > > Reviewed-on: https://skia-review.googlesource.com/121680
> > > > Commit-Queue: Yuqian Li <liyuqian@google.com>
> > > > Reviewed-by: Yuqian Li <liyuqian@google.com>
> > >
> > > TBR=kjlubick@google.com,stephana@google.com,liyuqian@google.com
> > >
> > > Change-Id: Id1b273e22a1d0cbc15a2155252909f576b401fa4
> > > No-Presubmit: true
> > > No-Tree-Checks: true
> > > No-Try: true
> > > Bug: skia:7838
> > > Reviewed-on: https://skia-review.googlesource.com/123360
> > > Reviewed-by: Mike Klein <mtklein@google.com>
> > > Commit-Queue: Mike Klein <mtklein@google.com>
> >
> > TBR=mtklein@google.com,kjlubick@google.com,stephana@google.com,liyuqian@google.com
> >
> > # Not skipping CQ checks because original CL landed > 1 day ago.
> >
> > Bug: skia:7838
> > Change-Id: I205d579f2959ea726b447993314c1326b731730e
> > Reviewed-on: https://skia-review.googlesource.com/123660
> > Commit-Queue: Yuqian Li <liyuqian@google.com>
> > Reviewed-by: Yuqian Li <liyuqian@google.com>
>
> TBR=mtklein@google.com,kjlubick@google.com,stephana@google.com,liyuqian@google.com
>
> Change-Id: I1d3986cc2af12836dd7acbcbba713081a88301a6
> No-Presubmit: true
> No-Tree-Checks: true
> No-Try: true
> Bug: skia:7838
> Reviewed-on: https://skia-review.googlesource.com/124200
> Reviewed-by: Yuqian Li <liyuqian@google.com>
> Commit-Queue: Yuqian Li <liyuqian@google.com>
TBR=mtklein@google.com,kjlubick@google.com,stephana@google.com,liyuqian@google.com
Change-Id: I2d4d0c172849a86b37c60b32938a7a2b828258fa
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: skia:7838
Reviewed-on: https://skia-review.googlesource.com/124201
Commit-Queue: Yuqian Li <liyuqian@google.com>
Reviewed-by: Yuqian Li <liyuqian@google.com>
2018-04-27 19:52:40 +00:00
|
|
|
"t8888",
|
2017-09-07 17:57:16 +00:00
|
|
|
"serialize-8888",
|
|
|
|
"tiles_rt-8888",
|
|
|
|
"pic-8888",
|
|
|
|
"--src",
|
|
|
|
"tests",
|
|
|
|
"gm",
|
|
|
|
"image",
|
|
|
|
"colorImage",
|
|
|
|
"svg",
|
|
|
|
"--blacklist",
|
|
|
|
"~8888",
|
|
|
|
"svg",
|
|
|
|
"_",
|
|
|
|
"_",
|
|
|
|
"f16",
|
|
|
|
"_",
|
|
|
|
"_",
|
|
|
|
"dstreadshuffle",
|
2017-10-31 17:42:08 +00:00
|
|
|
"gbr-8888",
|
2017-09-07 17:57:16 +00:00
|
|
|
"image",
|
|
|
|
"_",
|
|
|
|
"_",
|
2017-10-31 17:42:08 +00:00
|
|
|
"gbr-8888",
|
2017-09-07 17:57:16 +00:00
|
|
|
"colorImage",
|
|
|
|
"_",
|
|
|
|
"_",
|
2018-01-09 16:21:58 +00:00
|
|
|
"g8",
|
|
|
|
"image",
|
|
|
|
"_",
|
|
|
|
"_",
|
|
|
|
"g8",
|
|
|
|
"colorImage",
|
|
|
|
"_",
|
|
|
|
"_",
|
2017-09-07 17:57:16 +00:00
|
|
|
"serialize-8888",
|
|
|
|
"gm",
|
|
|
|
"_",
|
|
|
|
"bleed_image",
|
|
|
|
"serialize-8888",
|
|
|
|
"gm",
|
|
|
|
"_",
|
|
|
|
"c_gms",
|
|
|
|
"serialize-8888",
|
|
|
|
"gm",
|
|
|
|
"_",
|
|
|
|
"colortype",
|
|
|
|
"serialize-8888",
|
|
|
|
"gm",
|
|
|
|
"_",
|
|
|
|
"colortype_xfermodes",
|
|
|
|
"serialize-8888",
|
|
|
|
"gm",
|
|
|
|
"_",
|
|
|
|
"drawfilter",
|
|
|
|
"serialize-8888",
|
|
|
|
"gm",
|
|
|
|
"_",
|
|
|
|
"fontmgr_bounds_0.75_0",
|
|
|
|
"serialize-8888",
|
|
|
|
"gm",
|
|
|
|
"_",
|
|
|
|
"fontmgr_bounds_1_-0.25",
|
|
|
|
"serialize-8888",
|
|
|
|
"gm",
|
|
|
|
"_",
|
|
|
|
"fontmgr_bounds",
|
|
|
|
"serialize-8888",
|
|
|
|
"gm",
|
|
|
|
"_",
|
|
|
|
"fontmgr_match",
|
|
|
|
"serialize-8888",
|
|
|
|
"gm",
|
|
|
|
"_",
|
|
|
|
"fontmgr_iter",
|
|
|
|
"serialize-8888",
|
|
|
|
"gm",
|
|
|
|
"_",
|
|
|
|
"imagemasksubset",
|
|
|
|
"serialize-8888",
|
|
|
|
"gm",
|
|
|
|
"_",
|
|
|
|
"bitmapfilters",
|
|
|
|
"serialize-8888",
|
|
|
|
"gm",
|
|
|
|
"_",
|
|
|
|
"bitmapshaders",
|
|
|
|
"serialize-8888",
|
|
|
|
"gm",
|
|
|
|
"_",
|
|
|
|
"bleed",
|
|
|
|
"serialize-8888",
|
|
|
|
"gm",
|
|
|
|
"_",
|
|
|
|
"bleed_alpha_bmp",
|
|
|
|
"serialize-8888",
|
|
|
|
"gm",
|
|
|
|
"_",
|
|
|
|
"bleed_alpha_bmp_shader",
|
|
|
|
"serialize-8888",
|
|
|
|
"gm",
|
|
|
|
"_",
|
|
|
|
"convex_poly_clip",
|
|
|
|
"serialize-8888",
|
|
|
|
"gm",
|
|
|
|
"_",
|
|
|
|
"extractalpha",
|
|
|
|
"serialize-8888",
|
|
|
|
"gm",
|
|
|
|
"_",
|
|
|
|
"filterbitmap_checkerboard_32_32_g8",
|
|
|
|
"serialize-8888",
|
|
|
|
"gm",
|
|
|
|
"_",
|
|
|
|
"filterbitmap_image_mandrill_64",
|
|
|
|
"serialize-8888",
|
|
|
|
"gm",
|
|
|
|
"_",
|
|
|
|
"shadows",
|
|
|
|
"serialize-8888",
|
|
|
|
"gm",
|
|
|
|
"_",
|
|
|
|
"simpleaaclip_aaclip",
|
|
|
|
"serialize-8888",
|
|
|
|
"gm",
|
|
|
|
"_",
|
|
|
|
"composeshader_bitmap",
|
|
|
|
"serialize-8888",
|
|
|
|
"gm",
|
|
|
|
"_",
|
|
|
|
"scaled_tilemodes_npot",
|
|
|
|
"serialize-8888",
|
|
|
|
"gm",
|
|
|
|
"_",
|
|
|
|
"scaled_tilemodes",
|
|
|
|
"serialize-8888",
|
|
|
|
"gm",
|
|
|
|
"_",
|
|
|
|
"typefacerendering_pfaMac",
|
|
|
|
"serialize-8888",
|
|
|
|
"gm",
|
|
|
|
"_",
|
|
|
|
"parsedpaths",
|
|
|
|
"serialize-8888",
|
|
|
|
"gm",
|
|
|
|
"_",
|
|
|
|
"ImageGeneratorExternal_rect",
|
|
|
|
"serialize-8888",
|
|
|
|
"gm",
|
|
|
|
"_",
|
|
|
|
"ImageGeneratorExternal_shader",
|
|
|
|
"serialize-8888",
|
|
|
|
"gm",
|
|
|
|
"_",
|
|
|
|
"shadow_utils",
|
|
|
|
"serialize-8888",
|
2017-10-31 21:31:17 +00:00
|
|
|
"gm",
|
|
|
|
"_",
|
|
|
|
"all_bitmap_configs",
|
|
|
|
"serialize-8888",
|
2017-09-07 17:57:16 +00:00
|
|
|
"gm",
|
|
|
|
"_",
|
|
|
|
"makecolorspace",
|
|
|
|
"serialize-8888",
|
|
|
|
"gm",
|
|
|
|
"_",
|
2017-11-29 20:12:45 +00:00
|
|
|
"analytic_antialias_convex",
|
|
|
|
"serialize-8888",
|
|
|
|
"gm",
|
|
|
|
"_",
|
2017-09-07 17:57:16 +00:00
|
|
|
"bleed_alpha_image",
|
|
|
|
"serialize-8888",
|
|
|
|
"gm",
|
|
|
|
"_",
|
|
|
|
"bleed_alpha_image_shader",
|
|
|
|
"pic-8888",
|
|
|
|
"gm",
|
|
|
|
"_",
|
|
|
|
"drawfilter",
|
|
|
|
"lite-8888",
|
|
|
|
"gm",
|
|
|
|
"_",
|
|
|
|
"drawfilter",
|
|
|
|
"pic-8888",
|
|
|
|
"gm",
|
|
|
|
"_",
|
|
|
|
"image-cacherator-from-picture",
|
|
|
|
"serialize-8888",
|
|
|
|
"gm",
|
|
|
|
"_",
|
|
|
|
"image-cacherator-from-picture",
|
|
|
|
"pic-8888",
|
|
|
|
"gm",
|
|
|
|
"_",
|
|
|
|
"image-cacherator-from-raster",
|
|
|
|
"serialize-8888",
|
|
|
|
"gm",
|
|
|
|
"_",
|
|
|
|
"image-cacherator-from-raster",
|
|
|
|
"pic-8888",
|
|
|
|
"gm",
|
|
|
|
"_",
|
|
|
|
"image-cacherator-from-ctable",
|
|
|
|
"serialize-8888",
|
|
|
|
"gm",
|
|
|
|
"_",
|
|
|
|
"image-cacherator-from-ctable",
|
|
|
|
"pic-8888",
|
|
|
|
"gm",
|
|
|
|
"_",
|
|
|
|
"gamut",
|
|
|
|
"lite-8888",
|
|
|
|
"gm",
|
|
|
|
"_",
|
|
|
|
"gamut",
|
|
|
|
"serialize-8888",
|
|
|
|
"gm",
|
|
|
|
"_",
|
|
|
|
"gamut",
|
|
|
|
"pic-8888",
|
|
|
|
"gm",
|
|
|
|
"_",
|
|
|
|
"complexclip4_bw",
|
|
|
|
"lite-8888",
|
|
|
|
"gm",
|
|
|
|
"_",
|
|
|
|
"complexclip4_bw",
|
|
|
|
"serialize-8888",
|
|
|
|
"gm",
|
|
|
|
"_",
|
|
|
|
"complexclip4_bw",
|
|
|
|
"pic-8888",
|
|
|
|
"gm",
|
|
|
|
"_",
|
|
|
|
"complexclip4_aa",
|
|
|
|
"lite-8888",
|
|
|
|
"gm",
|
|
|
|
"_",
|
|
|
|
"complexclip4_aa",
|
|
|
|
"serialize-8888",
|
|
|
|
"gm",
|
|
|
|
"_",
|
|
|
|
"complexclip4_aa",
|
|
|
|
"tiles_rt-8888",
|
|
|
|
"gm",
|
|
|
|
"_",
|
|
|
|
"complexclip4_bw",
|
|
|
|
"tiles_rt-8888",
|
|
|
|
"gm",
|
|
|
|
"_",
|
2017-09-11 19:32:21 +00:00
|
|
|
"complexclip4_aa",
|
2017-11-10 19:24:34 +00:00
|
|
|
"--nonativeFonts",
|
2017-09-11 19:32:21 +00:00
|
|
|
"--verbose"
|
2017-09-07 17:57:16 +00:00
|
|
|
],
|
|
|
|
"cwd": "[START_DIR]/skia",
|
|
|
|
"env": {
|
|
|
|
"ASAN_OPTIONS": "symbolize=1 detect_leaks=1",
|
|
|
|
"BUILDTYPE": "Debug",
|
|
|
|
"CHROME_HEADLESS": "1",
|
2018-02-15 14:03:44 +00:00
|
|
|
"LD_LIBRARY_PATH": "[START_DIR]/clang_linux/lib",
|
2017-09-07 17:57:16 +00:00
|
|
|
"LSAN_OPTIONS": "symbolize=1 print_suppressions=1",
|
|
|
|
"PATH": "<PATH>:RECIPE_PACKAGE_REPO[depot_tools]:[START_DIR]/clang_linux/bin",
|
2018-04-17 19:55:57 +00:00
|
|
|
"SKIA_OUT": "[START_DIR]/build/out",
|
2017-09-07 17:57:16 +00:00
|
|
|
"UBSAN_OPTIONS": "symbolize=1 print_stacktrace=1"
|
|
|
|
},
|
|
|
|
"name": "symbolized dm"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "$result",
|
|
|
|
"recipe_result": null,
|
|
|
|
"status_code": 0
|
|
|
|
}
|
|
|
|
]
|