Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___mipsel___sim.json

Issue 1123333005: Adding ecmascript simd tests to v8 buildbots and trybots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: fix Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 - mipsel - sim", 10 "V8 Linux - mipsel - sim",
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 282 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
283 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 283 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
284 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 284 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
285 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", 285 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
286 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", 286 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
287 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", 287 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
288 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", 288 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
289 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 289 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
290 "@@@STEP_LOG_END@durations@@@" 290 "@@@STEP_LOG_END@durations@@@"
291 ] 291 ]
292 },
293 {
294 "cmd": [
295 "python",
296 "-u",
297 "RECIPE_MODULE[v8]/resources/v8testing.py",
298 "--target",
299 "Release",
300 "--arch",
301 "mipsel",
302 "--outdir",
303 "out",
304 "--testname",
305 "simdjs",
306 "--json-test-results",
307 "/path/to/tmp/json"
308 ],
309 "cwd": "[SLAVE_BUILD]/v8",
310 "name": "SimdJs - all",
311 "~followup_annotations": [
312 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
313 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
314 "@@@STEP_LOG_LINE@durations@@@@",
315 "@@@STEP_LOG_LINE@durations@Details:@@@",
316 "@@@STEP_LOG_LINE@durations@@@@",
317 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
318 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
319 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
320 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
321 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
322 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
323 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
324 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
325 "@@@STEP_LOG_END@durations@@@"
326 ]
292 } 327 }
293 ] 328 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698