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/attach | |
| 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/attach')
| -rw-r--r-- | lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/attach/TestVSCode_attach.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/attach/TestVSCode_attach.py b/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/attach/TestVSCode_attach.py index cb2ac355df5..835bd0b86ef 100644 --- a/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/attach/TestVSCode_attach.py +++ b/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/attach/TestVSCode_attach.py @@ -46,7 +46,6 @@ class TestVSCode_attach(lldbvscode_testcase.VSCodeTestCaseBase): @skipIfWindows @skipIfNetBSD # Hangs on NetBSD as well - @no_debug_info_test def test_by_pid(self): ''' Tests attaching to a process by process ID. @@ -62,7 +61,6 @@ class TestVSCode_attach(lldbvscode_testcase.VSCodeTestCaseBase): @skipIfWindows @skipIfNetBSD # Hangs on NetBSD as well - @no_debug_info_test def test_by_name(self): ''' Tests attaching to a process by process name. @@ -101,7 +99,6 @@ class TestVSCode_attach(lldbvscode_testcase.VSCodeTestCaseBase): @skipUnlessDarwin @skipIfDarwin @skipIfNetBSD # Hangs on NetBSD as well - @no_debug_info_test def test_by_name_waitFor(self): ''' Tests attaching to a process by process name and waiting for the @@ -119,7 +116,6 @@ class TestVSCode_attach(lldbvscode_testcase.VSCodeTestCaseBase): @skipIfWindows @skipIfDarwin @skipIfNetBSD # Hangs on NetBSD as well - @no_debug_info_test def test_commands(self): ''' Tests the "initCommands", "preRunCommands", "stopCommands", |

