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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-ASAN.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 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 "gm", 235 "gm",
236 "_", 236 "_",
237 "scaled_tilemodes_npot", 237 "scaled_tilemodes_npot",
238 "serialize-8888", 238 "serialize-8888",
239 "gm", 239 "gm",
240 "_", 240 "_",
241 "scaled_tilemodes", 241 "scaled_tilemodes",
242 "serialize-8888", 242 "serialize-8888",
243 "gm", 243 "gm",
244 "_", 244 "_",
245 "typefacerendering_pfaMac",
246 "serialize-8888",
247 "gm",
248 "_",
245 "bleed_alpha_image", 249 "bleed_alpha_image",
246 "serialize-8888", 250 "serialize-8888",
247 "gm", 251 "gm",
248 "_", 252 "_",
249 "bleed_alpha_image_shader", 253 "bleed_alpha_image_shader",
250 "sp-8888", 254 "sp-8888",
251 "gm", 255 "gm",
252 "_", 256 "_",
253 "drawfilter", 257 "drawfilter",
254 "pic-8888", 258 "pic-8888",
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 "UBSAN_OPTIONS": "symbolize=1 print_stacktrace=1" 344 "UBSAN_OPTIONS": "symbolize=1 print_stacktrace=1"
341 }, 345 },
342 "name": "dm" 346 "name": "dm"
343 }, 347 },
344 { 348 {
345 "name": "$result", 349 "name": "$result",
346 "recipe_result": null, 350 "recipe_result": null,
347 "status_code": 0 351 "status_code": 0
348 } 352 }
349 ] 353 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698