Xfail this while I figure out why the event isn't getting sent.

llvm-svn: 285761
This commit is contained in:
Jim Ingham 2016-11-01 22:53:54 +00:00
parent d52adb3917
commit 8a99f120bc
1 changed files with 1 additions and 0 deletions

View File

@ -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()