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