summaryrefslogtreecommitdiff
path: root/lldb/test/python_api/watchpoint/TestSetWatchpoint.py
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2013-07-25 17:23:10 +0000
committerEd Maste <emaste@freebsd.org>2013-07-25 17:23:10 +0000
commit861fc207a9324682996aa3cfc8f57ef7033135fc (patch)
treec7ad1ecdeaeac7b4fc12f916b3bd35b6bfaba812 /lldb/test/python_api/watchpoint/TestSetWatchpoint.py
parente15a8a49c4196a7a521ba491cf62f608ba6039ed (diff)
tests: Mark expected FreeBSD failures due to pr16706
Watchpoints are not yet working on FreeBSD llvm-svn: 187134
Diffstat (limited to 'lldb/test/python_api/watchpoint/TestSetWatchpoint.py')
-rw-r--r--lldb/test/python_api/watchpoint/TestSetWatchpoint.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/python_api/watchpoint/TestSetWatchpoint.py b/lldb/test/python_api/watchpoint/TestSetWatchpoint.py
index 124dec11cbdf..8c090196d765 100644
--- a/lldb/test/python_api/watchpoint/TestSetWatchpoint.py
+++ b/lldb/test/python_api/watchpoint/TestSetWatchpoint.py
@@ -28,6 +28,7 @@ class SetWatchpointAPITestCase(TestBase):
self.buildDsym()
self.do_set_watchpoint()
+ @expectedFailureFreeBSD('llvm.org/pr16706') # Watchpoints fail on FreeBSD
@python_api_test
@dwarf_test
def test_watch_val_with_dwarf(self):