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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug.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 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 "gm", 352 "gm",
353 "_", 353 "_",
354 "scaled_tilemodes_npot", 354 "scaled_tilemodes_npot",
355 "serialize-8888", 355 "serialize-8888",
356 "gm", 356 "gm",
357 "_", 357 "_",
358 "scaled_tilemodes", 358 "scaled_tilemodes",
359 "serialize-8888", 359 "serialize-8888",
360 "gm", 360 "gm",
361 "_", 361 "_",
362 "typefacerendering_pfaMac",
363 "serialize-8888",
364 "gm",
365 "_",
362 "bleed_alpha_image", 366 "bleed_alpha_image",
363 "serialize-8888", 367 "serialize-8888",
364 "gm", 368 "gm",
365 "_", 369 "_",
366 "bleed_alpha_image_shader", 370 "bleed_alpha_image_shader",
367 "sp-8888", 371 "sp-8888",
368 "gm", 372 "gm",
369 "_", 373 "_",
370 "drawfilter", 374 "drawfilter",
371 "pic-8888", 375 "pic-8888",
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 "SKIA_OUT": "[SLAVE_BUILD]/out" 459 "SKIA_OUT": "[SLAVE_BUILD]/out"
456 }, 460 },
457 "name": "dm" 461 "name": "dm"
458 }, 462 },
459 { 463 {
460 "name": "$result", 464 "name": "$result",
461 "recipe_result": null, 465 "recipe_result": null,
462 "status_code": 0 466 "status_code": 0
463 } 467 }
464 ] 468 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698