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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Mac64___debug.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::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/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 883 matching lines...) Expand 10 before | Expand all | Expand 10 after
894 "--mode", 894 "--mode",
895 "Debug", 895 "Debug",
896 "--arch", 896 "--arch",
897 "x64", 897 "x64",
898 "--outdir", 898 "--outdir",
899 "out", 899 "out",
900 "--buildbot", 900 "--buildbot",
901 "--timeout=200", 901 "--timeout=200",
902 "--random-seed=-564235616", 902 "--random-seed=-564235616",
903 "bot_default", 903 "bot_default",
904 "--ignition-turbofan",
905 "--variants=ignition_turbofan", 904 "--variants=ignition_turbofan",
906 "--rerun-failures-count=2", 905 "--rerun-failures-count=2",
907 "--swarming", 906 "--swarming",
908 "--json-test-results", 907 "--json-test-results",
909 "${ISOLATED_OUTDIR}/output.json" 908 "${ISOLATED_OUTDIR}/output.json"
910 ], 909 ],
911 "name": "[trigger] Ignition - turbofan on Mac-10.9", 910 "name": "[trigger] Ignition - turbofan on Mac-10.9",
912 "~followup_annotations": [ 911 "~followup_annotations": [
913 "@@@STEP_LOG_LINE@json.output@{@@@", 912 "@@@STEP_LOG_LINE@json.output@{@@@",
914 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/ Mac-10.9/[dummy has/V8 Mac64 - debug/571\", @@@", 913 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/ Mac-10.9/[dummy has/V8 Mac64 - debug/571\", @@@",
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
1157 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 1156 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
1158 "@@@STEP_LOG_END@durations@@@" 1157 "@@@STEP_LOG_END@durations@@@"
1159 ] 1158 ]
1160 }, 1159 },
1161 { 1160 {
1162 "name": "$result", 1161 "name": "$result",
1163 "recipe_result": null, 1162 "recipe_result": null,
1164 "status_code": 0 1163 "status_code": 0
1165 } 1164 }
1166 ] 1165 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698