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

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

Issue 2222913002: V8: Remove deprecated test-runner flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 4 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 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", 6 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py",
7 "--path", 7 "--path",
8 "[SLAVE_BUILD]/swarming.client", 8 "[SLAVE_BUILD]/swarming.client",
9 "--url", 9 "--url",
10 "https://chromium.googlesource.com/external/swarming.client.git" 10 "https://chromium.googlesource.com/external/swarming.client.git"
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 "--mode", 469 "--mode",
470 "Debug", 470 "Debug",
471 "--arch", 471 "--arch",
472 "ia32", 472 "ia32",
473 "--outdir", 473 "--outdir",
474 "out", 474 "out",
475 "--buildbot", 475 "--buildbot",
476 "--timeout=200", 476 "--timeout=200",
477 "--random-seed=-2135455718", 477 "--random-seed=-2135455718",
478 "mjsunit", 478 "mjsunit",
479 "--ignition-turbofan",
480 "--gc-stress", 479 "--gc-stress",
481 "--variants=ignition_turbofan", 480 "--variants=ignition_turbofan",
482 "--rerun-failures-count=2", 481 "--rerun-failures-count=2",
483 "--swarming", 482 "--swarming",
484 "--json-test-results", 483 "--json-test-results",
485 "${ISOLATED_OUTDIR}/output.json" 484 "${ISOLATED_OUTDIR}/output.json"
486 ], 485 ],
487 "name": "[trigger] Mjsunit - ignition - turbofan on Ubuntu-12.04", 486 "name": "[trigger] Mjsunit - ignition - turbofan on Ubuntu-12.04",
488 "~followup_annotations": [ 487 "~followup_annotations": [
489 "@@@STEP_LOG_LINE@json.output@{@@@", 488 "@@@STEP_LOG_LINE@json.output@{@@@",
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
661 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 660 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
662 "@@@STEP_LOG_END@durations@@@" 661 "@@@STEP_LOG_END@durations@@@"
663 ] 662 ]
664 }, 663 },
665 { 664 {
666 "name": "$result", 665 "name": "$result",
667 "recipe_result": null, 666 "recipe_result": null,
668 "status_code": 0 667 "status_code": 0
669 } 668 }
670 ] 669 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698