| 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 "tryserver.v8", | 8 "tryserver.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "v8_linux64_rel", | 10 "v8_linux64_rel", |
| (...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 244 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 244 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 245 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 245 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 246 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 246 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 247 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 247 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 248 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 248 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 249 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 249 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 250 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 250 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 251 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 251 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 252 "@@@STEP_LOG_END@durations@@@" | 252 "@@@STEP_LOG_END@durations@@@" |
| 253 ] | 253 ] |
| 254 }, |
| 255 { |
| 256 "cmd": [ |
| 257 "python", |
| 258 "-u", |
| 259 "RECIPE_MODULE[v8]/resources/v8testing.py", |
| 260 "--target", |
| 261 "Release", |
| 262 "--arch", |
| 263 "x64", |
| 264 "--outdir", |
| 265 "out", |
| 266 "--testname", |
| 267 "simdjs", |
| 268 "--flaky-tests=skip", |
| 269 "--dcheck-always-on", |
| 270 "--json-test-results", |
| 271 "/path/to/tmp/json" |
| 272 ], |
| 273 "cwd": "[SLAVE_BUILD]/v8", |
| 274 "name": "SimdJs - all", |
| 275 "~followup_annotations": [ |
| 276 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 277 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 278 "@@@STEP_LOG_LINE@durations@@@@", |
| 279 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 280 "@@@STEP_LOG_LINE@durations@@@@", |
| 281 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 282 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 283 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 284 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 285 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 286 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 287 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 288 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 289 "@@@STEP_LOG_END@durations@@@" |
| 290 ] |
| 254 } | 291 } |
| 255 ] | 292 ] |
| OLD | NEW |