summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite
diff options
context:
space:
mode:
authorTatyana Krasnukha <tatyana@synopsys.com>2019-12-11 17:34:55 +0300
committerTatyana Krasnukha <tatyana@synopsys.com>2019-12-26 18:49:35 +0300
commitb7c45ac35295f4d90cdc9430ab159c3b396e75ee (patch)
tree7b8f8ee0cf7cf9b9dbe3f9d1e30c4c86234c0ba3 /lldb/packages/Python/lldbsuite
parent04359f48f02105d15ad1dd7e8d83801260794e18 (diff)
downloadbcm5719-llvm-b7c45ac35295f4d90cdc9430ab159c3b396e75ee.tar.gz
bcm5719-llvm-b7c45ac35295f4d90cdc9430ab159c3b396e75ee.zip
[lldb][NFC] Add "lldb-vscode" to all_categories
Required to make the category manually disableable.
Diffstat (limited to 'lldb/packages/Python/lldbsuite')
-rw-r--r--lldb/packages/Python/lldbsuite/test/test_categories.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/test_categories.py b/lldb/packages/Python/lldbsuite/test/test_categories.py
index 07f6e335ede..05ce2a15d84 100644
--- a/lldb/packages/Python/lldbsuite/test/test_categories.py
+++ b/lldb/packages/Python/lldbsuite/test/test_categories.py
@@ -36,6 +36,7 @@ all_categories = {
'flakey': 'Flakey test cases, i.e. tests that do not reliably pass at each execution',
'darwin-log': 'Darwin log tests',
'watchpoint': 'Watchpoint-related tests',
+ 'lldb-vscode': 'Visual Studio Code debug adaptor tests',
}
OpenPOWER on IntegriCloud