diff options
author | Pavel Labath <pavel@labath.sk> | 2019-12-16 14:15:11 +0100 |
---|---|---|
committer | Pavel Labath <pavel@labath.sk> | 2019-12-17 11:08:52 +0100 |
commit | dcd14324dced7d91aa8bf78a607055ca093b27bf (patch) | |
tree | 74260da97073af231df25d0c08bd23b89dde0b07 /lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/stackTrace | |
parent | 6e1fe4966c402d17a253b38192cfd5e8b919ab8e (diff) | |
download | bcm5719-llvm-dcd14324dced7d91aa8bf78a607055ca093b27bf.tar.gz bcm5719-llvm-dcd14324dced7d91aa8bf78a607055ca093b27bf.zip |
[lldb-vscode] Centrally skip debug info variants for vscode tests
Previously each test was annotated manually. This does the same thing.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/stackTrace')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/stackTrace/TestVSCode_stackTrace.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/stackTrace/TestVSCode_stackTrace.py b/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/stackTrace/TestVSCode_stackTrace.py index 681a6b013e5..817e40ecbf6 100644 --- a/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/stackTrace/TestVSCode_stackTrace.py +++ b/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/stackTrace/TestVSCode_stackTrace.py @@ -52,7 +52,6 @@ class TestVSCode_stackTrace(lldbvscode_testcase.VSCodeTestCaseBase): expected_line)) @skipIfWindows - @no_debug_info_test def test_stackTrace(self): ''' Tests the 'stackTrace' packet and all its variants. |