diff options
Diffstat (limited to 'lldb/test/functionalities/watchpoint/watchpoint_set_command/TestWatchLocationWithWatchSet.py')
| -rw-r--r-- | lldb/test/functionalities/watchpoint/watchpoint_set_command/TestWatchLocationWithWatchSet.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/watchpoint/watchpoint_set_command/TestWatchLocationWithWatchSet.py b/lldb/test/functionalities/watchpoint/watchpoint_set_command/TestWatchLocationWithWatchSet.py index 02178c7b270..c86fb4125f6 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.""" |

