diff options
author | Pavel Labath <labath@google.com> | 2016-01-07 15:24:51 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2016-01-07 15:24:51 +0000 |
commit | f6d9db4ae8aba2ef25a02e5a9a58b95dc5ae3ee8 (patch) | |
tree | c0b0f14ce5c74a8ad200d1f91e7bf400f85bcd9d /lldb/packages/Python/lldbsuite/test/api/multithreaded | |
parent | c67ec3f71612278b93e84d46dab4677aa969bc60 (diff) | |
download | bcm5719-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.py | 2 |
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', |