| 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 - 2", | 10 "V8 Arm - debug - 2", |
| (...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 377 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 377 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 378 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 378 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 379 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 379 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 380 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 380 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 381 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 381 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 382 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 382 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 383 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 383 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 384 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 384 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 385 "@@@STEP_LOG_END@durations@@@" | 385 "@@@STEP_LOG_END@durations@@@" |
| 386 ] | 386 ] |
| 387 }, |
| 388 { |
| 389 "cmd": [ |
| 390 "python", |
| 391 "-u", |
| 392 "RECIPE_MODULE[v8]/resources/v8testing.py", |
| 393 "--target", |
| 394 "Debug", |
| 395 "--arch", |
| 396 "arm", |
| 397 "--outdir", |
| 398 "out", |
| 399 "--testname", |
| 400 "simdjs/shell_test_runner", |
| 401 "--shard_count=2", |
| 402 "--shard_run=2", |
| 403 "--json-test-results", |
| 404 "/path/to/tmp/json" |
| 405 ], |
| 406 "cwd": "[SLAVE_BUILD]/v8", |
| 407 "name": "SimdJs - small", |
| 408 "~followup_annotations": [ |
| 409 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 410 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 411 "@@@STEP_LOG_LINE@durations@@@@", |
| 412 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 413 "@@@STEP_LOG_LINE@durations@@@@", |
| 414 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 415 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 416 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 417 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 418 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 419 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 420 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 421 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 422 "@@@STEP_LOG_END@durations@@@" |
| 423 ] |
| 387 } | 424 } |
| 388 ] | 425 ] |
| OLD | NEW |