diff options
author | Jason Molenda <jason@molenda.com> | 2021-07-20 00:31:19 -0700 |
---|---|---|
committer | Jason Molenda <jason@molenda.com> | 2021-07-20 00:36:56 -0700 |
commit | b2e25572d2a7b65a018580097b50910b3049ab65 (patch) | |
tree | a68f95e8f1184506e0b2dd7ba945f0fc0a84ac35 /lldb/packages/Python/lldbsuite/test/configuration.py | |
parent | 56a6686e0c45798dfda2f1b91ff921536c7c5e33 (diff) | |
download | llvm-b2e25572d2a7b65a018580097b50910b3049ab65.zip llvm-b2e25572d2a7b65a018580097b50910b3049ab65.tar.gz llvm-b2e25572d2a7b65a018580097b50910b3049ab65.tar.bz2 |
Remove the DarwinLog functionality from debguserver
Remove the DarwinLog and qStructuredDataPlugins support
from debugserver. The DarwinLog plugin was never debugged
fully and made reliable, and the underlying private APIs
it uses have migrated since 2016 so none of them exist
any longer.
Differential Revision: https://reviews.llvm.org/D106324
rdar://75073283
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 db4262f..9b57666 100644 --- a/lldb/packages/Python/lldbsuite/test/configuration.py +++ b/lldb/packages/Python/lldbsuite/test/configuration.py @@ -29,7 +29,7 @@ categories_list = None # set to true if we are going to use categories for cherry-picking test cases use_categories = False # Categories we want to skip -skip_categories = ["darwin-log"] +skip_categories = [] # Categories we expect to fail xfail_categories = [] # use this to track per-category failures |