summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/api/multithreaded
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2016-01-07 15:24:51 +0000
committerPavel Labath <labath@google.com>2016-01-07 15:24:51 +0000
commitf6d9db4ae8aba2ef25a02e5a9a58b95dc5ae3ee8 (patch)
treec0b0f14ce5c74a8ad200d1f91e7bf400f85bcd9d /lldb/packages/Python/lldbsuite/test/api/multithreaded
parentc67ec3f71612278b93e84d46dab4677aa969bc60 (diff)
downloadbcm5719-llvm-f6d9db4ae8aba2ef25a02e5a9a58b95dc5ae3ee8.tar.gz
bcm5719-llvm-f6d9db4ae8aba2ef25a02e5a9a58b95dc5ae3ee8.zip
XFAIL TestMultithreaded on linux
Test sometimes fails even during the reruns, upgrading to xflaky to xfail. llvm-svn: 257068
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/api/multithreaded')
-rw-r--r--lldb/packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py b/lldb/packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py
index 0b405091ebd..9963cf23a8c 100644
--- a/lldb/packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py
+++ b/lldb/packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py
@@ -51,7 +51,7 @@ class SBBreakpointCallbackCase(TestBase):
@skipIfNoSBHeaders
@skipIfWindows # clang-cl does not support throw or catch (llvm.org/pr24538)
@expectedFlakeyFreeBSD
- @expectedFlakeyLinux
+ @expectedFailureLinux
def test_sb_api_listener_resume(self):
""" 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',
OpenPOWER on IntegriCloud