diff options
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 | 6 |
1 files changed, 2 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 2cac88fa0d4..7c219b95b59 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 - @skipIfDarwin # Skip this test for now until we can figure out why tings aren't working on build bots @skipIfNetBSD # Hangs on NetBSD as well @no_debug_info_test def test_by_pid(self): @@ -63,7 +62,6 @@ class TestVSCode_attach(lldbvscode_testcase.VSCodeTestCaseBase): self.set_and_hit_breakpoint(continueToExit=True) @skipIfWindows - @skipIfDarwin # Skip this test for now until we can figure out why tings aren't working on build bots @skipIfNetBSD # Hangs on NetBSD as well @no_debug_info_test def test_by_name(self): @@ -99,7 +97,7 @@ class TestVSCode_attach(lldbvscode_testcase.VSCodeTestCaseBase): self.set_and_hit_breakpoint(continueToExit=True) @skipUnlessDarwin - @skipIfDarwin # Skip this test for now until we can figure out why tings aren't working on build bots + @skipIfDarwin @skipIfNetBSD # Hangs on NetBSD as well @no_debug_info_test def test_by_name_waitFor(self): @@ -117,7 +115,7 @@ class TestVSCode_attach(lldbvscode_testcase.VSCodeTestCaseBase): self.set_and_hit_breakpoint(continueToExit=True) @skipIfWindows - @skipIfDarwin # Skip this test for now until we can figure out why tings aren't working on build bots + @skipIfDarwin @skipIfNetBSD # Hangs on NetBSD as well @no_debug_info_test def test_commands(self): |