diff options
Diffstat (limited to 'lldb/test/functionalities/thread/exit_during_break/TestExitDuringBreak.py')
-rw-r--r-- | lldb/test/functionalities/thread/exit_during_break/TestExitDuringBreak.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/functionalities/thread/exit_during_break/TestExitDuringBreak.py b/lldb/test/functionalities/thread/exit_during_break/TestExitDuringBreak.py index 1726f2ff98d..8d832fda333 100644 --- a/lldb/test/functionalities/thread/exit_during_break/TestExitDuringBreak.py +++ b/lldb/test/functionalities/thread/exit_during_break/TestExitDuringBreak.py @@ -22,7 +22,6 @@ class ExitDuringBreakpointTestCase(TestBase): @expectedFailureDarwin("llvm.org/pr15824") # thread states not properly maintained @expectedFailureFreeBSD("llvm.org/pr18190") # thread states not properly maintained - @skipIfLinux # llvm.org/pr16170 -- this test causes LLDB to hang in waitpid() and the inferior is left in the Sleeping (S) state @dwarf_test def test_with_dwarf(self): """Test thread exit during breakpoint handling.""" |