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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Win8-MSVC-ShuttleB-GPU-GTX960-x86_64-Debug-ANGLE.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 422 matching lines...) Expand 10 before | Expand all | Expand 10 after
433 "_", 433 "_",
434 "image-cacherator-from-raster", 434 "image-cacherator-from-raster",
435 "pic-8888", 435 "pic-8888",
436 "gm", 436 "gm",
437 "_", 437 "_",
438 "image-cacherator-from-ctable", 438 "image-cacherator-from-ctable",
439 "serialize-8888", 439 "serialize-8888",
440 "gm", 440 "gm",
441 "_", 441 "_",
442 "image-cacherator-from-ctable", 442 "image-cacherator-from-ctable",
443 "pic-8888",
444 "gm",
445 "_",
446 "gamut",
447 "serialize-8888",
448 "gm",
449 "_",
450 "gamut",
443 "_", 451 "_",
444 "image", 452 "image",
445 "_", 453 "_",
446 "interlaced1.png", 454 "interlaced1.png",
447 "_", 455 "_",
448 "image", 456 "image",
449 "_", 457 "_",
450 "interlaced2.png", 458 "interlaced2.png",
451 "_", 459 "_",
452 "image", 460 "image",
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 "SKIA_OUT": "[SLAVE_BUILD]\\out" 550 "SKIA_OUT": "[SLAVE_BUILD]\\out"
543 }, 551 },
544 "name": "dm" 552 "name": "dm"
545 }, 553 },
546 { 554 {
547 "name": "$result", 555 "name": "$result",
548 "recipe_result": null, 556 "recipe_result": null,
549 "status_code": 0 557 "status_code": 0
550 } 558 }
551 ] 559 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698