| 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", | 10 "V8 Mac", |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 "--target", | 100 "--target", |
| 101 "Release", | 101 "Release", |
| 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 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 421 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 422 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 422 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 423 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 423 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 424 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 424 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 425 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 425 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 426 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 426 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 427 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 427 "@@@STEP_LOG_END@durations@@@" | 428 "@@@STEP_LOG_END@durations@@@" |
| 428 ] | 429 ] |
| 429 } | 430 } |
| 430 ] | 431 ] |
| OLD | NEW |