summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/expr-doesnt-deadlock/TestExprDoesntBlock.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/functionalities/expr-doesnt-deadlock/TestExprDoesntBlock.py')
-rw-r--r--lldb/test/functionalities/expr-doesnt-deadlock/TestExprDoesntBlock.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/expr-doesnt-deadlock/TestExprDoesntBlock.py b/lldb/test/functionalities/expr-doesnt-deadlock/TestExprDoesntBlock.py
index c78b9a5ae73..969b1c68f3a 100644
--- a/lldb/test/functionalities/expr-doesnt-deadlock/TestExprDoesntBlock.py
+++ b/lldb/test/functionalities/expr-doesnt-deadlock/TestExprDoesntBlock.py
@@ -24,7 +24,7 @@ class ExprDoesntDeadlockTestCase(TestBase):
@dwarf_test
@expectedFailureFreeBSD('llvm.org/pr17946')
- # @skipIfLinux # llvm.org/pr15258: disabled due to assertion failure in ProcessMonitor::GetCrashReasonForSIGSEGV:
+ @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()
OpenPOWER on IntegriCloud