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
This commit is contained in:
Todd Fiala 2014-02-28 17:49:20 +00:00
parent 163bc1da1b
commit bae1d15491
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class ExprDoesntDeadlockTestCase(TestBase):
@dwarf_test @dwarf_test
@expectedFailureFreeBSD('llvm.org/pr17946') @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): def test_with_dwarf_and_run_command(self):
"""Test that expr will time out and allow other threads to run if it blocks.""" """Test that expr will time out and allow other threads to run if it blocks."""
self.buildDwarf() self.buildDwarf()