diff options
Diffstat (limited to 'lldb/test/functionalities/expr-doesnt-deadlock/TestExprDoesntBlock.py')
-rw-r--r-- | lldb/test/functionalities/expr-doesnt-deadlock/TestExprDoesntBlock.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/functionalities/expr-doesnt-deadlock/TestExprDoesntBlock.py b/lldb/test/functionalities/expr-doesnt-deadlock/TestExprDoesntBlock.py index d9e736baf21..2a2f201a269 100644 --- a/lldb/test/functionalities/expr-doesnt-deadlock/TestExprDoesntBlock.py +++ b/lldb/test/functionalities/expr-doesnt-deadlock/TestExprDoesntBlock.py @@ -24,7 +24,6 @@ class ExprDoesntDeadlockTestCase(TestBase): @dwarf_test @expectedFailureFreeBSD('llvm.org/pr17946') - @expectedFailureLinux('llvm.org/pr15258') # disabled due to assertion failure in ProcessMonitor::GetCrashReasonForSIGSEGV: def test_with_dwarf_and_run_command(self): """Test that expr will time out and allow other threads to run if it blocks.""" self.buildDwarf() |