| 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 Arm - debug", | 10 "V8 Arm - debug", |
| (...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 363 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 363 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 364 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 364 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 365 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 365 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 366 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 366 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 367 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 367 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 368 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 368 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 369 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 369 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 370 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 370 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 371 "@@@STEP_LOG_END@durations@@@" | 371 "@@@STEP_LOG_END@durations@@@" |
| 372 ] | 372 ] |
| 373 }, |
| 374 { |
| 375 "cmd": [ |
| 376 "python", |
| 377 "-u", |
| 378 "RECIPE_MODULE[v8]/resources/v8testing.py", |
| 379 "--target", |
| 380 "Debug", |
| 381 "--arch", |
| 382 "arm", |
| 383 "--outdir", |
| 384 "out", |
| 385 "--testname", |
| 386 "simdjs/shell_test_runner", |
| 387 "--json-test-results", |
| 388 "/path/to/tmp/json" |
| 389 ], |
| 390 "cwd": "[SLAVE_BUILD]/v8", |
| 391 "name": "SimdJs - small", |
| 392 "~followup_annotations": [ |
| 393 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 394 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 395 "@@@STEP_LOG_LINE@durations@@@@", |
| 396 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 397 "@@@STEP_LOG_LINE@durations@@@@", |
| 398 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 399 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 400 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 401 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 402 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 403 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 404 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 405 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 406 "@@@STEP_LOG_END@durations@@@" |
| 407 ] |
| 373 } | 408 } |
| 374 ] | 409 ] |
| OLD | NEW |