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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___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::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 835 matching lines...) Expand 10 before | Expand all | Expand 10 after
846 "--mode", 846 "--mode",
847 "Debug", 847 "Debug",
848 "--arch", 848 "--arch",
849 "ia32", 849 "ia32",
850 "--outdir", 850 "--outdir",
851 "out", 851 "out",
852 "--buildbot", 852 "--buildbot",
853 "--timeout=200", 853 "--timeout=200",
854 "--random-seed=-681703856", 854 "--random-seed=-681703856",
855 "bot_default", 855 "bot_default",
856 "--ignition-turbofan",
857 "--variants=ignition_turbofan", 856 "--variants=ignition_turbofan",
858 "--rerun-failures-count=2", 857 "--rerun-failures-count=2",
859 "--swarming", 858 "--swarming",
860 "--json-test-results", 859 "--json-test-results",
861 "${ISOLATED_OUTDIR}/output.json" 860 "${ISOLATED_OUTDIR}/output.json"
862 ], 861 ],
863 "name": "[trigger] Ignition - turbofan on Ubuntu-12.04", 862 "name": "[trigger] Ignition - turbofan on Ubuntu-12.04",
864 "~followup_annotations": [ 863 "~followup_annotations": [
865 "@@@STEP_LOG_LINE@json.output@{@@@", 864 "@@@STEP_LOG_LINE@json.output@{@@@",
866 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/ Ubuntu-12.04/[dummy has/V8 Linux - debug/571\", @@@", 865 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/ Ubuntu-12.04/[dummy has/V8 Linux - debug/571\", @@@",
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
1036 "--mode", 1035 "--mode",
1037 "Debug", 1036 "Debug",
1038 "--arch", 1037 "--arch",
1039 "ia32", 1038 "ia32",
1040 "--outdir", 1039 "--outdir",
1041 "out", 1040 "out",
1042 "--buildbot", 1041 "--buildbot",
1043 "--timeout=200", 1042 "--timeout=200",
1044 "--random-seed=-681703856", 1043 "--random-seed=-681703856",
1045 "test262", 1044 "test262",
1046 "--ignition-turbofan",
1047 "--download-data", 1045 "--download-data",
1048 "--variants=ignition_turbofan", 1046 "--variants=ignition_turbofan",
1049 "--rerun-failures-count=2", 1047 "--rerun-failures-count=2",
1050 "--swarming", 1048 "--swarming",
1051 "--json-test-results", 1049 "--json-test-results",
1052 "${ISOLATED_OUTDIR}/output.json" 1050 "${ISOLATED_OUTDIR}/output.json"
1053 ], 1051 ],
1054 "name": "[trigger] Test262 - ignition - turbofan on Ubuntu-12.04", 1052 "name": "[trigger] Test262 - ignition - turbofan on Ubuntu-12.04",
1055 "~followup_annotations": [ 1053 "~followup_annotations": [
1056 "@@@STEP_LOG_LINE@json.output@{@@@", 1054 "@@@STEP_LOG_LINE@json.output@{@@@",
(...skipping 2301 matching lines...) Expand 10 before | Expand all | Expand 10 after
3358 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 3356 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
3359 "@@@STEP_LOG_END@durations@@@" 3357 "@@@STEP_LOG_END@durations@@@"
3360 ] 3358 ]
3361 }, 3359 },
3362 { 3360 {
3363 "name": "$result", 3361 "name": "$result",
3364 "recipe_result": null, 3362 "recipe_result": null,
3365 "status_code": 0 3363 "status_code": 0
3366 } 3364 }
3367 ] 3365 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698