diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2020-08-21 14:16:55 -0700 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2020-08-21 14:28:08 -0700 |
commit | d3a49b03a57bb7448620c31f493932018e752c0d (patch) | |
tree | b167fd9150966baf03da1364459919cae4f9274a /lldb/packages/Python/lldbsuite/test/dotest.py | |
parent | 17cd34409a3ab1c46ff55960b7b89c11e1d5674d (diff) | |
download | llvm-d3a49b03a57bb7448620c31f493932018e752c0d.zip llvm-d3a49b03a57bb7448620c31f493932018e752c0d.tar.gz llvm-d3a49b03a57bb7448620c31f493932018e752c0d.tar.bz2 |
[lldb] Remove --rerun-all-issues as its functionality no longer exists
The logic behind --rerun-all-issues was removed when we switched to LIT
as the test driver. This patch just removes the dotest option and
corresponding entry in configuration.py.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/dotest.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/dotest.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/dotest.py b/lldb/packages/Python/lldbsuite/test/dotest.py index 9b1c7fd..870b85e 100644 --- a/lldb/packages/Python/lldbsuite/test/dotest.py +++ b/lldb/packages/Python/lldbsuite/test/dotest.py @@ -416,10 +416,6 @@ def parseOptionsAndInitTestdirs(): if args.replay_path: configuration.replay_path = args.replay_path - - # rerun-related arguments - configuration.rerun_all_issues = args.rerun_all_issues - if args.lldb_platform_name: configuration.lldb_platform_name = args.lldb_platform_name if args.lldb_platform_url: |