[Lldb-commits] [lldb] r195459 - Disable stop-hook test on FreeBSD as on Linux
Ed Maste
emaste at freebsd.org
Fri Nov 22 05:54:58 PST 2013
Author: emaste
Date: Fri Nov 22 07:54:58 2013
New Revision: 195459
URL: http://llvm.org/viewvc/llvm-project?rev=195459&view=rev
Log:
Disable stop-hook test on FreeBSD as on Linux
It fails on the buildbot, so skip for now to reduce the noise.
llvm.org/pr15037
Modified:
lldb/trunk/test/functionalities/stop-hook/TestStopHookMechanism.py
Modified: lldb/trunk/test/functionalities/stop-hook/TestStopHookMechanism.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/stop-hook/TestStopHookMechanism.py?rev=195459&r1=195458&r2=195459&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/stop-hook/TestStopHookMechanism.py (original)
+++ lldb/trunk/test/functionalities/stop-hook/TestStopHookMechanism.py Fri Nov 22 07:54:58 2013
@@ -19,6 +19,7 @@ class StopHookMechanismTestCase(TestBase
self.buildDsym()
self.stop_hook_firing()
+ @skipIfFreeBSD # llvm.org/pr15037
@skipIfLinux # llvm.org/pr15037: stop-hooks sometimes fail to fire on Linux (disabled to avoid needless noise)
@dwarf_test
def test_with_dwarf(self):
More information about the lldb-commits
mailing list