XFAILing a single test in TestConcurrentEvents

apparently, TestConcurrentEvents is still not fixed. One test has failed on Linux i386 build.
Will disable the failing test on i386 for now, and see how it goes..

llvm-svn: 235504
This commit is contained in:
Pavel Labath 2015-04-22 13:20:03 +00:00
parent 50a6458870
commit c32e04d82c
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ class ConcurrentEventsTestCase(TestBase):
@dwarf_test
@skipIfRemoteDueToDeadlock
@expectedFailureAll("llvm.org/pr16714", oslist=["linux"], archs=["i386"])
def test_signal_delay_watch_dwarf(self):
"""Test a (1 second delay) watchpoint and a signal in multiple threads."""
self.buildDwarf(dictionary=self.getBuildFlags())