[Lldb-commits] [lldb] e4447e1 - [lldb][test] Remove Windows xfail from forward declaration tests

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 9 03:15:15 PDT 2025


Author: David Spickett
Date: 2025-06-09T10:14:54Z
New Revision: e4447e1273616a8732e332168a53a6ac5c8798e2

URL: https://github.com/llvm/llvm-project/commit/e4447e1273616a8732e332168a53a6ac5c8798e2
DIFF: https://github.com/llvm/llvm-project/commit/e4447e1273616a8732e332168a53a6ac5c8798e2.diff

LOG: [lldb][test] Remove Windows xfail from forward declaration tests

Since https://github.com/llvm/llvm-project/pull/141344, they are
passing.

Added: 
    

Modified: 
    lldb/test/API/lang/c/forward/TestForwardDeclaration.py
    lldb/test/API/lang/cpp/forward/TestCPPForwardDeclaration.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/lang/c/forward/TestForwardDeclaration.py b/lldb/test/API/lang/c/forward/TestForwardDeclaration.py
index 5d05f255623f4..b6b6f1d6b2613 100644
--- a/lldb/test/API/lang/c/forward/TestForwardDeclaration.py
+++ b/lldb/test/API/lang/c/forward/TestForwardDeclaration.py
@@ -53,7 +53,6 @@ def test(self):
     @skipIfDarwin
     @skipIf(compiler=no_match("clang"))
     @skipIf(compiler_version=["<", "8.0"])
-    @expectedFailureAll(oslist=["windows"])
     def test_debug_names(self):
         """Test that we are able to find complete types when using DWARF v5
         accelerator tables"""

diff  --git a/lldb/test/API/lang/cpp/forward/TestCPPForwardDeclaration.py b/lldb/test/API/lang/cpp/forward/TestCPPForwardDeclaration.py
index 5e9dd9c2227dd..e66ab4fa71100 100644
--- a/lldb/test/API/lang/cpp/forward/TestCPPForwardDeclaration.py
+++ b/lldb/test/API/lang/cpp/forward/TestCPPForwardDeclaration.py
@@ -47,7 +47,6 @@ def test(self):
     @skipIfDarwin
     @skipIf(compiler=no_match("clang"))
     @skipIf(compiler_version=["<", "8.0"])
-    @expectedFailureAll(oslist=["windows"])
     def test_debug_names(self):
         """Test that we are able to find complete types when using DWARF v5
         accelerator tables"""


        


More information about the lldb-commits mailing list