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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Mac-Clang-MacMini4.1-GPU-GeForce320M-x86_64-Debug.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 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 "_", 427 "_",
428 "scaled_tilemodes_npot", 428 "scaled_tilemodes_npot",
429 "serialize-8888", 429 "serialize-8888",
430 "gm", 430 "gm",
431 "_", 431 "_",
432 "scaled_tilemodes", 432 "scaled_tilemodes",
433 "serialize-8888", 433 "serialize-8888",
434 "gm", 434 "gm",
435 "_", 435 "_",
436 "typefacerendering_pfaMac", 436 "typefacerendering_pfaMac",
437 "serialize-8888",
438 "gm",
439 "_",
440 "parsedpaths",
441 "pic-8888", 437 "pic-8888",
442 "gm", 438 "gm",
443 "_", 439 "_",
444 "drawfilter", 440 "drawfilter",
445 "pic-8888", 441 "pic-8888",
446 "gm", 442 "gm",
447 "_", 443 "_",
448 "image-cacherator-from-picture", 444 "image-cacherator-from-picture",
449 "serialize-8888", 445 "serialize-8888",
450 "gm", 446 "gm",
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
577 ], 573 ],
578 "cwd": "[SLAVE_BUILD]/skia", 574 "cwd": "[SLAVE_BUILD]/skia",
579 "name": "dm" 575 "name": "dm"
580 }, 576 },
581 { 577 {
582 "name": "$result", 578 "name": "$result",
583 "recipe_result": null, 579 "recipe_result": null,
584 "status_code": 0 580 "status_code": 0
585 } 581 }
586 ] 582 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698