[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:
parent
542d3b609d
commit
640567d464
|
|
@ -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()
|
||||||
|
|
|
||||||
|
|
@ -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()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue