summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2015-09-08 16:35:28 +0000
committerEd Maste <emaste@freebsd.org>2015-09-08 16:35:28 +0000
commitfa84aa3fa18869f9ddd435180e92ea0c458afb2c (patch)
tree1404ded91131b6c080eb892a426abbbd28c85259 /lldb/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py
parentf3cd18192fe24449b9366fdf62e3fee0f2183f97 (diff)
downloadbcm5719-llvm-fa84aa3fa18869f9ddd435180e92ea0c458afb2c.tar.gz
bcm5719-llvm-fa84aa3fa18869f9ddd435180e92ea0c458afb2c.zip
Revert "Enable StopHookForMultipleThreadsTestCase::test_stop_hook_multiple_threads_with_dwarf on FreeBSD"
And update the comment describing the reason this test is skipped. Unlike the issue described llvm.org/pr22784 this test sometimes causes a hang on my local machine and is not just a problem on the retired buildbot. This reverts commit r247013. llvm-svn: 247024
Diffstat (limited to 'lldb/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py')
-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 8063f9da6f3..da63ed2b2b4 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")
@expectedFlakeyLinux("llvm.org/pr15037") # stop hooks sometimes fail to fire on Linux
@expectedFailureHostWindows("llvm.org/pr22274: need a pexpect replacement for windows")
+ @skipIfFreeBSD # Can cause an indefinite hang in dotest.py on FreeBSD
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