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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Win8-MSVC-ShuttleB-GPU-GTX960-x86_64-Debug-ANGLE.json

Issue 2249763002: Disable Nebraska-StateSeal.svg on Win8 bots (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: rebased 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 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 "gen_platf", 294 "gen_platf",
295 "32bpp-pixeldata-cropped.bmp", 295 "32bpp-pixeldata-cropped.bmp",
296 "_", 296 "_",
297 "image", 297 "image",
298 "gen_platf", 298 "gen_platf",
299 "24bpp-pixeldata-cropped.bmp", 299 "24bpp-pixeldata-cropped.bmp",
300 "_", 300 "_",
301 "gm", 301 "gm",
302 "_", 302 "_",
303 "fontscalerdistortable", 303 "fontscalerdistortable",
304 "_",
305 "svg",
306 "_",
307 "Nebraska-StateSeal.svg",
304 "serialize-8888", 308 "serialize-8888",
305 "gm", 309 "gm",
306 "_", 310 "_",
307 "bleed_image", 311 "bleed_image",
308 "serialize-8888", 312 "serialize-8888",
309 "gm", 313 "gm",
310 "_", 314 "_",
311 "c_gms", 315 "c_gms",
312 "serialize-8888", 316 "serialize-8888",
313 "gm", 317 "gm",
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
643 "SKIA_OUT": "[SLAVE_BUILD]\\out" 647 "SKIA_OUT": "[SLAVE_BUILD]\\out"
644 }, 648 },
645 "name": "dm" 649 "name": "dm"
646 }, 650 },
647 { 651 {
648 "name": "$result", 652 "name": "$result",
649 "recipe_result": null, 653 "recipe_result": null,
650 "status_code": 0 654 "status_code": 0
651 } 655 }
652 ] 656 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698