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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN.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 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 "Seal_of_Kansas.svg", 365 "Seal_of_Kansas.svg",
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 "~ReadWriteAlpha" 375 "~ReadWriteAlpha",
376 "~ColorSpaceCRBug",
377 "--solo",
378 "ColorSpaceCRBug"
376 ], 379 ],
377 "env": { 380 "env": {
378 "ASAN_OPTIONS": "symbolize=1 detect_leaks=1", 381 "ASAN_OPTIONS": "symbolize=1 detect_leaks=1",
379 "BUILDTYPE": "Release", 382 "BUILDTYPE": "Release",
380 "CHROME_HEADLESS": "1", 383 "CHROME_HEADLESS": "1",
381 "LD_LIBRARY_PATH": "[SLAVE_BUILD]/third_party/externals/llvm/msan_out/lib" , 384 "LD_LIBRARY_PATH": "[SLAVE_BUILD]/third_party/externals/llvm/msan_out/lib" ,
382 "LSAN_OPTIONS": "symbolize=1 print_suppressions=1 suppressions=[SLAVE_BUIL D]/skia/tools/lsan.supp", 385 "LSAN_OPTIONS": "symbolize=1 print_suppressions=1 suppressions=[SLAVE_BUIL D]/skia/tools/lsan.supp",
383 "PATH": "%(PATH)s:[SLAVE_BUILD]/llvm-build/Release+Asserts/bin", 386 "PATH": "%(PATH)s:[SLAVE_BUILD]/llvm-build/Release+Asserts/bin",
384 "SKIA_OUT": "[SLAVE_BUILD]/out", 387 "SKIA_OUT": "[SLAVE_BUILD]/out",
385 "TSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/tsan.supp", 388 "TSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/tsan.supp",
386 "UBSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/ubsan.supp" 389 "UBSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/ubsan.supp"
387 }, 390 },
388 "name": "dm" 391 "name": "dm"
389 }, 392 },
390 { 393 {
391 "name": "$result", 394 "name": "$result",
392 "recipe_result": null, 395 "recipe_result": null,
393 "status_code": 0 396 "status_code": 0
394 } 397 }
395 ] 398 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698