Skip to content

Commit

Permalink
[lldb][test] TestConstStaticIntegralMember.py: un-XFAIL on Linux (#71486
Browse files Browse the repository at this point in the history
)

This is a newly added test which XPASSes on Linux
  • Loading branch information
Michael137 authored Nov 7, 2023
1 parent 6b69584 commit 317481b
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"]))
@expectedFailureAll(debug_info=no_match(["dsym"]), oslist=no_match(["linux"]))
def test_inline_static_members(self):
self.build()
lldbutil.run_to_source_breakpoint(
Expand Down

0 comments on commit 317481b

Please sign in to comment.