[lldb] X-FAIL class template parameter pack tests on Windows

Both seem to fail to read values from the non-running target.
This commit is contained in:
Raphael Isemann 2020-12-03 00:37:19 +01:00
parent 542d3b609d
commit 640567d464
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ class TestCaseClassTemplateNonTypeParameterPack(TestBase):
mydir = TestBase.compute_mydir(__file__) mydir = TestBase.compute_mydir(__file__)
@expectedFailureAll(oslist=["windows"]) # Fails to read memory from target.
@no_debug_info_test @no_debug_info_test
def test(self): def test(self):
self.build() self.build()

View File

@ -7,6 +7,7 @@ class TestCaseClassTemplateTypeParameterPack(TestBase):
mydir = TestBase.compute_mydir(__file__) mydir = TestBase.compute_mydir(__file__)
@expectedFailureAll(oslist=["windows"]) # Fails to read memory from target.
@no_debug_info_test @no_debug_info_test
def test(self): def test(self):
self.build() self.build()