gnu: lib2geom: Skip failing tests on i686-linux.

* gnu/packages/graphics.scm (lib2geom)[arguments]: Skip 3 more failing
tests on i686-linux.

Change-Id: Ied70ec568f87d0dc77511bfda1d4a3c493a4aba4
This commit is contained in:
Ludovic Courtès 2024-08-21 18:10:19 +02:00
parent 77e99a79eb
commit 25f4fd8542
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -924,12 +924,19 @@ (define-public lib2geom
((target-x86-32?)
#~((add-after 'unpack 'skip-faulty-test
(lambda _
;; This test fails on i686 when comparing floating point
;; values, probably due to excess precision. However,
;; '-fexcess-precision' is not implemented for C++ in
;; GCC 10 so just skip it.
(substitute* "tests/CMakeLists.txt"
(("bezier-test") ""))))))
;; This test fails on i686 when comparing floating point
;; values, probably due to excess precision. However,
;; '-fexcess-precision' is not implemented for C++ in
;; GCC 10 so just skip it.
(("bezier-test") "")
;; https://gitlab.com/inkscape/lib2geom/-/issues/68
(("ellipse-test") "")
;; XXX: Additional unresolved test failures.
(("elliptical-arc-test") "")
(("self-intersections-test") ""))))))
;; See https://gitlab.com/inkscape/lib2geom/-/issues/63
((target-aarch64?)
#~((add-after 'unpack 'fix-aarch64-faulty-test