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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_rel.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 "tryserver.v8", 8 "tryserver.v8",
9 "--builder", 9 "--builder",
10 "v8_linux_rel", 10 "v8_linux_rel",
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 348 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
349 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 349 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
350 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 350 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
351 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", 351 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
352 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", 352 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
353 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", 353 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
354 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", 354 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
355 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 355 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
356 "@@@STEP_LOG_END@durations@@@" 356 "@@@STEP_LOG_END@durations@@@"
357 ] 357 ]
358 },
359 {
360 "cmd": [
361 "python",
362 "-u",
363 "RECIPE_MODULE[v8]/resources/v8testing.py",
364 "--target",
365 "Release",
366 "--arch",
367 "ia32",
368 "--outdir",
369 "out",
370 "--testname",
371 "simdjs",
372 "--flaky-tests=skip",
373 "--dcheck-always-on",
374 "--json-test-results",
375 "/path/to/tmp/json"
376 ],
377 "cwd": "[SLAVE_BUILD]/v8",
378 "name": "SimdJs - all",
379 "~followup_annotations": [
380 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
381 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
382 "@@@STEP_LOG_LINE@durations@@@@",
383 "@@@STEP_LOG_LINE@durations@Details:@@@",
384 "@@@STEP_LOG_LINE@durations@@@@",
385 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
386 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
387 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
388 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
389 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
390 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
391 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
392 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
393 "@@@STEP_LOG_END@durations@@@"
394 ]
358 } 395 }
359 ] 396 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698