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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN.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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 "PATH": "%(PATH)s:[SLAVE_BUILD]/clang_linux/bin" 350 "PATH": "%(PATH)s:[SLAVE_BUILD]/clang_linux/bin"
347 }, 351 },
348 "name": "dm" 352 "name": "dm"
349 }, 353 },
350 { 354 {
351 "name": "$result", 355 "name": "$result",
352 "recipe_result": null, 356 "recipe_result": null,
353 "status_code": 0 357 "status_code": 0
354 } 358 }
355 ] 359 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698