mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user