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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Mac-Clang-MacMini6.2-CPU-AVX-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 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 "_", 429 "_",
430 "scaled_tilemodes_npot", 430 "scaled_tilemodes_npot",
431 "serialize-8888", 431 "serialize-8888",
432 "gm", 432 "gm",
433 "_", 433 "_",
434 "scaled_tilemodes", 434 "scaled_tilemodes",
435 "serialize-8888", 435 "serialize-8888",
436 "gm", 436 "gm",
437 "_", 437 "_",
438 "typefacerendering_pfaMac", 438 "typefacerendering_pfaMac",
439 "serialize-8888",
440 "gm",
441 "_",
442 "parsedpaths",
439 "pic-8888", 443 "pic-8888",
440 "gm", 444 "gm",
441 "_", 445 "_",
442 "drawfilter", 446 "drawfilter",
443 "pic-8888", 447 "pic-8888",
444 "gm", 448 "gm",
445 "_", 449 "_",
446 "image-cacherator-from-picture", 450 "image-cacherator-from-picture",
447 "serialize-8888", 451 "serialize-8888",
448 "gm", 452 "gm",
(...skipping 26 matching lines...) Expand all
475 ], 479 ],
476 "cwd": "[SLAVE_BUILD]/skia", 480 "cwd": "[SLAVE_BUILD]/skia",
477 "name": "dm" 481 "name": "dm"
478 }, 482 },
479 { 483 {
480 "name": "$result", 484 "name": "$result",
481 "recipe_result": null, 485 "recipe_result": null,
482 "status_code": 0 486 "status_code": 0
483 } 487 }
484 ] 488 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698