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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-ASAN.json

Issue 2471133002: Set analytic AA as default. (Closed)
Patch Set: Add parsedpaths to expected failure Created 4 years, 1 month 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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 "gm", 240 "gm",
241 "_", 241 "_",
242 "scaled_tilemodes", 242 "scaled_tilemodes",
243 "serialize-8888", 243 "serialize-8888",
244 "gm", 244 "gm",
245 "_", 245 "_",
246 "typefacerendering_pfaMac", 246 "typefacerendering_pfaMac",
247 "serialize-8888", 247 "serialize-8888",
248 "gm", 248 "gm",
249 "_", 249 "_",
250 "parsedpaths",
251 "serialize-8888",
252 "gm",
253 "_",
250 "bleed_alpha_image", 254 "bleed_alpha_image",
251 "serialize-8888", 255 "serialize-8888",
252 "gm", 256 "gm",
253 "_", 257 "_",
254 "bleed_alpha_image_shader", 258 "bleed_alpha_image_shader",
255 "sp-8888", 259 "sp-8888",
256 "gm", 260 "gm",
257 "_", 261 "_",
258 "drawfilter", 262 "drawfilter",
259 "pic-8888", 263 "pic-8888",
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 "UBSAN_OPTIONS": "symbolize=1 print_stacktrace=1" 349 "UBSAN_OPTIONS": "symbolize=1 print_stacktrace=1"
346 }, 350 },
347 "name": "dm" 351 "name": "dm"
348 }, 352 },
349 { 353 {
350 "name": "$result", 354 "name": "$result",
351 "recipe_result": null, 355 "recipe_result": null,
352 "status_code": 0 356 "status_code": 0
353 } 357 }
354 ] 358 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698