summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2015-09-14 14:41:58 +0000
committerEd Maste <emaste@freebsd.org>2015-09-14 14:41:58 +0000
commit32868feeee0301114fb19de4797fb1596c6c07f8 (patch)
treec7c6fd072f4e7e7b14c42470a06b258546ae93d7
parent906d7be922cd148d3b0027ab1c06eb2e56fe7e49 (diff)
downloadbcm5719-llvm-32868feeee0301114fb19de4797fb1596c6c07f8.tar.gz
bcm5719-llvm-32868feeee0301114fb19de4797fb1596c6c07f8.zip
Enable StopHookForMultipleThreadsTestCase::test_stop_hook_multiple_threads_with_dwarf on FreeBSD
This test passes locally but was disabled due to pexpect issues on the FreeBSD buildbot. That buildbot has been retired as it was overloaded, and we will investigate again if this fails once a new buildbot is in place. Noted by John Wolfe. llvm.org/pr22784 This re-applies r247013. llvm-svn: 247565
-rw-r--r--lldb/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py b/lldb/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py
index 6ef390c74d0..69cd39f11d8 100644
--- a/lldb/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py
+++ b/lldb/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py
@@ -23,7 +23,6 @@ class StopHookForMultipleThreadsTestCase(TestBase):
@expectedFlakeyFreeBSD("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