From 96430645eb672a8c8e547a49f1f9fff82b11fe10 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Fri, 14 Feb 2014 14:52:10 +0000 Subject: [PATCH] Update decorators for tests that still fail with FreeBSD Watchpoint support llvm.org/pr18832 Reported by John Wolfe llvm-svn: 201418 --- .../watchpoint_set_command/TestWatchLocationWithWatchSet.py | 2 +- .../watchpoint_set_command/TestWatchpointSetErrorCases.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lldb/test/functionalities/watchpoint/watchpoint_set_command/TestWatchLocationWithWatchSet.py b/lldb/test/functionalities/watchpoint/watchpoint_set_command/TestWatchLocationWithWatchSet.py index 02178c7b270c..c86fb4125f60 100644 --- a/lldb/test/functionalities/watchpoint/watchpoint_set_command/TestWatchLocationWithWatchSet.py +++ b/lldb/test/functionalities/watchpoint/watchpoint_set_command/TestWatchLocationWithWatchSet.py @@ -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.""" diff --git a/lldb/test/functionalities/watchpoint/watchpoint_set_command/TestWatchpointSetErrorCases.py b/lldb/test/functionalities/watchpoint/watchpoint_set_command/TestWatchpointSetErrorCases.py index cf385ae72312..b29b6421b93b 100644 --- a/lldb/test/functionalities/watchpoint/watchpoint_set_command/TestWatchpointSetErrorCases.py +++ b/lldb/test/functionalities/watchpoint/watchpoint_set_command/TestWatchpointSetErrorCases.py @@ -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)