diff options
| author | Ed Maste <emaste@freebsd.org> | 2015-09-14 14:42:22 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@freebsd.org> | 2015-09-14 14:42:22 +0000 |
| commit | 703c30904ec355074cf0044a737d39a376cbd310 (patch) | |
| tree | ac250016b5b99570074204db08f48493b5522ce8 /lldb/test/api/multithreaded/TestMultithreaded.py | |
| parent | 32868feeee0301114fb19de4797fb1596c6c07f8 (diff) | |
| download | bcm5719-llvm-703c30904ec355074cf0044a737d39a376cbd310.tar.gz bcm5719-llvm-703c30904ec355074cf0044a737d39a376cbd310.zip | |
Add expectedFlakeyFreeBSD to TestMultithreaded tests
One or more of these tests failed in 25 of 100 dotest.py runs.
llvm-svn: 247566
Diffstat (limited to 'lldb/test/api/multithreaded/TestMultithreaded.py')
| -rw-r--r-- | lldb/test/api/multithreaded/TestMultithreaded.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/test/api/multithreaded/TestMultithreaded.py b/lldb/test/api/multithreaded/TestMultithreaded.py index b6929bf22e8..d57b987b569 100644 --- a/lldb/test/api/multithreaded/TestMultithreaded.py +++ b/lldb/test/api/multithreaded/TestMultithreaded.py @@ -30,6 +30,7 @@ class SBBreakpointCallbackCase(TestBase): @skipIfRemote @skipIfNoSBHeaders + @expectedFlakeyFreeBSD @expectedFailureAll("llvm.org/pr23139", oslist=["linux"], compiler="gcc", compiler_version=[">=","4.9"], archs=["x86_64"]) @expectedFailureWindows("llvm.org/pr24538") # clang-cl does not support throw or catch def test_sb_api_listener_event_description(self): @@ -40,6 +41,7 @@ class SBBreakpointCallbackCase(TestBase): @skipIfRemote @skipIfNoSBHeaders + @expectedFlakeyFreeBSD @expectedFlakeyLinux # Driver occasionally returns '1' as exit status @expectedFailureAll("llvm.org/pr23139", oslist=["linux"], compiler="gcc", compiler_version=[">=","4.9"], archs=["x86_64"]) @expectedFailureWindows("llvm.org/pr24538") # clang-cl does not support throw or catch @@ -54,6 +56,7 @@ class SBBreakpointCallbackCase(TestBase): @skipIfRemote @skipIfNoSBHeaders + @expectedFlakeyFreeBSD @expectedFailureAll("llvm.org/pr23139", oslist=["linux"], compiler="gcc", compiler_version=[">=","4.8"], archs=["x86_64"]) @expectedFailureWindows("llvm.org/pr24538") # clang-cl does not support throw or catch def test_sb_api_listener_resume(self): |

