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.
1 parent 2f4e622 commit 19303c2Copy full SHA for 19303c2
test/test_regression.py
@@ -895,7 +895,6 @@ def test30_uint64_t(self):
895
assert ns.TTest(True).fT == True
896
assert type(ns.TTest(True).fT) == bool
897
898
- @mark.xfail
899
def test31_enum_in_dir(self):
900
"""Failed to pick up enum data"""
901
test/test_stltypes.py
@@ -1830,7 +1830,7 @@ def test01_tuple_creation_and_access(self):
1830
1831
# TODO: should be easy enough to add iterators over std::tuple?
1832
1833
+ @mark.xfail(condition=IS_MAC, reason="fails on OSX")
1834
def test02_tuple_size(self):
1835
"""Usage of tuple_size helper class"""
1836
0 commit comments