summaryrefslogtreecommitdiff
path: root/deps/v8/tools/testrunner/standard_runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/tools/testrunner/standard_runner.py')
-rwxr-xr-xdeps/v8/tools/testrunner/standard_runner.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/deps/v8/tools/testrunner/standard_runner.py b/deps/v8/tools/testrunner/standard_runner.py
index 41352b34e8..50482da70e 100755
--- a/deps/v8/tools/testrunner/standard_runner.py
+++ b/deps/v8/tools/testrunner/standard_runner.py
@@ -132,13 +132,6 @@ class StandardTestRunner(base_runner.BaseTestRunner):
parser.add_option('--cfi-vptr',
help='Run tests with UBSAN cfi_vptr option.',
default=False, action='store_true')
- parser.add_option('--infra-staging', help='Use new test runner features',
- dest='infra_staging', default=None,
- action='store_true')
- parser.add_option('--no-infra-staging',
- help='Opt out of new test runner features',
- dest='infra_staging', default=None,
- action='store_false')
parser.add_option('--no-sorting', '--nosorting',
help='Don\'t sort tests according to duration of last'
' run.',