Skip to content

Commit d5d010f

Browse files
committed
[cppyy] Unskip xfails and mark addressof test as failing on alma9
1 parent bc65b00 commit d5d010f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/pyroot/cppyy/cppyy/test/test_datatypes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2356,7 +2356,7 @@ def test48_bool_typemap(self):
23562356
assert str(bt(1)) == 'True'
23572357
assert str(bt(0)) == 'False'
23582358

2359-
@mark.xfail(condition=IS_MAC_ARM, reason="Fails on mac-beta ARM64")
2359+
@mark.xfail(run = not IS_MAC_ARM, reason="Crashes on mac-beta ARM64, fails on alma9 runtime_cxxmodules=off")
23602360
def test49_addressof_method(self):
23612361
"""Use of addressof for (const) methods"""
23622362

0 commit comments

Comments
 (0)