diff options
author | Zachary Turner <zturner@google.com> | 2015-12-08 18:43:16 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2015-12-08 18:43:16 +0000 |
commit | 2155d5d301a1665127acc8c92d1c623a6cb1c0fd (patch) | |
tree | c0c42e704d8af44686de1b6007a1f091a99bfdbc /lldb/packages/Python/lldbsuite/test/configuration.py | |
parent | 1763c0d3bcd5308ae41114eda7e05c1e7bb1d71c (diff) | |
download | bcm5719-llvm-2155d5d301a1665127acc8c92d1c623a6cb1c0fd.tar.gz bcm5719-llvm-2155d5d301a1665127acc8c92d1c623a6cb1c0fd.zip |
Remove the -b option from dotest.py
This removes the blacklist option as part of an effort to remove
unused / unmaintained command line options from the test suite.
llvm-svn: 255040
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/configuration.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/configuration.py b/lldb/packages/Python/lldbsuite/test/configuration.py index c66a37b4074..17eace71c8f 100644 --- a/lldb/packages/Python/lldbsuite/test/configuration.py +++ b/lldb/packages/Python/lldbsuite/test/configuration.py @@ -60,13 +60,6 @@ dont_do_dsym_test = False dont_do_dwarf_test = False dont_do_dwo_test = False -# The blacklist is optional (-b blacklistFile) and allows a central place to skip -# testclass's and/or testclass.testmethod's. -blacklist = None - -# The dictionary as a result of sourcing blacklistFile. -blacklistConfig = {} - # The list of categories we said we care about categoriesList = None # set to true if we are going to use categories for cherry-picking test cases |