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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/nobuildbot.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 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 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 "gm", 397 "gm",
398 "_", 398 "_",
399 "scaled_tilemodes", 399 "scaled_tilemodes",
400 "serialize-8888", 400 "serialize-8888",
401 "gm", 401 "gm",
402 "_", 402 "_",
403 "typefacerendering_pfaMac", 403 "typefacerendering_pfaMac",
404 "serialize-8888", 404 "serialize-8888",
405 "gm", 405 "gm",
406 "_", 406 "_",
407 "parsedpaths",
408 "serialize-8888",
409 "gm",
410 "_",
407 "bleed_alpha_image", 411 "bleed_alpha_image",
408 "serialize-8888", 412 "serialize-8888",
409 "gm", 413 "gm",
410 "_", 414 "_",
411 "bleed_alpha_image_shader", 415 "bleed_alpha_image_shader",
412 "sp-8888", 416 "sp-8888",
413 "gm", 417 "gm",
414 "_", 418 "_",
415 "drawfilter", 419 "drawfilter",
416 "pic-8888", 420 "pic-8888",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
496 ], 500 ],
497 "cwd": "[SLAVE_BUILD]/skia", 501 "cwd": "[SLAVE_BUILD]/skia",
498 "name": "dm" 502 "name": "dm"
499 }, 503 },
500 { 504 {
501 "name": "$result", 505 "name": "$result",
502 "recipe_result": null, 506 "recipe_result": null,
503 "status_code": 0 507 "status_code": 0
504 } 508 }
505 ] 509 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698