[Lldb-commits] [lldb] r201418 - Update decorators for tests that still fail with FreeBSD Watchpoint support
Ed Maste
emaste at freebsd.org
Fri Feb 14 06:52:10 PST 2014
Author: emaste
Date: Fri Feb 14 08:52:10 2014
New Revision: 201418
URL: http://llvm.org/viewvc/llvm-project?rev=201418&view=rev
Log:
Update decorators for tests that still fail with FreeBSD Watchpoint support
llvm.org/pr18832
Reported by John Wolfe
Modified:
lldb/trunk/test/functionalities/watchpoint/watchpoint_set_command/TestWatchLocationWithWatchSet.py
lldb/trunk/test/functionalities/watchpoint/watchpoint_set_command/TestWatchpointSetErrorCases.py
Modified: lldb/trunk/test/functionalities/watchpoint/watchpoint_set_command/TestWatchLocationWithWatchSet.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/watchpoint/watchpoint_set_command/TestWatchLocationWithWatchSet.py?rev=201418&r1=201417&r2=201418&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/watchpoint/watchpoint_set_command/TestWatchLocationWithWatchSet.py (original)
+++ lldb/trunk/test/functionalities/watchpoint/watchpoint_set_command/TestWatchLocationWithWatchSet.py Fri Feb 14 08:52:10 2014
@@ -20,7 +20,7 @@ class WatchLocationUsingWatchpointSetTes
self.setTearDownCleanup(dictionary=self.d)
self.watchlocation_using_watchpoint_set()
- @expectedFailureFreeBSD('llvm.org/pr16706') # Watchpoints fail on FreeBSD
+ @expectedFailureFreeBSD('llvm.org/pr18832')
@dwarf_test
def test_watchlocation_with_dwarf_using_watchpoint_set(self):
"""Test watching a location with 'watchpoint set expression -w write -x size' option."""
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=201418&r1=201417&r2=201418&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/watchpoint/watchpoint_set_command/TestWatchpointSetErrorCases.py (original)
+++ lldb/trunk/test/functionalities/watchpoint/watchpoint_set_command/TestWatchpointSetErrorCases.py Fri Feb 14 08:52:10 2014
@@ -12,7 +12,7 @@ class WatchpointSetErrorTestCase(TestBas
mydir = TestBase.compute_mydir(__file__)
- @expectedFailureFreeBSD('llvm.org/pr16706') # Watchpoints not yet on FreeBSD
+ @expectedFailureFreeBSD('llvm.org/pr18832')
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