summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/stop-hook/multiple_threads
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2015-06-03 21:21:40 +0000
committerEd Maste <emaste@freebsd.org>2015-06-03 21:21:40 +0000
commit8eeb3e290d873d8c19cef7d16de9c86b91e32d00 (patch)
tree2ae528e4bbce536867a947501947f5bb9ec3e009 /lldb/test/functionalities/stop-hook/multiple_threads
parentdc8dd07e1714607c0fafb473cfe4132d4d751fa5 (diff)
downloadbcm5719-llvm-8eeb3e290d873d8c19cef7d16de9c86b91e32d00.tar.gz
bcm5719-llvm-8eeb3e290d873d8c19cef7d16de9c86b91e32d00.zip
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
Diffstat (limited to 'lldb/test/functionalities/stop-hook/multiple_threads')
-rw-r--r--lldb/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py1
1 files changed, 1 insertions, 0 deletions
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)
OpenPOWER on IntegriCloud