diff options
author | Sean Callanan <scallanan@apple.com> | 2017-04-05 20:33:39 +0000 |
---|---|---|
committer | Sean Callanan <scallanan@apple.com> | 2017-04-05 20:33:39 +0000 |
commit | 894c147104fad62c2fd33b977207d3640a7ce8a8 (patch) | |
tree | 9b004f24bc925d3db925cb654e79e481c51ca717 /lldb/packages/Python/lldbsuite/test/configuration.py | |
parent | 03994b814daacaedb1237610e46a114dc4a6fb24 (diff) | |
download | bcm5719-llvm-894c147104fad62c2fd33b977207d3640a7ce8a8.tar.gz bcm5719-llvm-894c147104fad62c2fd33b977207d3640a7ce8a8.zip |
The darwin_log tests are very fragile and currently do not properly assess the state of that functionality.
I have put them all in their own category, and made that category disabled by default.
Differential revision: https://reviews.llvm.org/D31718
llvm-svn: 299587
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/configuration.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/configuration.py b/lldb/packages/Python/lldbsuite/test/configuration.py index 5574da35835..120f8247c69 100644 --- a/lldb/packages/Python/lldbsuite/test/configuration.py +++ b/lldb/packages/Python/lldbsuite/test/configuration.py @@ -66,7 +66,7 @@ categoriesList = None # set to true if we are going to use categories for cherry-picking test cases useCategories = False # Categories we want to skip -skipCategories = [] +skipCategories = ["darwin-log"] # use this to track per-category failures failuresPerCategory = {} |