From: Tatyana Krasnukha Date: Wed, 11 Dec 2019 14:34:55 +0000 (+0300) Subject: [lldb][NFC] Add "lldb-vscode" to all_categories X-Git-Tag: llvmorg-11-init~1380 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b7c45ac35295f4d90cdc9430ab159c3b396e75ee;p=platform%2Fupstream%2Fllvm.git [lldb][NFC] Add "lldb-vscode" to all_categories Required to make the category manually disableable. --- diff --git a/lldb/packages/Python/lldbsuite/test/test_categories.py b/lldb/packages/Python/lldbsuite/test/test_categories.py index 07f6e33..05ce2a1 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', }