From cab0a19467ac2e6e1e022087f4b6cb90d55da040 Mon Sep 17 00:00:00 2001 From: David Spickett Date: Tue, 7 Nov 2023 09:37:21 +0000 Subject: [PATCH] [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. --- .../TestConstStaticIntegralMember.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ac6273f4c44e8d..8679ac75acc78b 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(