| 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 Linux - shared", | 10 "V8 Linux - shared", |
| (...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 263 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 263 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 264 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 264 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 265 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 265 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 266 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 266 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 267 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 267 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 268 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 268 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 269 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 269 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 270 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 270 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 271 "@@@STEP_LOG_END@durations@@@" | 271 "@@@STEP_LOG_END@durations@@@" |
| 272 ] | 272 ] |
| 273 }, |
| 274 { |
| 275 "cmd": [ |
| 276 "python", |
| 277 "-u", |
| 278 "RECIPE_MODULE[v8]/resources/v8testing.py", |
| 279 "--target", |
| 280 "Release", |
| 281 "--arch", |
| 282 "ia32", |
| 283 "--outdir", |
| 284 "out", |
| 285 "--testname", |
| 286 "simdjs/shell_test_runner", |
| 287 "--json-test-results", |
| 288 "/path/to/tmp/json" |
| 289 ], |
| 290 "cwd": "[SLAVE_BUILD]/v8", |
| 291 "name": "SimdJs - small", |
| 292 "~followup_annotations": [ |
| 293 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 294 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 295 "@@@STEP_LOG_LINE@durations@@@@", |
| 296 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 297 "@@@STEP_LOG_LINE@durations@@@@", |
| 298 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 299 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 300 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 301 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 302 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 303 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 304 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 305 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 306 "@@@STEP_LOG_END@durations@@@" |
| 307 ] |
| 273 } | 308 } |
| 274 ] | 309 ] |
| OLD | NEW |