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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/recipe_with_gerrit_patch.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
« no previous file with comments | « infra/bots/recipes/swarm_test.expected/nobuildbot.json ('k') | src/core/SkAntiRun.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[SLAVE_BUILD]/tmp", 7 "[SLAVE_BUILD]/tmp",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs tmp_dir", 10 "name": "makedirs tmp_dir",
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 "gm", 363 "gm",
364 "_", 364 "_",
365 "scaled_tilemodes", 365 "scaled_tilemodes",
366 "serialize-8888", 366 "serialize-8888",
367 "gm", 367 "gm",
368 "_", 368 "_",
369 "typefacerendering_pfaMac", 369 "typefacerendering_pfaMac",
370 "serialize-8888", 370 "serialize-8888",
371 "gm", 371 "gm",
372 "_", 372 "_",
373 "parsedpaths",
374 "serialize-8888",
375 "gm",
376 "_",
377 "bleed_alpha_image", 373 "bleed_alpha_image",
378 "serialize-8888", 374 "serialize-8888",
379 "gm", 375 "gm",
380 "_", 376 "_",
381 "bleed_alpha_image_shader", 377 "bleed_alpha_image_shader",
382 "sp-8888", 378 "sp-8888",
383 "gm", 379 "gm",
384 "_", 380 "_",
385 "drawfilter", 381 "drawfilter",
386 "pic-8888", 382 "pic-8888",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 ], 462 ],
467 "cwd": "[SLAVE_BUILD]/skia", 463 "cwd": "[SLAVE_BUILD]/skia",
468 "name": "dm" 464 "name": "dm"
469 }, 465 },
470 { 466 {
471 "name": "$result", 467 "name": "$result",
472 "recipe_result": null, 468 "recipe_result": null,
473 "status_code": 0 469 "status_code": 0
474 } 470 }
475 ] 471 ]
OLDNEW
« no previous file with comments | « infra/bots/recipes/swarm_test.expected/nobuildbot.json ('k') | src/core/SkAntiRun.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698