[Lldb-commits] [lldb] r195649 - test: Add decorator for FreeBSD watchpoint failure
Ed Maste
emaste at freebsd.org
Mon Nov 25 07:38:26 PST 2013
Author: emaste
Date: Mon Nov 25 09:38:26 2013
New Revision: 195649
URL: http://llvm.org/viewvc/llvm-project?rev=195649&view=rev
Log:
test: Add decorator for FreeBSD watchpoint failure
Watchpoints have not yet been implemented for FreeBSD.
llvm.org/pr16706
Modified:
lldb/trunk/test/functionalities/watchpoint/watchpoint_set_command/TestWatchpointSetErrorCases.py
Modified: lldb/trunk/test/functionalities/watchpoint/watchpoint_set_command/TestWatchpointSetErrorCases.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/watchpoint/watchpoint_set_command/TestWatchpointSetErrorCases.py?rev=195649&r1=195648&r2=195649&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/watchpoint/watchpoint_set_command/TestWatchpointSetErrorCases.py (original)
+++ lldb/trunk/test/functionalities/watchpoint/watchpoint_set_command/TestWatchpointSetErrorCases.py Mon Nov 25 09:38:26 2013
@@ -12,6 +12,7 @@ class WatchpointSetErrorTestCase(TestBas
mydir = os.path.join("functionalities", "watchpoint", "watchpoint_set_command")
+ @expectedFailureFreeBSD('llvm.org/pr16706') # Watchpoints not yet on FreeBSD
def test_error_cases_with_watchpoint_set(self):
"""Test error cases with the 'watchpoint set' command."""
self.buildDwarf(dictionary=self.d)
More information about the lldb-commits
mailing list