diff options
author | Todd Fiala <tfiala@google.com> | 2014-02-28 17:49:20 +0000 |
---|---|---|
committer | Todd Fiala <tfiala@google.com> | 2014-02-28 17:49:20 +0000 |
commit | bae1d15491ea283ad30e623f2ae91a779013669a (patch) | |
tree | d269b8f4d3f3a3a16d1803729133c8364b657f72 /lldb/test/functionalities/expr-doesnt-deadlock/TestExprDoesntBlock.py | |
parent | 163bc1da1bae20a6fc5df5cd10a181f0ea8cca3a (diff) | |
download | bcm5719-llvm-bae1d15491ea283ad30e623f2ae91a779013669a.tar.gz bcm5719-llvm-bae1d15491ea283ad30e623f2ae91a779013669a.zip |
Adjust TestExprDoesntBlock.py to be expected failure on Linux.
I suspect I may have misrun the test previously for check-in
r202456 re: pr15258. This test fails consistently on my end.
I changed the test to expected failure on Linux.
llvm-svn: 202517
Diffstat (limited to 'lldb/test/functionalities/expr-doesnt-deadlock/TestExprDoesntBlock.py')
-rw-r--r-- | lldb/test/functionalities/expr-doesnt-deadlock/TestExprDoesntBlock.py | 2 |
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() |