Skip to content

Commit e07ad5f

Browse files
aaronj0vgvassilev
authored andcommitted
Update test for OS X ARM
1 parent 5ada8e7 commit e07ad5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@ def test28_exception_as_shared_ptr(self):
792792
null = cppyy.gbl.exception_as_shared_ptr.get_shared_null()
793793
assert not null
794794

795-
@mark.xfail
795+
@mark.xfail(run=not (IS_CLANG_REPL and IS_MAC_ARM), reason="Dispatcher fix #53 introduces canonical types with std:: namespace that introduces OS X exceptions similar to test_stltypes")
796796
def test29_callback_pointer_values(self):
797797
"""Make sure pointer comparisons in callbacks work as expected"""
798798

0 commit comments

Comments
 (0)