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/big_issue_number.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 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 "gm", 400 "gm",
401 "_", 401 "_",
402 "scaled_tilemodes", 402 "scaled_tilemodes",
403 "serialize-8888", 403 "serialize-8888",
404 "gm", 404 "gm",
405 "_", 405 "_",
406 "typefacerendering_pfaMac", 406 "typefacerendering_pfaMac",
407 "serialize-8888", 407 "serialize-8888",
408 "gm", 408 "gm",
409 "_", 409 "_",
410 "parsedpaths",
411 "serialize-8888",
412 "gm",
413 "_",
410 "bleed_alpha_image", 414 "bleed_alpha_image",
411 "serialize-8888", 415 "serialize-8888",
412 "gm", 416 "gm",
413 "_", 417 "_",
414 "bleed_alpha_image_shader", 418 "bleed_alpha_image_shader",
415 "serialize-8888", 419 "serialize-8888",
416 "gm", 420 "gm",
417 "_", 421 "_",
418 "verylargebitmap", 422 "verylargebitmap",
419 "serialize-8888", 423 "serialize-8888",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 ], 464 ],
461 "cwd": "[SLAVE_BUILD]\\skia", 465 "cwd": "[SLAVE_BUILD]\\skia",
462 "name": "dm" 466 "name": "dm"
463 }, 467 },
464 { 468 {
465 "name": "$result", 469 "name": "$result",
466 "recipe_result": null, 470 "recipe_result": null,
467 "status_code": 0 471 "status_code": 0
468 } 472 }
469 ] 473 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698