diff options
-rw-r--r-- | gnu/packages/graphics.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index 37249c9138..519a341a1b 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -1153,6 +1153,9 @@ exception-handling library.") #~((add-after 'unpack 'skip-faulty-test (lambda _ (substitute* "tests/CMakeLists.txt" + ;; This test fails at various comparions of ±π. + (("angle-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 |