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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___debug.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 Linux64 - debug", 10 "V8 Linux64 - debug",
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 391 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
392 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 392 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
393 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 393 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
394 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", 394 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
395 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", 395 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
396 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", 396 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
397 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", 397 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
398 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 398 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
399 "@@@STEP_LOG_END@durations@@@" 399 "@@@STEP_LOG_END@durations@@@"
400 ] 400 ]
401 },
402 {
403 "cmd": [
404 "python",
405 "-u",
406 "RECIPE_MODULE[v8]/resources/v8testing.py",
407 "--target",
408 "Debug",
409 "--arch",
410 "x64",
411 "--outdir",
412 "out",
413 "--testname",
414 "simdjs",
415 "--json-test-results",
416 "/path/to/tmp/json"
417 ],
418 "cwd": "[SLAVE_BUILD]/v8",
419 "name": "SimdJs - all",
420 "~followup_annotations": [
421 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
422 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
423 "@@@STEP_LOG_LINE@durations@@@@",
424 "@@@STEP_LOG_LINE@durations@Details:@@@",
425 "@@@STEP_LOG_LINE@durations@@@@",
426 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
427 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
428 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
429 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
430 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
431 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
432 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
433 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
434 "@@@STEP_LOG_END@durations@@@"
435 ]
401 } 436 }
402 ] 437 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698