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:
parent
163bc1da1b
commit
bae1d15491
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue