Skip to content

Commit c3ccde9

Browse files
aaronj0vgvassilev
authored andcommitted
Tag osx test fail libc++abi uncaught exception
1 parent 20cb8ec commit c3ccde9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_crossinheritance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def get_value(self):
128128
assert c4.m_int == 88
129129
assert CX.IBase2.call_get_value(c4) == 77
130130

131-
@mark.xfail
131+
@mark.xfail(run=not IS_MAC_ARM, reason="Crashes with exception not being caught on Apple Silicon")
132132
def test04_arguments(self):
133133
"""Test ability to override functions that take arguments"""
134134

0 commit comments

Comments
 (0)