diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2019-08-28 21:24:41 +0000 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2019-08-28 21:24:41 +0000 |
commit | 5970076466cf9722b7b5bd08f50e6479c352baf3 (patch) | |
tree | a79724530a01b4a10f426be91f40257114f1dd34 /lldb/packages/Python/lldbsuite/test/dotest_args.py | |
parent | 3517d10575e29b57b5894aced3539e0ab92fba05 (diff) | |
download | bcm5719-llvm-5970076466cf9722b7b5bd08f50e6479c352baf3.tar.gz bcm5719-llvm-5970076466cf9722b7b5bd08f50e6479c352baf3.zip |
[dotest] Remove --rerun-max-file-threshold
This variable corresponding to this argument is set but never read.
llvm-svn: 370264
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/dotest_args.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/dotest_args.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/dotest_args.py b/lldb/packages/Python/lldbsuite/test/dotest_args.py index 444f4afdf52..f4882e1d7e4 100644 --- a/lldb/packages/Python/lldbsuite/test/dotest_args.py +++ b/lldb/packages/Python/lldbsuite/test/dotest_args.py @@ -260,15 +260,6 @@ def create_parser(): 'irrespective of the test method\'s marking as flakey. ' 'Default behavior is to apply re-runs only to flakey ' 'tests that generate issues.')) - group.add_argument( - '--rerun-max-file-threshold', - action='store', - type=int, - default=50, - help=('Maximum number of files requiring a rerun beyond ' - 'which the rerun will not occur. This is meant to ' - 'stop a catastrophically failing test suite from forcing ' - 'all tests to be rerun in the single-worker phase.')) # Remove the reference to our helper function del X |