XFAIL Watchpoint tests on Windows.

https://llvm.org/pr24446 tracks getting these tests re-enabled.

llvm-svn: 244950
This commit is contained in:
Zachary Turner
2015-08-13 20:49:43 +00:00
parent 4a8d6b3b9e
commit 3b8446712e
13 changed files with 32 additions and 13 deletions

View File

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