Skip to content

Commit

Permalink
[lldb][test] Remove xfail for integral member test on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSpickett committed Nov 7, 2023
1 parent e360a16 commit cab0a19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit cab0a19

Please sign in to comment.