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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win64_dbg.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_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 722 matching lines...) Expand 10 before | Expand all | Expand 10 after
733 "--mode", 733 "--mode",
734 "Debug_x64", 734 "Debug_x64",
735 "--arch", 735 "--arch",
736 "x64", 736 "x64",
737 "--outdir", 737 "--outdir",
738 "out", 738 "out",
739 "--buildbot", 739 "--buildbot",
740 "--timeout=200", 740 "--timeout=200",
741 "--random-seed=-1847850043", 741 "--random-seed=-1847850043",
742 "bot_default", 742 "bot_default",
743 "--ignition-turbofan",
744 "--variants=ignition_turbofan", 743 "--variants=ignition_turbofan",
745 "--dcheck-always-on", 744 "--dcheck-always-on",
746 "--rerun-failures-count=2", 745 "--rerun-failures-count=2",
747 "--swarming", 746 "--swarming",
748 "--json-test-results", 747 "--json-test-results",
749 "${ISOLATED_OUTDIR}/output.json" 748 "${ISOLATED_OUTDIR}/output.json"
750 ], 749 ],
751 "name": "[trigger] Ignition - turbofan on Windows-7-SP1", 750 "name": "[trigger] Ignition - turbofan on Windows-7-SP1",
752 "~followup_annotations": [ 751 "~followup_annotations": [
753 "@@@STEP_LOG_LINE@json.output@{@@@", 752 "@@@STEP_LOG_LINE@json.output@{@@@",
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
1059 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 1058 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
1060 "@@@STEP_LOG_END@durations@@@" 1059 "@@@STEP_LOG_END@durations@@@"
1061 ] 1060 ]
1062 }, 1061 },
1063 { 1062 {
1064 "name": "$result", 1063 "name": "$result",
1065 "recipe_result": null, 1064 "recipe_result": null,
1066 "status_code": 0 1065 "status_code": 0
1067 } 1066 }
1068 ] 1067 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698