[Lldb-commits] [lldb] [lldb] Fix buildbots after PR 74786 (PR #75272)
via lldb-commits
lldb-commits at lists.llvm.org
Tue Dec 12 18:18:46 PST 2023
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-lldb
Author: Greg Clayton (clayborg)
<details>
<summary>Changes</summary>
Fix unexpected pass after https://github.com/llvm/llvm-project/pull/74786.
---
Full diff: https://github.com/llvm/llvm-project/pull/75272.diff
1 Files Affected:
- (modified) lldb/test/API/lang/cpp/union-static-data-members/TestCppUnionStaticMembers.py (+1-1)
``````````diff
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
``````````
</details>
https://github.com/llvm/llvm-project/pull/75272
More information about the lldb-commits
mailing list