File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ def test_enums(self):
262262
263263 pass
264264
265- @mark .xfail
265+ @mark .xfail ( run = not IS_MAC , reason = "Seg Fault" )
266266 def test_functions (self ):
267267 import cppyy
268268
@@ -741,7 +741,6 @@ class TestADVERTISED:
741741 def setup_class (cls ):
742742 import cppyy
743743
744- @mark .xfail
745744 def test01_reduction_of_overloads (self ):
746745 """Reduce available overloads to 1"""
747746
Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ def test01_class_based_overloads(self):
3838 assert d_overload ().get_int (ns_a_overload .a_overload ()) == 88
3939 assert d_overload ().get_int (ns_b_overload .a_overload ()) == - 33
4040
41- @mark .xfail
4241 def test02_class_based_overloads_explicit_resolution (self ):
4342 """Test explicitly resolved function overloads"""
4443
You can’t perform that action at this time.
0 commit comments