sci-mathematics/manifold: skip failing tests

Closes: https://bugs.gentoo.org/955714
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44592
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Paul Zander
2025-11-11 13:59:27 +01:00
committed by Sam James
parent b28eb59030
commit e1ea705943

View File

@@ -83,5 +83,9 @@ src_configure() {
}
src_test() {
"${BUILD_DIR}/test/manifold_test" || die
if use x86; then
local -x GTEST_FILTER="-Properties.ToleranceSphere:Boolean.AlmostCoplanar:Smooth.RefineQuads:Smooth.ToLength:Smooth.Torus"
fi
cmake_src_test
}