[Lldb-commits] [lldb] [lldb] Fix buildbots after PR 74786 (PR #75272)

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Tue Dec 12 18:18:14 PST 2023


https://github.com/clayborg created https://github.com/llvm/llvm-project/pull/75272

Fix unexpected pass after https://github.com/llvm/llvm-project/pull/74786.

>From 5646faa2b21fe01f8a379beda1ca77190c0df1f1 Mon Sep 17 00:00:00 2001
From: Greg Clayton <clayborg at gmail.com>
Date: Tue, 12 Dec 2023 18:16:04 -0800
Subject: [PATCH] [lldb] Fix buildbots after PR 74786

Fix unexpected pass after https://github.com/llvm/llvm-project/pull/74786.
---
 .../cpp/union-static-data-members/TestCppUnionStaticMembers.py  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lldb/test/API/lang/cpp/union-static-data-members/TestCppUnionStaticMembers.py b/lldb/test/API/lang/cpp/union-static-data-members/TestCppUnionStaticMembers.py
index 1988e997499b2..dff23da8662a0 100644
--- a/lldb/test/API/lang/cpp/union-static-data-members/TestCppUnionStaticMembers.py
+++ b/lldb/test/API/lang/cpp/union-static-data-members/TestCppUnionStaticMembers.py
@@ -42,7 +42,7 @@ def test_expr_union_static_members(self):
                 name="val", value="42"
             )])
 
-    @expectedFailureAll
+    @expectedFailureWindows
     def test_union_in_anon_namespace(self):
         """Tests that frame variable and expr work
            for union static data members in anonymous



More information about the lldb-commits mailing list