XFAIL Watchpoint tests on Windows.
https://llvm.org/pr24446 tracks getting these tests re-enabled. llvm-svn: 244950
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"""
|
||||
"""
|
||||
Test watchpoint condition API.
|
||||
"""
|
||||
|
||||
@@ -35,6 +35,7 @@ class WatchpointConditionAPITestCase(TestBase):
|
||||
|
||||
@dwarf_test
|
||||
@expectedFailureAndroid(archs=['arm', 'aarch64']) # Watchpoints not supported
|
||||
@expectedFailureWindows("llvm.org/pr24446") # WINDOWS XFAIL TRIAGE - Watchpoints not supported on Windows
|
||||
def test_watchpoint_cond_api_with_dwarf(self):
|
||||
"""Test watchpoint condition API."""
|
||||
self.buildDwarf(dictionary=self.d)
|
||||
|
||||
Reference in New Issue
Block a user