[lldb][NFC] Add "lldb-vscode" to all_categories
authorTatyana Krasnukha <tatyana@synopsys.com>
Wed, 11 Dec 2019 14:34:55 +0000 (17:34 +0300)
committerTatyana Krasnukha <tatyana@synopsys.com>
Thu, 26 Dec 2019 15:49:35 +0000 (18:49 +0300)
Required to make the category manually disableable.

lldb/packages/Python/lldbsuite/test/test_categories.py

index 07f6e33..05ce2a1 100644 (file)
@@ -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',
 }