summaryrefslogtreecommitdiffstats
path: root/lldb
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2014-02-19 18:26:48 +0000
committerEd Maste <emaste@freebsd.org>2014-02-19 18:26:48 +0000
commit01fd1c60cd909ce4313217532ca40db2cf99886b (patch)
tree186828c8b1c06ca8ed7a8dbaf7a2ed49ca6f14b6 /lldb
parent962003126f4f1db8db26489975408effba541e47 (diff)
downloadbcm5719-llvm-01fd1c60cd909ce4313217532ca40db2cf99886b.tar.gz
bcm5719-llvm-01fd1c60cd909ce4313217532ca40db2cf99886b.zip
Update decorator for test that still fails with FreeBSD Watchpoint support
llvm.org/pr18832 llvm-svn: 201705
Diffstat (limited to 'lldb')
-rw-r--r--lldb/test/functionalities/watchpoint/hello_watchlocation/TestWatchLocation.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/watchpoint/hello_watchlocation/TestWatchLocation.py b/lldb/test/functionalities/watchpoint/hello_watchlocation/TestWatchLocation.py
index 2245d8599f4..f0e0433b989 100644
--- a/lldb/test/functionalities/watchpoint/hello_watchlocation/TestWatchLocation.py
+++ b/lldb/test/functionalities/watchpoint/hello_watchlocation/TestWatchLocation.py
@@ -21,7 +21,7 @@ class HelloWatchLocationTestCase(TestBase):
self.setTearDownCleanup(dictionary=self.d)
self.hello_watchlocation()
- @expectedFailureFreeBSD('llvm.org/pr16706') # Watchpoints fail on FreeBSD
+ @expectedFailureFreeBSD("llvm.org/pr18832")
@dwarf_test
def test_hello_watchlocation_with_dwarf(self):
"""Test watching a location with '-x size' option."""
OpenPOWER on IntegriCloud