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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/recipe_with_gerrit_patch.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
« 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 "_",
373 "bleed_alpha_image", 377 "bleed_alpha_image",
374 "serialize-8888", 378 "serialize-8888",
375 "gm", 379 "gm",
376 "_", 380 "_",
377 "bleed_alpha_image_shader", 381 "bleed_alpha_image_shader",
378 "sp-8888", 382 "sp-8888",
379 "gm", 383 "gm",
380 "_", 384 "_",
381 "drawfilter", 385 "drawfilter",
382 "pic-8888", 386 "pic-8888",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
462 ], 466 ],
463 "cwd": "[SLAVE_BUILD]/skia", 467 "cwd": "[SLAVE_BUILD]/skia",
464 "name": "dm" 468 "name": "dm"
465 }, 469 },
466 { 470 {
467 "name": "$result", 471 "name": "$result",
468 "recipe_result": null, 472 "recipe_result": null,
469 "status_code": 0 473 "status_code": 0
470 } 474 }
471 ] 475 ]
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