Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[lldb][test] TestConstStaticIntegralMember.py: un-XFAIL on Linux #71486

Conversation

Michael137
Copy link
Member

This is a newly added test which XPASSes on Linux

This is a newly added test which XPASSes on Linux
@llvmbot
Copy link
Member

llvmbot commented Nov 7, 2023

@llvm/pr-subscribers-lldb

Author: Michael Buch (Michael137)

Changes

This is a newly added test which XPASSes on Linux


Full diff: https://github.com/llvm/llvm-project/pull/71486.diff

1 Files Affected:

  • (modified) lldb/test/API/lang/cpp/const_static_integral_member/TestConstStaticIntegralMember.py (+1-1)
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 bf656aa2266fdc7..ac6273f4c44e8d8 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"]))
+    @expectedFailureAll(debug_info=no_match(["dsym"]), oslist=no_match(["linux"]))
     def test_inline_static_members(self):
         self.build()
         lldbutil.run_to_source_breakpoint(

@Michael137 Michael137 merged commit 317481b into llvm:main Nov 7, 2023
4 checks passed
@Michael137 Michael137 deleted the lldb/build-fix/xpass-linux-static-inline-test branch November 7, 2023 05:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants