From f6d9db4ae8aba2ef25a02e5a9a58b95dc5ae3ee8 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Thu, 7 Jan 2016 15:24:51 +0000 Subject: XFAIL TestMultithreaded on linux Test sometimes fails even during the reruns, upgrading to xflaky to xfail. llvm-svn: 257068 --- .../Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/packages/Python/lldbsuite/test/api/multithreaded') 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', -- cgit v1.2.3