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

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

Powered by Google App Engine
This is Rietveld 408576698