Skip to content

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
@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