Update decorators for tests that still fail with FreeBSD Watchpoint support

llvm.org/pr18832

Reported by John Wolfe

llvm-svn: 201418
This commit is contained in:
Ed Maste 2014-02-14 14:52:10 +00:00
parent 9a70077b47
commit 96430645eb
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ class WatchLocationUsingWatchpointSetTestCase(TestBase):
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."""

View File

@ -12,7 +12,7 @@ class WatchpointSetErrorTestCase(TestBase):
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)