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

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

Powered by Google App Engine
This is Rietveld 408576698