[Lldb-commits] [lldb] r196781 - Add decorator for FreeBSD watchpoint failure
Ed Maste
emaste at freebsd.org
Mon Dec 9 06:24:09 PST 2013
Author: emaste
Date: Mon Dec 9 08:24:09 2013
New Revision: 196781
URL: http://llvm.org/viewvc/llvm-project?rev=196781&view=rev
Log:
Add decorator for FreeBSD watchpoint failure
llvm.org/pr16706
Modified:
lldb/trunk/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py
Modified: lldb/trunk/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py?rev=196781&r1=196780&r2=196781&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py (original)
+++ lldb/trunk/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py Mon Dec 9 08:24:09 2013
@@ -89,6 +89,7 @@ class ConcurrentEventsTestCase(TestBase)
## Tests for concurrent watchpoint and breakpoint
#
@dwarf_test
+ @expectedFailureFreeBSD('llvm.org/pr16706') # Watchpoints fail on FreeBSD
@skipIfRemoteDueToDeadlock
@skipIfLinux # llvm.org/pr16714 - LLDB sometimes crashes when setting watchpoints in multithreaded programs
def test_watch_break_dwarf(self):
More information about the lldb-commits
mailing list