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

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

Issue 2499723002: Revert of Set analytic AA as default. (Closed)
Patch Set: 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 "_",
254 "bleed_alpha_image", 250 "bleed_alpha_image",
255 "serialize-8888", 251 "serialize-8888",
256 "gm", 252 "gm",
257 "_", 253 "_",
258 "bleed_alpha_image_shader", 254 "bleed_alpha_image_shader",
259 "sp-8888", 255 "sp-8888",
260 "gm", 256 "gm",
261 "_", 257 "_",
262 "drawfilter", 258 "drawfilter",
263 "pic-8888", 259 "pic-8888",
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 "PATH": "%(PATH)s:[SLAVE_BUILD]/clang_linux/bin" 346 "PATH": "%(PATH)s:[SLAVE_BUILD]/clang_linux/bin"
351 }, 347 },
352 "name": "dm" 348 "name": "dm"
353 }, 349 },
354 { 350 {
355 "name": "$result", 351 "name": "$result",
356 "recipe_result": null, 352 "recipe_result": null,
357 "status_code": 0 353 "status_code": 0
358 } 354 }
359 ] 355 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698