We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bccda1c commit e7b29cdCopy full SHA for e7b29cd
test/test_datatypes.py
@@ -1558,7 +1558,6 @@ def test30_multi_dim_arrays_of_builtins(test):
1558
p = (ctype * len(buf)).from_buffer(buf)
1559
assert [p[j] for j in range(width*height)] == [2*j for j in range(width*height)]
1560
1561
- @mark.xfail
1562
def test31_anonymous_union(self):
1563
"""Anonymous unions place there fields in the parent scope"""
1564
@@ -1652,7 +1651,6 @@ def test31_anonymous_union(self):
1652
1651
assert type(p.data_c[0]) == float
1653
assert p.intensity == 5.
1654
1655
- @mark.xfail(condition=not IS_CLANG_REPL, reason="Fails on Cling")
1656
def test32_anonymous_struct(self):
1657
"""Anonymous struct creates an unnamed type"""
1658
0 commit comments