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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/big_issue_number.json

Issue 2356753003: Blacklist serialize-8888 typefacerendering_pfaMac (Closed)
Patch Set: Created 4 years, 3 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 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 "gm", 395 "gm",
396 "_", 396 "_",
397 "scaled_tilemodes_npot", 397 "scaled_tilemodes_npot",
398 "serialize-8888", 398 "serialize-8888",
399 "gm", 399 "gm",
400 "_", 400 "_",
401 "scaled_tilemodes", 401 "scaled_tilemodes",
402 "serialize-8888", 402 "serialize-8888",
403 "gm", 403 "gm",
404 "_", 404 "_",
405 "typefacerendering_pfaMac",
406 "serialize-8888",
407 "gm",
408 "_",
405 "bleed_alpha_image", 409 "bleed_alpha_image",
406 "serialize-8888", 410 "serialize-8888",
407 "gm", 411 "gm",
408 "_", 412 "_",
409 "bleed_alpha_image_shader", 413 "bleed_alpha_image_shader",
410 "serialize-8888", 414 "serialize-8888",
411 "gm", 415 "gm",
412 "_", 416 "_",
413 "verylargebitmap", 417 "verylargebitmap",
414 "serialize-8888", 418 "serialize-8888",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 "SKIA_OUT": "[SLAVE_BUILD]\\out" 463 "SKIA_OUT": "[SLAVE_BUILD]\\out"
460 }, 464 },
461 "name": "dm" 465 "name": "dm"
462 }, 466 },
463 { 467 {
464 "name": "$result", 468 "name": "$result",
465 "recipe_result": null, 469 "recipe_result": null,
466 "status_code": 0 470 "status_code": 0
467 } 471 }
468 ] 472 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698