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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Debug.json

Issue 2243143002: Add --serial mode to dm, runs unit tests serially (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Run test serially 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 490 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 "svg", 501 "svg",
502 "_", 502 "_",
503 "Seal_of_Kansas.svg", 503 "Seal_of_Kansas.svg",
504 "2ndpic-8888", 504 "2ndpic-8888",
505 "svg", 505 "svg",
506 "_", 506 "_",
507 "Seal_of_Kansas.svg", 507 "Seal_of_Kansas.svg",
508 "serialize-8888", 508 "serialize-8888",
509 "svg", 509 "svg",
510 "_", 510 "_",
511 "Seal_of_Kansas.svg" 511 "Seal_of_Kansas.svg",
512 "--serial",
513 "ColorSpaceCRBug"
512 ], 514 ],
513 "env": { 515 "env": {
514 "BUILDTYPE": "Debug", 516 "BUILDTYPE": "Debug",
515 "CHROME_HEADLESS": "1", 517 "CHROME_HEADLESS": "1",
516 "SKIA_OUT": "[SLAVE_BUILD]/out" 518 "SKIA_OUT": "[SLAVE_BUILD]/out"
517 }, 519 },
518 "name": "dm" 520 "name": "dm"
519 }, 521 },
520 { 522 {
521 "name": "$result", 523 "name": "$result",
522 "recipe_result": null, 524 "recipe_result": null,
523 "status_code": 0 525 "status_code": 0
524 } 526 }
525 ] 527 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698