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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Arm.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 Arm", 10 "V8 Arm",
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 398 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
399 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 399 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
400 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 400 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
401 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", 401 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
402 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", 402 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
403 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", 403 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
404 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", 404 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
405 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 405 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
406 "@@@STEP_LOG_END@durations@@@" 406 "@@@STEP_LOG_END@durations@@@"
407 ] 407 ]
408 },
409 {
410 "cmd": [
411 "python",
412 "-u",
413 "RECIPE_MODULE[v8]/resources/v8testing.py",
414 "--target",
415 "Release",
416 "--arch",
417 "arm",
418 "--outdir",
419 "out",
420 "--testname",
421 "simdjs",
422 "--json-test-results",
423 "/path/to/tmp/json"
424 ],
425 "cwd": "[SLAVE_BUILD]/v8",
426 "name": "SimdJs - all",
427 "~followup_annotations": [
428 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
429 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
430 "@@@STEP_LOG_LINE@durations@@@@",
431 "@@@STEP_LOG_LINE@durations@Details:@@@",
432 "@@@STEP_LOG_LINE@durations@@@@",
433 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
434 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
435 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
436 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
437 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
438 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
439 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
440 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
441 "@@@STEP_LOG_END@durations@@@"
442 ]
408 } 443 }
409 ] 444 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/v8/builders.py ('k') | scripts/slave/recipes/v8.expected/full_client_v8_V8_Arm___debug.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698