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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Mac-Clang-MacMini4.1-GPU-GeForce320M-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: 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 588 matching lines...) Expand 10 before | Expand all | Expand 10 after
599 "image", 599 "image",
600 "_", 600 "_",
601 ".SRW", 601 ".SRW",
602 "_", 602 "_",
603 "image", 603 "image",
604 "_", 604 "_",
605 "abnormal.wbmp", 605 "abnormal.wbmp",
606 "msaa16", 606 "msaa16",
607 "gm", 607 "gm",
608 "_", 608 "_",
609 "blurcircles" 609 "blurcircles",
610 "--match",
611 "~ColorSpaceCRBug",
612 "--solo",
613 "ColorSpaceCRBug"
610 ], 614 ],
611 "env": { 615 "env": {
612 "BUILDTYPE": "Debug", 616 "BUILDTYPE": "Debug",
613 "CHROME_HEADLESS": "1", 617 "CHROME_HEADLESS": "1",
614 "SKIA_OUT": "[SLAVE_BUILD]/out" 618 "SKIA_OUT": "[SLAVE_BUILD]/out"
615 }, 619 },
616 "name": "dm" 620 "name": "dm"
617 }, 621 },
618 { 622 {
619 "name": "$result", 623 "name": "$result",
620 "recipe_result": null, 624 "recipe_result": null,
621 "status_code": 0 625 "status_code": 0
622 } 626 }
623 ] 627 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698