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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Mac64___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 Mac64 - debug", 10 "V8 Mac64 - debug",
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 350 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
351 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 351 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
352 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 352 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
353 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", 353 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
354 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", 354 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
355 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", 355 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
356 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", 356 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
357 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 357 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
358 "@@@STEP_LOG_END@durations@@@" 358 "@@@STEP_LOG_END@durations@@@"
359 ] 359 ]
360 },
361 {
362 "cmd": [
363 "python",
364 "-u",
365 "RECIPE_MODULE[v8]/resources/v8testing.py",
366 "--target",
367 "Debug",
368 "--arch",
369 "x64",
370 "--outdir",
371 "out",
372 "--testname",
373 "simdjs/shell_test_runner",
374 "--json-test-results",
375 "/path/to/tmp/json"
376 ],
377 "cwd": "[SLAVE_BUILD]/v8",
378 "name": "SimdJs - small",
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 ]
360 } 395 }
361 ] 396 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698