diff options
author | Vedant Kumar <vsk@apple.com> | 2018-01-30 03:36:00 +0000 |
---|---|---|
committer | Vedant Kumar <vsk@apple.com> | 2018-01-30 03:36:00 +0000 |
commit | ba9838783af2d9577b8637371c68ed37f0b58fe0 (patch) | |
tree | 2defec2f8e59348fbbc7d47ba22782b509e556cf /lldb/packages/Python/lldbsuite/test/lldbtest.py | |
parent | 75b3b541d5d8d7ae7d1165420fedcff74d25af2d (diff) | |
download | bcm5719-llvm-ba9838783af2d9577b8637371c68ed37f0b58fe0.tar.gz bcm5719-llvm-ba9838783af2d9577b8637371c68ed37f0b58fe0.zip |
dotest: Apply --skip-categories to debug info categories
llvm-svn: 323723
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lldbtest.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lldbtest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lldbtest.py b/lldb/packages/Python/lldbsuite/test/lldbtest.py index 602f68344fa..392aca60864 100644 --- a/lldb/packages/Python/lldbsuite/test/lldbtest.py +++ b/lldb/packages/Python/lldbsuite/test/lldbtest.py @@ -1733,7 +1733,7 @@ class LLDBTestCaseFactory(type): # authoritative. If none were specified, try with all debug # info formats. all_dbginfo_categories = set( - test_categories.debug_info_categories) + test_categories.debug_info_categories) - set(configuration.skipCategories) categories = set( getattr( attrvalue, |