Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(385)

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN.json

Issue 2289343002: GN: add sanitize arg (Closed)
Patch Set: rebase Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
7 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", 7 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION",
8 "/path/to/tmp/" 8 "/path/to/tmp/"
9 ], 9 ],
10 "name": "Get downloaded SKP VERSION" 10 "name": "Get downloaded SKP VERSION"
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 "_", 328 "_",
329 "gamut", 329 "gamut",
330 "serialize-8888", 330 "serialize-8888",
331 "gm", 331 "gm",
332 "_", 332 "_",
333 "gamut", 333 "gamut",
334 "--match", 334 "--match",
335 "~Once", 335 "~Once",
336 "~Shared" 336 "~Shared"
337 ], 337 ],
338 "cwd": "[SLAVE_BUILD]/skia",
338 "env": { 339 "env": {
339 "ASAN_OPTIONS": "symbolize=1 detect_leaks=1", 340 "LD_LIBRARY_PATH": "[SLAVE_BUILD]/clang_linux/msan",
340 "BUILDTYPE": "Debug", 341 "PATH": "%(PATH)s:[SLAVE_BUILD]/clang_linux/bin"
341 "CHROME_HEADLESS": "1",
342 "LD_LIBRARY_PATH": "[SLAVE_BUILD]/third_party/externals/llvm/msan_out/lib" ,
343 "LSAN_OPTIONS": "symbolize=1 print_suppressions=1",
344 "PATH": "%(PATH)s:[SLAVE_BUILD]/llvm-build/Release+Asserts/bin",
345 "SKIA_OUT": "[SLAVE_BUILD]/out"
346 }, 342 },
347 "name": "dm" 343 "name": "dm"
348 }, 344 },
349 { 345 {
350 "name": "$result", 346 "name": "$result",
351 "recipe_result": null, 347 "recipe_result": null,
352 "status_code": 0 348 "status_code": 0
353 } 349 }
354 ] 350 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698