| 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 - debug - nosse4", | 10 "V8 Linux - debug - nosse4", |
| (...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 286 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 286 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 287 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 287 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 288 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 288 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 289 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 289 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 290 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 290 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 291 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 291 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 292 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 292 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 293 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 293 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 294 "@@@STEP_LOG_END@durations@@@" | 294 "@@@STEP_LOG_END@durations@@@" |
| 295 ] | 295 ] |
| 296 }, |
| 297 { |
| 298 "cmd": [ |
| 299 "python", |
| 300 "-u", |
| 301 "RECIPE_MODULE[v8]/resources/v8testing.py", |
| 302 "--target", |
| 303 "Debug", |
| 304 "--arch", |
| 305 "ia32", |
| 306 "--outdir", |
| 307 "out", |
| 308 "--testname", |
| 309 "simdjs/shell_test_runner", |
| 310 "--shell_flags=\"--noenable-sse4-1 --noenable-avx\"", |
| 311 "--json-test-results", |
| 312 "/path/to/tmp/json" |
| 313 ], |
| 314 "cwd": "[SLAVE_BUILD]/v8", |
| 315 "name": "SimdJs - small", |
| 316 "~followup_annotations": [ |
| 317 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 318 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 319 "@@@STEP_LOG_LINE@durations@@@@", |
| 320 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 321 "@@@STEP_LOG_LINE@durations@@@@", |
| 322 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 323 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 324 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 325 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 326 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 327 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 328 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 329 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 330 "@@@STEP_LOG_END@durations@@@" |
| 331 ] |
| 296 } | 332 } |
| 297 ] | 333 ] |
| OLD | NEW |