| 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_asan", | 7 "[BUILDER_CACHE]\\win_asan", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 213 "~followup_annotations": [ | 213 "~followup_annotations": [ |
| 214 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 214 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 215 "@@@STEP_LOG_END@json.output (invalid)@@@" | 215 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 216 ] | 216 ] |
| 217 }, | 217 }, |
| 218 { | 218 { |
| 219 "cmd": [ | 219 "cmd": [ |
| 220 "python", | 220 "python", |
| 221 "-u", | 221 "-u", |
| 222 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\win_apply_syzyasan.
py", | 222 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\win_apply_syzyasan.
py", |
| 223 "--src-dir", |
| 224 "[BUILDER_CACHE]\\win_asan\\src", |
| 223 "--target", | 225 "--target", |
| 224 "Release" | 226 "Release" |
| 225 ], | 227 ], |
| 226 "name": "apply_syzyasan" | 228 "name": "apply_syzyasan" |
| 227 }, | 229 }, |
| 228 { | 230 { |
| 229 "cmd": [ | 231 "cmd": [ |
| 230 "python", | 232 "python", |
| 231 "-u", | 233 "-u", |
| 232 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 234 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
| (...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 623 ], | 625 ], |
| 624 "cwd": "[BUILDER_CACHE]\\win_asan", | 626 "cwd": "[BUILDER_CACHE]\\win_asan", |
| 625 "name": "webrtc_nonparallel_tests" | 627 "name": "webrtc_nonparallel_tests" |
| 626 }, | 628 }, |
| 627 { | 629 { |
| 628 "name": "$result", | 630 "name": "$result", |
| 629 "recipe_result": null, | 631 "recipe_result": null, |
| 630 "status_code": 0 | 632 "status_code": 0 |
| 631 } | 633 } |
| 632 ] | 634 ] |
| OLD | NEW |