Skip to content

Commit 96a7714

Browse files
committed
[cppyy] Skip crashing test using boost::type_erasure
It was enabled in commit 50ae29d and marked as xfail(strict=True) in commit a7131ff, but is still crashing with assertions enabled on AlmaLinux 8: "Must not nest within unloading transaction"
1 parent 4e64a70 commit 96a7714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/pyroot/cppyy/cppyy/test/test_boost.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def setup_class(cls):
141141
cppyy.include("boost/type_erasure/member.hpp")
142142
cppyy.include("boost/mpl/vector.hpp")
143143

144-
@mark.xfail(strict=True, reason="TClassInfo for 'Lengths' is missing")
144+
@mark.xfail(run=False, reason="TClassInfo for 'Lengths' is missing & triggering Cling assertions during unloading")
145145
def test01_erasure_usage(self):
146146
"""boost::type_erasure usage"""
147147

0 commit comments

Comments
 (0)