summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2016-11-01 22:53:54 +0000
committerJim Ingham <jingham@apple.com>2016-11-01 22:53:54 +0000
commit8a99f120bc831d424185b65809903a1212989348 (patch)
tree49a28eb990ada7c85e42a99cbe5e0af73faacbbc /lldb/packages/Python
parentd52adb3917397a70b2e0e3d98e719d1b4f263690 (diff)
downloadbcm5719-llvm-8a99f120bc831d424185b65809903a1212989348.tar.gz
bcm5719-llvm-8a99f120bc831d424185b65809903a1212989348.zip
Xfail this while I figure out why the event isn't getting sent.
llvm-svn: 285761
Diffstat (limited to 'lldb/packages/Python')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_events/TestWatchpointEvents.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_events/TestWatchpointEvents.py b/lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_events/TestWatchpointEvents.py
index 02180a127a8..0cbd252ec11 100644
--- a/lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_events/TestWatchpointEvents.py
+++ b/lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_events/TestWatchpointEvents.py
@@ -31,6 +31,7 @@ class TestWatchpointEvents (TestBase):
@expectedFailureAll(
oslist=["windows"],
bugnumber="llvm.org/pr24446: WINDOWS XFAIL TRIAGE - Watchpoints not supported on Windows")
+ @expectedFailureAll()
def test_with_python_api(self):
"""Test that adding, deleting and modifying watchpoints sends the appropriate events."""
self.build()
OpenPOWER on IntegriCloud