[Lldb-commits] [lldb] r247024 - Revert "Enable StopHookForMultipleThreadsTestCase::test_stop_hook_multiple_threads_with_dwarf on FreeBSD"
Ed Maste via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 8 09:35:28 PDT 2015
Author: emaste
Date: Tue Sep 8 11:35:28 2015
New Revision: 247024
URL: http://llvm.org/viewvc/llvm-project?rev=247024&view=rev
Log:
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.
Modified:
lldb/trunk/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py
Modified: lldb/trunk/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py?rev=247024&r1=247023&r2=247024&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py (original)
+++ lldb/trunk/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py Tue Sep 8 11:35:28 2015
@@ -23,6 +23,7 @@ class StopHookForMultipleThreadsTestCase
@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)
More information about the lldb-commits
mailing list