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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer.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 574 matching lines...) Expand 10 before | Expand all | Expand 10 after
585 "image", 585 "image",
586 "_", 586 "_",
587 ".RW2", 587 ".RW2",
588 "_", 588 "_",
589 "image", 589 "image",
590 "_", 590 "_",
591 ".PEF", 591 ".PEF",
592 "_", 592 "_",
593 "image", 593 "image",
594 "_", 594 "_",
595 ".SRW" 595 ".SRW",
596 "--serial",
597 "ColorSpaceCRBug"
596 ], 598 ],
597 "env": { 599 "env": {
598 "BUILDTYPE": "Debug", 600 "BUILDTYPE": "Debug",
599 "CHROME_HEADLESS": "1", 601 "CHROME_HEADLESS": "1",
600 "SKIA_OUT": "[SLAVE_BUILD]/out" 602 "SKIA_OUT": "[SLAVE_BUILD]/out"
601 }, 603 },
602 "name": "dm" 604 "name": "dm"
603 }, 605 },
604 { 606 {
605 "name": "$result", 607 "name": "$result",
606 "recipe_result": null, 608 "recipe_result": null,
607 "status_code": 0 609 "status_code": 0
608 } 610 }
609 ] 611 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698