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