Xfail a watchpoint test on Windows, until Windows implements watchpoints.

llvm-svn: 250189
This commit is contained in:
Adrian McCarthy 2015-10-13 17:55:58 +00:00
parent 1d34f74470
commit ed2146d235
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ class TestValueOfVectorVariableTestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
@expectedFailureAndroid(archs=['arm', 'aarch64']) # Watchpoints not supported
@expectedFailureWindows("llvm.org/pr24446") # WINDOWS XFAIL TRIAGE - Watchpoints not supported on Windows
def test_value_of_vector_variable_using_watchpoint_set(self):
"""Test verify displayed value of vector variable."""
self.build(dictionary=self.d)