Skip to content

Commit cab0a19

Browse files
committed
[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.
1 parent e360a16 commit cab0a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def check_global_var(self, name: str, expect_type, expect_val):
125125
# wouldn't get indexed into the Names accelerator table preventing LLDB from finding
126126
# them.
127127
@expectedFailureAll(compiler=["clang"], compiler_version=["<", "18.0"])
128-
@expectedFailureAll(debug_info=no_match(["dsym"]), oslist=no_match(["linux"]))
128+
@expectedFailureAll(debug_info=no_match(["dsym"]), oslist=no_match(["linux", "windows"]))
129129
def test_inline_static_members(self):
130130
self.build()
131131
lldbutil.run_to_source_breakpoint(

0 commit comments

Comments
 (0)