| 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 "chromium.webkit", | 8 "chromium.webkit", |
| 9 "--builder", | 9 "--builder", |
| 10 "WebKit Linux (dbg)", | 10 "WebKit Linux (dbg)", |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 "--target", | 168 "--target", |
| 169 "Debug", | 169 "Debug", |
| 170 "--src-dir", | 170 "--src-dir", |
| 171 "[SLAVE_BUILD]/src", | 171 "[SLAVE_BUILD]/src", |
| 172 "--build-tool", | 172 "--build-tool", |
| 173 "ninja", | 173 "ninja", |
| 174 "--compiler", | 174 "--compiler", |
| 175 "goma", | 175 "goma", |
| 176 "--goma-dir", | 176 "--goma-dir", |
| 177 "[BUILD]/goma", | 177 "[BUILD]/goma", |
| 178 "--ninja-ensure-up-to-date", |
| 178 "--", | 179 "--", |
| 179 "blink_tests", | 180 "blink_tests", |
| 180 "browser_tests", | 181 "browser_tests", |
| 181 "browser_tests_run" | 182 "browser_tests_run" |
| 182 ], | 183 ], |
| 183 "cwd": "[SLAVE_BUILD]", | 184 "cwd": "[SLAVE_BUILD]", |
| 184 "name": "compile" | 185 "name": "compile" |
| 185 }, | 186 }, |
| 186 { | 187 { |
| 187 "cmd": [ | 188 "cmd": [ |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 332 "name": "[collect error] browser_tests", | 333 "name": "[collect error] browser_tests", |
| 333 "~followup_annotations": [ | 334 "~followup_annotations": [ |
| 334 "@@@STEP_LOG_LINE@python.inline@@@@", | 335 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 335 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 336 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 336 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1
]@@@", | 337 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1
]@@@", |
| 337 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 338 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
| 338 "@@@STEP_LOG_END@python.inline@@@" | 339 "@@@STEP_LOG_END@python.inline@@@" |
| 339 ] | 340 ] |
| 340 } | 341 } |
| 341 ] | 342 ] |
| OLD | NEW |