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

Unified Diff: tools/run-tests.py

Issue 2197123002: [test] Remove deprecated --ignition test-runner flag (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Remove more obsolete status Created 4 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/run-deopt-fuzzer.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/run-tests.py
diff --git a/tools/run-tests.py b/tools/run-tests.py
index 71a2cda0e952d26615f01058c4cf5554a7c7e134..c5ea966b2efa2daa1683289ff61031d943db6ea5 100755
--- a/tools/run-tests.py
+++ b/tools/run-tests.py
@@ -251,8 +251,6 @@ def BuildOptions():
result.add_option("--extra-flags",
help="Additional flags to pass to each test command",
default="")
- result.add_option("--ignition", help="Skip tests which don't run in ignition",
- default=False, action="store_true")
result.add_option("--ignition-turbofan",
help="Skip tests which don't run in ignition_turbofan",
default=False, action="store_true")
@@ -748,7 +746,6 @@ def Execute(arch, mode, args, options, suites):
"deopt_fuzzer": False,
"gc_stress": options.gc_stress,
"gcov_coverage": options.gcov_coverage,
- "ignition": options.ignition,
"ignition_turbofan": options.ignition_turbofan,
"isolates": options.isolates,
"mode": MODES[mode]["status_mode"],
« no previous file with comments | « tools/run-deopt-fuzzer.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698