| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "tryserver.v8", | 8 "tryserver.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "v8_mac64_dbg", | 10 "v8_mac64_dbg", |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 "--src-dir", | 104 "--src-dir", |
| 105 "[SLAVE_BUILD]/v8", | 105 "[SLAVE_BUILD]/v8", |
| 106 "--build-tool", | 106 "--build-tool", |
| 107 "ninja", | 107 "ninja", |
| 108 "--compiler", | 108 "--compiler", |
| 109 "goma-clang", | 109 "goma-clang", |
| 110 "--goma-dir", | 110 "--goma-dir", |
| 111 "[BUILD]/goma", | 111 "[BUILD]/goma", |
| 112 "--goma-fail-fast", | 112 "--goma-fail-fast", |
| 113 "--goma-disable-local-fallback", | 113 "--goma-disable-local-fallback", |
| 114 "--ninja-ensure-up-to-date", |
| 114 "--" | 115 "--" |
| 115 ], | 116 ], |
| 116 "cwd": "[SLAVE_BUILD]", | 117 "cwd": "[SLAVE_BUILD]", |
| 117 "name": "compile" | 118 "name": "compile" |
| 118 }, | 119 }, |
| 119 { | 120 { |
| 120 "cmd": [ | 121 "cmd": [ |
| 121 "python", | 122 "python", |
| 122 "-u", | 123 "-u", |
| 123 "[SLAVE_BUILD]/v8/tools/run-tests.py", | 124 "[SLAVE_BUILD]/v8/tools/run-tests.py", |
| (...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 271 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 272 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 272 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 273 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 273 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 274 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 274 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 275 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 275 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 276 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 276 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 277 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 277 "@@@STEP_LOG_END@durations@@@" | 278 "@@@STEP_LOG_END@durations@@@" |
| 278 ] | 279 ] |
| 279 } | 280 } |
| 280 ] | 281 ] |
| OLD | NEW |