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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Win32___nosnap___shared.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 590 matching lines...) Expand 10 before | Expand all | Expand 10 after
601 "--mode", 601 "--mode",
602 "Release", 602 "Release",
603 "--arch", 603 "--arch",
604 "ia32", 604 "ia32",
605 "--outdir", 605 "--outdir",
606 "out", 606 "out",
607 "--buildbot", 607 "--buildbot",
608 "--timeout=200", 608 "--timeout=200",
609 "--random-seed=-976563914", 609 "--random-seed=-976563914",
610 "bot_default", 610 "bot_default",
611 "--ignition-turbofan",
612 "--no-snap", 611 "--no-snap",
613 "--variants=ignition_turbofan", 612 "--variants=ignition_turbofan",
614 "--rerun-failures-count=2", 613 "--rerun-failures-count=2",
615 "--swarming", 614 "--swarming",
616 "--json-test-results", 615 "--json-test-results",
617 "${ISOLATED_OUTDIR}/output.json" 616 "${ISOLATED_OUTDIR}/output.json"
618 ], 617 ],
619 "name": "[trigger] Ignition - turbofan on Windows-7-SP1", 618 "name": "[trigger] Ignition - turbofan on Windows-7-SP1",
620 "~followup_annotations": [ 619 "~followup_annotations": [
621 "@@@STEP_LOG_LINE@json.output@{@@@", 620 "@@@STEP_LOG_LINE@json.output@{@@@",
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
748 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 747 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
749 "@@@STEP_LOG_END@durations@@@" 748 "@@@STEP_LOG_END@durations@@@"
750 ] 749 ]
751 }, 750 },
752 { 751 {
753 "name": "$result", 752 "name": "$result",
754 "recipe_result": null, 753 "recipe_result": null,
755 "status_code": 0 754 "status_code": 0
756 } 755 }
757 ] 756 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698