| 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 "[BUILDER_CACHE]\\Win_SyzyASan", | 7 "[BUILDER_CACHE]\\Win_SyzyASan", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 205 "~followup_annotations": [ | 205 "~followup_annotations": [ |
| 206 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 206 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 207 "@@@STEP_LOG_END@json.output (invalid)@@@" | 207 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 208 ] | 208 ] |
| 209 }, | 209 }, |
| 210 { | 210 { |
| 211 "cmd": [ | 211 "cmd": [ |
| 212 "python", | 212 "python", |
| 213 "-u", | 213 "-u", |
| 214 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\win_apply_syzyasan.
py", | 214 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\win_apply_syzyasan.
py", |
| 215 "--src-dir", |
| 216 "[BUILDER_CACHE]\\Win_SyzyASan\\src", |
| 215 "--target", | 217 "--target", |
| 216 "Release" | 218 "Release" |
| 217 ], | 219 ], |
| 218 "name": "apply_syzyasan" | 220 "name": "apply_syzyasan" |
| 219 }, | 221 }, |
| 220 { | 222 { |
| 221 "cmd": [ | 223 "cmd": [ |
| 222 "python", | 224 "python", |
| 223 "-u", | 225 "-u", |
| 224 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 226 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
| (...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 618 ], | 620 ], |
| 619 "cwd": "[BUILDER_CACHE]\\Win_SyzyASan", | 621 "cwd": "[BUILDER_CACHE]\\Win_SyzyASan", |
| 620 "name": "webrtc_nonparallel_tests" | 622 "name": "webrtc_nonparallel_tests" |
| 621 }, | 623 }, |
| 622 { | 624 { |
| 623 "name": "$result", | 625 "name": "$result", |
| 624 "recipe_result": null, | 626 "recipe_result": null, |
| 625 "status_code": 0 | 627 "status_code": 0 |
| 626 } | 628 } |
| 627 ] | 629 ] |
| OLD | NEW |