XFAIL TestMultithreaded on linux

Test sometimes fails even during the reruns, upgrading to xflaky to xfail.

llvm-svn: 257068
This commit is contained in:
Pavel Labath 2016-01-07 15:24:51 +00:00
parent c67ec3f716
commit f6d9db4ae8
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ class SBBreakpointCallbackCase(TestBase):
@skipIfNoSBHeaders @skipIfNoSBHeaders
@skipIfWindows # clang-cl does not support throw or catch (llvm.org/pr24538) @skipIfWindows # clang-cl does not support throw or catch (llvm.org/pr24538)
@expectedFlakeyFreeBSD @expectedFlakeyFreeBSD
@expectedFlakeyLinux @expectedFailureLinux
def test_sb_api_listener_resume(self): def test_sb_api_listener_resume(self):
""" Test that a process can be resumed from a non-main thread. """ """ Test that a process can be resumed from a non-main thread. """
self.build_and_test('driver.cpp listener_test.cpp test_listener_resume.cpp', self.build_and_test('driver.cpp listener_test.cpp test_listener_resume.cpp',