diff options
author | Zachary Turner <zturner@google.com> | 2015-12-14 18:49:16 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2015-12-14 18:49:16 +0000 |
commit | f098e4fb19064e23ed0247e0ed8e769354249d9c (patch) | |
tree | 721a36816b8c4e51c885f335b809ef5a5d2adb5c /lldb/packages/Python/lldbsuite/test/configuration.py | |
parent | 4ae76c26928324698b2c8a290964f9709887bda6 (diff) | |
download | bcm5719-llvm-f098e4fb19064e23ed0247e0ed8e769354249d9c.tar.gz bcm5719-llvm-f098e4fb19064e23ed0247e0ed8e769354249d9c.zip |
Make debug info specification use categories system.
Reviewed By: Tamas Berghammer, Pavel Labath
Differential Revision: http://reviews.llvm.org/D15428
llvm-svn: 255525
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/configuration.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/configuration.py b/lldb/packages/Python/lldbsuite/test/configuration.py index d1aaef5cb7d..2e4dd411f2f 100644 --- a/lldb/packages/Python/lldbsuite/test/configuration.py +++ b/lldb/packages/Python/lldbsuite/test/configuration.py @@ -56,10 +56,6 @@ def setupCrashInfoHook(): # The test suite. suite = unittest2.TestSuite() -dont_do_dsym_test = False -dont_do_dwarf_test = False -dont_do_dwo_test = False - # 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 |