| 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 Linux64", | 10 "V8 Linux64", |
| (...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 478 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 478 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 479 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 479 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 480 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 480 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 481 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 481 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 482 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 482 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 483 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 483 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 484 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 484 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 485 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 485 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 486 "@@@STEP_LOG_END@durations@@@" | 486 "@@@STEP_LOG_END@durations@@@" |
| 487 ] | 487 ] |
| 488 }, |
| 489 { |
| 490 "cmd": [ |
| 491 "python", |
| 492 "-u", |
| 493 "RECIPE_MODULE[v8]/resources/v8testing.py", |
| 494 "--target", |
| 495 "Release", |
| 496 "--arch", |
| 497 "x64", |
| 498 "--outdir", |
| 499 "out", |
| 500 "--testname", |
| 501 "simdjs", |
| 502 "--json-test-results", |
| 503 "/path/to/tmp/json" |
| 504 ], |
| 505 "cwd": "[SLAVE_BUILD]/v8", |
| 506 "name": "SimdJs - all", |
| 507 "~followup_annotations": [ |
| 508 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 509 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 510 "@@@STEP_LOG_LINE@durations@@@@", |
| 511 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 512 "@@@STEP_LOG_LINE@durations@@@@", |
| 513 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 514 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 515 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 516 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 517 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 518 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 519 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 520 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 521 "@@@STEP_LOG_END@durations@@@" |
| 522 ] |
| 488 } | 523 } |
| 489 ] | 524 ] |
| OLD | NEW |