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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Mac-Clang-MacMini4.1-GPU-GeForce320M-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 444 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 "_", 455 "_",
456 "image-cacherator-from-raster", 456 "image-cacherator-from-raster",
457 "pic-8888", 457 "pic-8888",
458 "gm", 458 "gm",
459 "_", 459 "_",
460 "image-cacherator-from-ctable", 460 "image-cacherator-from-ctable",
461 "serialize-8888", 461 "serialize-8888",
462 "gm", 462 "gm",
463 "_", 463 "_",
464 "image-cacherator-from-ctable", 464 "image-cacherator-from-ctable",
465 "pic-8888",
466 "gm",
467 "_",
468 "gamut",
469 "serialize-8888",
470 "gm",
471 "_",
472 "gamut",
465 "_", 473 "_",
466 "image", 474 "image",
467 "_", 475 "_",
468 "interlaced1.png", 476 "interlaced1.png",
469 "_", 477 "_",
470 "image", 478 "image",
471 "_", 479 "_",
472 "interlaced2.png", 480 "interlaced2.png",
473 "_", 481 "_",
474 "image", 482 "image",
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
569 "SKIA_OUT": "[SLAVE_BUILD]/out" 577 "SKIA_OUT": "[SLAVE_BUILD]/out"
570 }, 578 },
571 "name": "dm" 579 "name": "dm"
572 }, 580 },
573 { 581 {
574 "name": "$result", 582 "name": "$result",
575 "recipe_result": null, 583 "recipe_result": null,
576 "status_code": 0 584 "status_code": 0
577 } 585 }
578 ] 586 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698