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 45ba9b4 commit 1b74ff4Copy full SHA for 1b74ff4
test/test_eigen.py
@@ -158,6 +158,7 @@ def setup_class(cls):
158
warnings.simplefilter('ignore')
159
cppyy.include('Eigen/Dense')
160
161
+ @mark.xfail(condition=IS_MAC_X86 and (not IS_CLANG_REPL), reason="Errors out on OS X Cling")
162
def test01_use_of_Map(self):
163
"""Use of Map (used to crash)"""
164
0 commit comments