Skip to content

Commit 2d8f1af

Browse files
Vipul-Cariappavgvassilev
authored andcommitted
[test] update tags
fixed by compiler-research/cppyy-backend#111
1 parent 56f026b commit 2d8f1af

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

test/test_doc_features.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

test/test_overloads.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)