| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 ] |
| OLD | NEW |