| 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", | 10 "V8 Arm", |
| (...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 398 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 398 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 399 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 399 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 400 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 400 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 401 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 401 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 402 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 402 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 403 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 403 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 404 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 404 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 405 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 405 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 406 "@@@STEP_LOG_END@durations@@@" | 406 "@@@STEP_LOG_END@durations@@@" |
| 407 ] | 407 ] |
| 408 }, |
| 409 { |
| 410 "cmd": [ |
| 411 "python", |
| 412 "-u", |
| 413 "RECIPE_MODULE[v8]/resources/v8testing.py", |
| 414 "--target", |
| 415 "Release", |
| 416 "--arch", |
| 417 "arm", |
| 418 "--outdir", |
| 419 "out", |
| 420 "--testname", |
| 421 "simdjs", |
| 422 "--json-test-results", |
| 423 "/path/to/tmp/json" |
| 424 ], |
| 425 "cwd": "[SLAVE_BUILD]/v8", |
| 426 "name": "SimdJs - all", |
| 427 "~followup_annotations": [ |
| 428 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 429 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 430 "@@@STEP_LOG_LINE@durations@@@@", |
| 431 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 432 "@@@STEP_LOG_LINE@durations@@@@", |
| 433 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 434 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 435 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 436 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 437 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 438 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 439 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 440 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 441 "@@@STEP_LOG_END@durations@@@" |
| 442 ] |
| 408 } | 443 } |
| 409 ] | 444 ] |
| OLD | NEW |