From 8eeb3e290d873d8c19cef7d16de9c86b91e32d00 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Wed, 3 Jun 2015 21:21:40 +0000 Subject: Skip test failing on FreeBSD buildbot due to pexepect issues The pexpect exception is not handled by expectedFailureFreeBSD, so just skip the test for now. llvm.org/pr22784 llvm-svn: 238977 --- .../stop-hook/multiple_threads/TestStopHookMultipleThreads.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/test/functionalities/stop-hook/multiple_threads') diff --git a/lldb/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py b/lldb/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py index 35ce2e820f1..276bb433daa 100644 --- a/lldb/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py +++ b/lldb/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py @@ -23,6 +23,7 @@ class StopHookForMultipleThreadsTestCase(TestBase): @expectedFailureFreeBSD("llvm.org/pr15037") @expectedFailureLinux("llvm.org/pr15037") # stop hooks sometimes fail to fire on Linux @expectedFailureWindows("llvm.org/pr22274: need a pexpect replacement for windows") + @skipIfFreeBSD # llvm.org/pr22784 def test_stop_hook_multiple_threads_with_dwarf(self): """Test that lldb stop-hook works for multiple threads.""" self.buildDwarf(dictionary=self.d) -- cgit v1.2.3