| 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 "client.v8", | 8 "client.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "V8 Mac GC Stress", | 10 "V8 Mac GC Stress", |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 "--target", | 100 "--target", |
| 101 "Debug", | 101 "Debug", |
| 102 "--src-dir", | 102 "--src-dir", |
| 103 "[SLAVE_BUILD]/v8", | 103 "[SLAVE_BUILD]/v8", |
| 104 "--build-tool", | 104 "--build-tool", |
| 105 "ninja", | 105 "ninja", |
| 106 "--compiler", | 106 "--compiler", |
| 107 "goma-clang", | 107 "goma-clang", |
| 108 "--goma-dir", | 108 "--goma-dir", |
| 109 "[BUILD]/goma", | 109 "[BUILD]/goma", |
| 110 "--ninja-ensure-up-to-date", |
| 110 "--" | 111 "--" |
| 111 ], | 112 ], |
| 112 "cwd": "[SLAVE_BUILD]", | 113 "cwd": "[SLAVE_BUILD]", |
| 113 "name": "compile" | 114 "name": "compile" |
| 114 }, | 115 }, |
| 115 { | 116 { |
| 116 "cmd": [ | 117 "cmd": [ |
| 117 "python", | 118 "python", |
| 118 "-u", | 119 "-u", |
| 119 "[SLAVE_BUILD]/v8/tools/run-tests.py", | 120 "[SLAVE_BUILD]/v8/tools/run-tests.py", |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 270 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 271 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 271 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 272 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 272 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 273 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 273 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 274 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 274 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 275 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 275 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 276 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 276 "@@@STEP_LOG_END@durations@@@" | 277 "@@@STEP_LOG_END@durations@@@" |
| 277 ] | 278 ] |
| 278 } | 279 } |
| 279 ] | 280 ] |
| OLD | NEW |