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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_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 618 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 "--mode", 629 "--mode",
630 "Debug", 630 "Debug",
631 "--arch", 631 "--arch",
632 "ia32", 632 "ia32",
633 "--outdir", 633 "--outdir",
634 "out", 634 "out",
635 "--buildbot", 635 "--buildbot",
636 "--timeout=200", 636 "--timeout=200",
637 "--random-seed=493074690", 637 "--random-seed=493074690",
638 "bot_default", 638 "bot_default",
639 "--ignition-turbofan",
640 "--variants=ignition_turbofan", 639 "--variants=ignition_turbofan",
641 "--dcheck-always-on", 640 "--dcheck-always-on",
642 "--rerun-failures-count=2", 641 "--rerun-failures-count=2",
643 "--swarming", 642 "--swarming",
644 "--json-test-results", 643 "--json-test-results",
645 "${ISOLATED_OUTDIR}/output.json" 644 "${ISOLATED_OUTDIR}/output.json"
646 ], 645 ],
647 "name": "[trigger] Ignition - turbofan on Windows-7-SP1", 646 "name": "[trigger] Ignition - turbofan on Windows-7-SP1",
648 "~followup_annotations": [ 647 "~followup_annotations": [
649 "@@@STEP_LOG_LINE@json.output@{@@@", 648 "@@@STEP_LOG_LINE@json.output@{@@@",
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
916 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 915 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
917 "@@@STEP_LOG_END@durations@@@" 916 "@@@STEP_LOG_END@durations@@@"
918 ] 917 ]
919 }, 918 },
920 { 919 {
921 "name": "$result", 920 "name": "$result",
922 "recipe_result": null, 921 "recipe_result": null,
923 "status_code": 0 922 "status_code": 0
924 } 923 }
925 ] 924 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698