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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits