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

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

Issue 2380313002: Revert of Fix gamut GM to work w/serialization configs. Remove it from blacklist. (Closed)
Patch Set: Created 4 years, 2 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 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 "gm", 456 "gm",
457 "_", 457 "_",
458 "image-cacherator-from-raster", 458 "image-cacherator-from-raster",
459 "pic-8888", 459 "pic-8888",
460 "gm", 460 "gm",
461 "_", 461 "_",
462 "image-cacherator-from-ctable", 462 "image-cacherator-from-ctable",
463 "serialize-8888", 463 "serialize-8888",
464 "gm", 464 "gm",
465 "_", 465 "_",
466 "image-cacherator-from-ctable" 466 "image-cacherator-from-ctable",
467 "pic-8888",
468 "gm",
469 "_",
470 "gamut",
471 "serialize-8888",
472 "gm",
473 "_",
474 "gamut"
467 ], 475 ],
468 "env": { 476 "env": {
469 "BUILDTYPE": "Debug", 477 "BUILDTYPE": "Debug",
470 "CHROME_HEADLESS": "1", 478 "CHROME_HEADLESS": "1",
471 "SKIA_OUT": "[SLAVE_BUILD]/out" 479 "SKIA_OUT": "[SLAVE_BUILD]/out"
472 }, 480 },
473 "name": "dm" 481 "name": "dm"
474 }, 482 },
475 { 483 {
476 "name": "$result", 484 "name": "$result",
477 "recipe_result": null, 485 "recipe_result": null,
478 "status_code": 0 486 "status_code": 0
479 } 487 }
480 ] 488 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698