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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/failed_dm.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 469 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 "svg", 480 "svg",
481 "_", 481 "_",
482 "Seal_of_Kansas.svg", 482 "Seal_of_Kansas.svg",
483 "2ndpic-8888", 483 "2ndpic-8888",
484 "svg", 484 "svg",
485 "_", 485 "_",
486 "Seal_of_Kansas.svg", 486 "Seal_of_Kansas.svg",
487 "serialize-8888", 487 "serialize-8888",
488 "svg", 488 "svg",
489 "_", 489 "_",
490 "Seal_of_Kansas.svg" 490 "Seal_of_Kansas.svg",
491 "--serial",
492 "ColorSpaceCRBug"
491 ], 493 ],
492 "env": { 494 "env": {
493 "BUILDTYPE": "Debug", 495 "BUILDTYPE": "Debug",
494 "CHROME_HEADLESS": "1", 496 "CHROME_HEADLESS": "1",
495 "SKIA_OUT": "[SLAVE_BUILD]/out" 497 "SKIA_OUT": "[SLAVE_BUILD]/out"
496 }, 498 },
497 "name": "dm", 499 "name": "dm",
498 "~followup_annotations": [ 500 "~followup_annotations": [
499 "step returned non-zero exit code: 1", 501 "step returned non-zero exit code: 1",
500 "@@@STEP_FAILURE@@@" 502 "@@@STEP_FAILURE@@@"
501 ] 503 ]
502 }, 504 },
503 { 505 {
504 "name": "$result", 506 "name": "$result",
505 "reason": "Failed build steps: dm", 507 "reason": "Failed build steps: dm",
506 "recipe_result": null, 508 "recipe_result": null,
507 "status_code": 1 509 "status_code": 1
508 } 510 }
509 ] 511 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698