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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/recipe_with_gerrit_patch.json

Issue 2356753003: Blacklist serialize-8888 typefacerendering_pfaMac (Closed)
Patch Set: Created 4 years, 3 months 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/missing_SKP_VERSION_device.json ('k') | no next file » | 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 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 "gm", 357 "gm",
358 "_", 358 "_",
359 "scaled_tilemodes_npot", 359 "scaled_tilemodes_npot",
360 "serialize-8888", 360 "serialize-8888",
361 "gm", 361 "gm",
362 "_", 362 "_",
363 "scaled_tilemodes", 363 "scaled_tilemodes",
364 "serialize-8888", 364 "serialize-8888",
365 "gm", 365 "gm",
366 "_", 366 "_",
367 "typefacerendering_pfaMac",
368 "serialize-8888",
369 "gm",
370 "_",
367 "bleed_alpha_image", 371 "bleed_alpha_image",
368 "serialize-8888", 372 "serialize-8888",
369 "gm", 373 "gm",
370 "_", 374 "_",
371 "bleed_alpha_image_shader", 375 "bleed_alpha_image_shader",
372 "sp-8888", 376 "sp-8888",
373 "gm", 377 "gm",
374 "_", 378 "_",
375 "drawfilter", 379 "drawfilter",
376 "pic-8888", 380 "pic-8888",
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 "SKIA_OUT": "[SLAVE_BUILD]/out" 464 "SKIA_OUT": "[SLAVE_BUILD]/out"
461 }, 465 },
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
« no previous file with comments | « infra/bots/recipes/swarm_test.expected/missing_SKP_VERSION_device.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698