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

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

Issue 2380313002: Revert of Fix gamut GM to work w/serialization configs. Remove it from blacklist. (Closed)
Patch Set: Created 4 years, 2 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 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 "gm", 429 "gm",
430 "_", 430 "_",
431 "image-cacherator-from-ctable", 431 "image-cacherator-from-ctable",
432 "2ndpic-8888", 432 "2ndpic-8888",
433 "gm", 433 "gm",
434 "_", 434 "_",
435 "image-cacherator-from-ctable", 435 "image-cacherator-from-ctable",
436 "serialize-8888", 436 "serialize-8888",
437 "gm", 437 "gm",
438 "_", 438 "_",
439 "image-cacherator-from-ctable" 439 "image-cacherator-from-ctable",
440 "sp-8888",
441 "gm",
442 "_",
443 "gamut",
444 "pic-8888",
445 "gm",
446 "_",
447 "gamut",
448 "lite-8888",
449 "gm",
450 "_",
451 "gamut",
452 "2ndpic-8888",
453 "gm",
454 "_",
455 "gamut",
456 "serialize-8888",
457 "gm",
458 "_",
459 "gamut"
440 ], 460 ],
441 "env": { 461 "env": {
442 "BUILDTYPE": "Debug", 462 "BUILDTYPE": "Debug",
443 "CHROME_HEADLESS": "1", 463 "CHROME_HEADLESS": "1",
444 "SKIA_OUT": "[SLAVE_BUILD]/out" 464 "SKIA_OUT": "[SLAVE_BUILD]/out"
445 }, 465 },
446 "name": "dm" 466 "name": "dm"
447 }, 467 },
448 { 468 {
449 "name": "$result", 469 "name": "$result",
450 "recipe_result": null, 470 "recipe_result": null,
451 "status_code": 0 471 "status_code": 0
452 } 472 }
453 ] 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