| 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_linux_nodcheck_rel", | 10 "v8_linux_nodcheck_rel", |
| (...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 193 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 194 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 194 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 195 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 195 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 196 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 196 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 197 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 197 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 198 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 198 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 199 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 199 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 200 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 200 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 201 "@@@STEP_LOG_END@durations@@@" | 201 "@@@STEP_LOG_END@durations@@@" |
| 202 ] | 202 ] |
| 203 }, |
| 204 { |
| 205 "cmd": [ |
| 206 "python", |
| 207 "-u", |
| 208 "RECIPE_MODULE[v8]/resources/v8testing.py", |
| 209 "--target", |
| 210 "Release", |
| 211 "--arch", |
| 212 "ia32", |
| 213 "--outdir", |
| 214 "out", |
| 215 "--testname", |
| 216 "simdjs/shell_test_runner", |
| 217 "--flaky-tests=skip", |
| 218 "--json-test-results", |
| 219 "/path/to/tmp/json" |
| 220 ], |
| 221 "cwd": "[SLAVE_BUILD]/v8", |
| 222 "name": "SimdJs - small", |
| 223 "~followup_annotations": [ |
| 224 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 225 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 226 "@@@STEP_LOG_LINE@durations@@@@", |
| 227 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 228 "@@@STEP_LOG_LINE@durations@@@@", |
| 229 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 230 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 231 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 232 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 233 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 234 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 235 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 236 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 237 "@@@STEP_LOG_END@durations@@@" |
| 238 ] |
| 203 } | 239 } |
| 204 ] | 240 ] |
| OLD | NEW |