| 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", | 10 "V8 Linux", |
| (...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 419 "python", | 419 "python", |
| 420 "-u", | 420 "-u", |
| 421 "RECIPE_MODULE[v8]/resources/v8testing.py", | 421 "RECIPE_MODULE[v8]/resources/v8testing.py", |
| 422 "--target", | 422 "--target", |
| 423 "Release", | 423 "Release", |
| 424 "--arch", | 424 "--arch", |
| 425 "ia32", | 425 "ia32", |
| 426 "--outdir", | 426 "--outdir", |
| 427 "out", | 427 "out", |
| 428 "--testname", | 428 "--testname", |
| 429 "simdjs", |
| 430 "--json-test-results", |
| 431 "/path/to/tmp/json" |
| 432 ], |
| 433 "cwd": "[SLAVE_BUILD]/v8", |
| 434 "name": "SimdJs - all", |
| 435 "~followup_annotations": [ |
| 436 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 437 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 438 "@@@STEP_LOG_LINE@durations@@@@", |
| 439 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 440 "@@@STEP_LOG_LINE@durations@@@@", |
| 441 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 442 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 443 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 444 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 445 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 446 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 447 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 448 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 449 "@@@STEP_LOG_END@durations@@@" |
| 450 ] |
| 451 }, |
| 452 { |
| 453 "cmd": [ |
| 454 "python", |
| 455 "-u", |
| 456 "RECIPE_MODULE[v8]/resources/v8testing.py", |
| 457 "--target", |
| 458 "Release", |
| 459 "--arch", |
| 460 "ia32", |
| 461 "--outdir", |
| 462 "out", |
| 463 "--testname", |
| 429 "test262", | 464 "test262", |
| 430 "--json-test-results", | 465 "--json-test-results", |
| 431 "/path/to/tmp/json" | 466 "/path/to/tmp/json" |
| 432 ], | 467 ], |
| 433 "cwd": "[SLAVE_BUILD]/v8", | 468 "cwd": "[SLAVE_BUILD]/v8", |
| 434 "name": "Test262", | 469 "name": "Test262", |
| 435 "~followup_annotations": [ | 470 "~followup_annotations": [ |
| 436 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 471 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 437 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 472 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 438 "@@@STEP_LOG_LINE@durations@@@@", | 473 "@@@STEP_LOG_LINE@durations@@@@", |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 513 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 548 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 514 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 549 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 515 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 550 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 516 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 551 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 517 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 552 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 518 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 553 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 519 "@@@STEP_LOG_END@durations@@@" | 554 "@@@STEP_LOG_END@durations@@@" |
| 520 ] | 555 ] |
| 521 } | 556 } |
| 522 ] | 557 ] |
| OLD | NEW |