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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/big_issue_number.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 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 "_",
414 "bleed_alpha_image", 410 "bleed_alpha_image",
415 "serialize-8888", 411 "serialize-8888",
416 "gm", 412 "gm",
417 "_", 413 "_",
418 "bleed_alpha_image_shader", 414 "bleed_alpha_image_shader",
419 "serialize-8888", 415 "serialize-8888",
420 "gm", 416 "gm",
421 "_", 417 "_",
422 "verylargebitmap", 418 "verylargebitmap",
423 "serialize-8888", 419 "serialize-8888",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 ], 460 ],
465 "cwd": "[SLAVE_BUILD]\\skia", 461 "cwd": "[SLAVE_BUILD]\\skia",
466 "name": "dm" 462 "name": "dm"
467 }, 463 },
468 { 464 {
469 "name": "$result", 465 "name": "$result",
470 "recipe_result": null, 466 "recipe_result": null,
471 "status_code": 0 467 "status_code": 0
472 } 468 }
473 ] 469 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698