forked from OSchip/llvm-project
Xfail this while I figure out why the event isn't getting sent.
llvm-svn: 285761
This commit is contained in:
parent
d52adb3917
commit
8a99f120bc
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue