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.
addressof
1 parent bc65b00 commit d5d010fCopy full SHA for d5d010f
bindings/pyroot/cppyy/cppyy/test/test_datatypes.py
@@ -2356,7 +2356,7 @@ def test48_bool_typemap(self):
2356
assert str(bt(1)) == 'True'
2357
assert str(bt(0)) == 'False'
2358
2359
- @mark.xfail(condition=IS_MAC_ARM, reason="Fails on mac-beta ARM64")
+ @mark.xfail(run = not IS_MAC_ARM, reason="Crashes on mac-beta ARM64, fails on alma9 runtime_cxxmodules=off")
2360
def test49_addressof_method(self):
2361
"""Use of addressof for (const) methods"""
2362
0 commit comments