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.
libc++abi uncaught exception
1 parent 20cb8ec commit c3ccde9Copy full SHA for c3ccde9
test/test_crossinheritance.py
@@ -128,7 +128,7 @@ def get_value(self):
128
assert c4.m_int == 88
129
assert CX.IBase2.call_get_value(c4) == 77
130
131
- @mark.xfail
+ @mark.xfail(run=not IS_MAC_ARM, reason="Crashes with exception not being caught on Apple Silicon")
132
def test04_arguments(self):
133
"""Test ability to override functions that take arguments"""
134
0 commit comments