Skip to content

Commit 6a1a393

Browse files
authored
[LLDB] Remove decorator from XPASSes x86/Windows (llvm#100628)
This patch removes XFAIL decorators from tests that are passing on x86 Windows. Corresponding XFAILs for AArch64 were removed here 7daa9a9.
1 parent 6e0a913 commit 6a1a393

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

lldb/test/API/lang/cpp/class-template-non-type-parameter-pack/TestClassTemplateNonTypeParameterPack.py

-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55

66

77
class TestCaseClassTemplateNonTypeParameterPack(TestBase):
8-
@expectedFailureAll(
9-
oslist=["windows"], archs=["i[3-6]86", "x86_64"]
10-
) # Fails to read memory from target.
118
@no_debug_info_test
129
def test(self):
1310
self.build()

lldb/test/API/lang/cpp/class-template-type-parameter-pack/TestClassTemplateTypeParameterPack.py

-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55

66

77
class TestCaseClassTemplateTypeParameterPack(TestBase):
8-
@expectedFailureAll(
9-
oslist=["windows"], archs=["i[3-6]86", "x86_64"]
10-
) # Fails to read memory from target.
118
@no_debug_info_test
129
def test(self):
1310
self.build()

0 commit comments

Comments
 (0)