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