guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: openscad: Disable failing tests with cgal@5.2 input.


From: guix-commits
Subject: 02/02: gnu: openscad: Disable failing tests with cgal@5.2 input.
Date: Fri, 5 Mar 2021 17:52:43 -0500 (EST)

lle_bout pushed a commit to branch master
in repository guix.

commit 04d780b5c64c0e1aed08b33936f1e3b2789f784d
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Fri Mar 5 23:48:31 2021 +0100

    gnu: openscad: Disable failing tests with cgal@5.2 input.
    
    * gnu/packages/engineering.scm (openscad)[arguments]: Add more disable 
tests in
    'check phase.
---
 gnu/packages/engineering.scm | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 66331d7..f560a15 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -2553,7 +2553,18 @@ specification can be downloaded at 
@url{http://3mf.io/specification/}.";)
                          "echotest_allexpressions"
                          "lazyunion-*"
                          "pdfexporttest_centered"
-                         "pdfexporttest_simple-pdf")
+                         "pdfexporttest_simple-pdf"
+
+                         ;; Broken due since cgal@5.2 +
+                         ;; https://github.com/CGAL/cgal/pull/5371 (security)
+                         ;; FIXME: Investigate or wait for future releases to
+                         ;; fix it.
+                         ;; Unsure if wrong test-suite or wrong security
+                         ;; patch.
+                         "cgalpngtest_nef3_broken"
+                         "opencsgtest_nef3_broken"
+                         "csgpngtest_nef3_broken"
+                         "throwntogethertest_nef3_broken")
                         "|")))
              ;; strip python test files since lib dir ends up in out/share
              (for-each delete-file



reply via email to

[Prev in Thread] Current Thread [Next in Thread]