Skip to content

Commit e4447e1

Browse files
committed
[lldb][test] Remove Windows xfail from forward declaration tests
Since #141344, they are passing.
1 parent bfb4836 commit e4447e1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lldb/test/API/lang/c/forward/TestForwardDeclaration.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ def test(self):
5353
@skipIfDarwin
5454
@skipIf(compiler=no_match("clang"))
5555
@skipIf(compiler_version=["<", "8.0"])
56-
@expectedFailureAll(oslist=["windows"])
5756
def test_debug_names(self):
5857
"""Test that we are able to find complete types when using DWARF v5
5958
accelerator tables"""

lldb/test/API/lang/cpp/forward/TestCPPForwardDeclaration.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ def test(self):
4747
@skipIfDarwin
4848
@skipIf(compiler=no_match("clang"))
4949
@skipIf(compiler_version=["<", "8.0"])
50-
@expectedFailureAll(oslist=["windows"])
5150
def test_debug_names(self):
5251
"""Test that we are able to find complete types when using DWARF v5
5352
accelerator tables"""

0 commit comments

Comments
 (0)