[Lldb-commits] [lldb] r285761 - Xfail this while I figure out why the event isn't getting sent.
Jim Ingham via lldb-commits
lldb-commits at lists.llvm.org
Tue Nov 1 15:53:54 PDT 2016
Author: jingham
Date: Tue Nov 1 17:53:54 2016
New Revision: 285761
URL: http://llvm.org/viewvc/llvm-project?rev=285761&view=rev
Log:
Xfail this while I figure out why the event isn't getting sent.
Modified:
lldb/trunk/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_events/TestWatchpointEvents.py
Modified: lldb/trunk/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_events/TestWatchpointEvents.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_events/TestWatchpointEvents.py?rev=285761&r1=285760&r2=285761&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_events/TestWatchpointEvents.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_events/TestWatchpointEvents.py Tue Nov 1 17:53:54 2016
@@ -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()
More information about the lldb-commits
mailing list