Skip to content

Commit 1c36099

Browse files
committed
[lldb[test] TestCppUnionStaticMembers.py: XFAIL assertions on windows
These tests never worked since their introduction in #68300
1 parent 3290709 commit 1c36099

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/lang/cpp/union-static-data-members/TestCppUnionStaticMembers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def test_print_union(self):
2727
name="val", value="137"
2828
)])
2929

30+
@expectedFailureWindows
3031
def test_expr_union_static_members(self):
3132
"""Tests that frame variable and expr work
3233
for union static data members"""

0 commit comments

Comments
 (0)