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

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

Powered by Google App Engine
This is Rietveld 408576698