diff options
author | Jim Ingham <jingham@apple.com> | 2016-11-01 22:53:54 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2016-11-01 22:53:54 +0000 |
commit | 8a99f120bc831d424185b65809903a1212989348 (patch) | |
tree | 49a28eb990ada7c85e42a99cbe5e0af73faacbbc /lldb/packages/Python | |
parent | d52adb3917397a70b2e0e3d98e719d1b4f263690 (diff) | |
download | bcm5719-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.py | 1 |
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() |