[Lldb-commits] [lldb] cab0a19 - [lldb][test] Remove xfail for integral member test on Windows

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 7 01:38:36 PST 2023


Author: David Spickett
Date: 2023-11-07T09:37:21Z
New Revision: cab0a19467ac2e6e1e022087f4b6cb90d55da040

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

LOG: [lldb][test] Remove xfail for integral member test on Windows

Juding by https://lab.llvm.org/buildbot/#/builders/219/builds/6774/steps/6/logs/stdio
this is passing now.

Added: 
    

Modified: 
    lldb/test/API/lang/cpp/const_static_integral_member/TestConstStaticIntegralMember.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/lang/cpp/const_static_integral_member/TestConstStaticIntegralMember.py b/lldb/test/API/lang/cpp/const_static_integral_member/TestConstStaticIntegralMember.py
index ac6273f4c44e8d8..8679ac75acc78b7 100644
--- a/lldb/test/API/lang/cpp/const_static_integral_member/TestConstStaticIntegralMember.py
+++ b/lldb/test/API/lang/cpp/const_static_integral_member/TestConstStaticIntegralMember.py
@@ -125,7 +125,7 @@ def check_global_var(self, name: str, expect_type, expect_val):
     # wouldn't get indexed into the Names accelerator table preventing LLDB from finding
     # them.
     @expectedFailureAll(compiler=["clang"], compiler_version=["<", "18.0"])
-    @expectedFailureAll(debug_info=no_match(["dsym"]), oslist=no_match(["linux"]))
+    @expectedFailureAll(debug_info=no_match(["dsym"]), oslist=no_match(["linux", "windows"]))
     def test_inline_static_members(self):
         self.build()
         lldbutil.run_to_source_breakpoint(


        


More information about the lldb-commits mailing list