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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux.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 997 matching lines...) Expand 10 before | Expand all | Expand 10 after
1008 "--mode", 1008 "--mode",
1009 "Release", 1009 "Release",
1010 "--arch", 1010 "--arch",
1011 "ia32", 1011 "ia32",
1012 "--outdir", 1012 "--outdir",
1013 "out", 1013 "out",
1014 "--buildbot", 1014 "--buildbot",
1015 "--timeout=200", 1015 "--timeout=200",
1016 "--random-seed=837461545", 1016 "--random-seed=837461545",
1017 "bot_default", 1017 "bot_default",
1018 "--ignition-turbofan",
1019 "--variants=ignition_turbofan", 1018 "--variants=ignition_turbofan",
1020 "--rerun-failures-count=2", 1019 "--rerun-failures-count=2",
1021 "--swarming", 1020 "--swarming",
1022 "--json-test-results", 1021 "--json-test-results",
1023 "${ISOLATED_OUTDIR}/output.json" 1022 "${ISOLATED_OUTDIR}/output.json"
1024 ], 1023 ],
1025 "name": "[trigger] Ignition - turbofan on Ubuntu-12.04", 1024 "name": "[trigger] Ignition - turbofan on Ubuntu-12.04",
1026 "~followup_annotations": [ 1025 "~followup_annotations": [
1027 "@@@STEP_LOG_LINE@json.output@{@@@", 1026 "@@@STEP_LOG_LINE@json.output@{@@@",
1028 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/ Ubuntu-12.04/[dummy has/V8 Linux/571\", @@@", 1027 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/ Ubuntu-12.04/[dummy has/V8 Linux/571\", @@@",
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
1198 "--mode", 1197 "--mode",
1199 "Release", 1198 "Release",
1200 "--arch", 1199 "--arch",
1201 "ia32", 1200 "ia32",
1202 "--outdir", 1201 "--outdir",
1203 "out", 1202 "out",
1204 "--buildbot", 1203 "--buildbot",
1205 "--timeout=200", 1204 "--timeout=200",
1206 "--random-seed=837461545", 1205 "--random-seed=837461545",
1207 "test262", 1206 "test262",
1208 "--ignition-turbofan",
1209 "--download-data", 1207 "--download-data",
1210 "--variants=ignition_turbofan", 1208 "--variants=ignition_turbofan",
1211 "--rerun-failures-count=2", 1209 "--rerun-failures-count=2",
1212 "--swarming", 1210 "--swarming",
1213 "--json-test-results", 1211 "--json-test-results",
1214 "${ISOLATED_OUTDIR}/output.json" 1212 "${ISOLATED_OUTDIR}/output.json"
1215 ], 1213 ],
1216 "name": "[trigger] Test262 - ignition - turbofan on Ubuntu-12.04", 1214 "name": "[trigger] Test262 - ignition - turbofan on Ubuntu-12.04",
1217 "~followup_annotations": [ 1215 "~followup_annotations": [
1218 "@@@STEP_LOG_LINE@json.output@{@@@", 1216 "@@@STEP_LOG_LINE@json.output@{@@@",
(...skipping 2533 matching lines...) Expand 10 before | Expand all | Expand 10 after
3752 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 3750 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
3753 "@@@STEP_LOG_END@durations@@@" 3751 "@@@STEP_LOG_END@durations@@@"
3754 ] 3752 ]
3755 }, 3753 },
3756 { 3754 {
3757 "name": "$result", 3755 "name": "$result",
3758 "recipe_result": null, 3756 "recipe_result": null,
3759 "status_code": 0 3757 "status_code": 0
3760 } 3758 }
3761 ] 3759 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/v8/testing.py ('k') | scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698