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

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

Issue 2243143002: Add --serial mode to dm, runs unit tests serially (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Use --solo Created 4 years, 4 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 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 "2ndpic-8888", 366 "2ndpic-8888",
367 "svg", 367 "svg",
368 "_", 368 "_",
369 "Seal_of_Kansas.svg", 369 "Seal_of_Kansas.svg",
370 "serialize-8888", 370 "serialize-8888",
371 "svg", 371 "svg",
372 "_", 372 "_",
373 "Seal_of_Kansas.svg", 373 "Seal_of_Kansas.svg",
374 "--match", 374 "--match",
375 "~Once", 375 "~Once",
376 "~Shared" 376 "~Shared",
377 "~ColorSpaceCRBug",
378 "--solo",
379 "ColorSpaceCRBug"
377 ], 380 ],
378 "env": { 381 "env": {
379 "ASAN_OPTIONS": "symbolize=1 detect_leaks=1", 382 "ASAN_OPTIONS": "symbolize=1 detect_leaks=1",
380 "BUILDTYPE": "Debug", 383 "BUILDTYPE": "Debug",
381 "CHROME_HEADLESS": "1", 384 "CHROME_HEADLESS": "1",
382 "LD_LIBRARY_PATH": "[SLAVE_BUILD]/third_party/externals/llvm/msan_out/lib" , 385 "LD_LIBRARY_PATH": "[SLAVE_BUILD]/third_party/externals/llvm/msan_out/lib" ,
383 "LSAN_OPTIONS": "symbolize=1 print_suppressions=1 suppressions=[SLAVE_BUIL D]/skia/tools/lsan.supp", 386 "LSAN_OPTIONS": "symbolize=1 print_suppressions=1 suppressions=[SLAVE_BUIL D]/skia/tools/lsan.supp",
384 "PATH": "%(PATH)s:[SLAVE_BUILD]/llvm-build/Release+Asserts/bin", 387 "PATH": "%(PATH)s:[SLAVE_BUILD]/llvm-build/Release+Asserts/bin",
385 "SKIA_OUT": "[SLAVE_BUILD]/out", 388 "SKIA_OUT": "[SLAVE_BUILD]/out",
386 "TSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/tsan.supp", 389 "TSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/tsan.supp",
387 "UBSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/ubsan.supp" 390 "UBSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/ubsan.supp"
388 }, 391 },
389 "name": "dm" 392 "name": "dm"
390 }, 393 },
391 { 394 {
392 "name": "$result", 395 "name": "$result",
393 "recipe_result": null, 396 "recipe_result": null,
394 "status_code": 0 397 "status_code": 0
395 } 398 }
396 ] 399 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698