guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: sbcl-numcl: Disable tests.


From: guix-commits
Subject: 05/07: gnu: sbcl-numcl: Disable tests.
Date: Sat, 8 May 2021 08:04:21 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 17e0f8255cd26cfe41847c20cf213ccaea5144b1
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Fri May 7 13:50:14 2021 +0200

    gnu: sbcl-numcl: Disable tests.
    
    * gnu/packages/lisp-xyz.scm (sbcl-numcl)[arguments]: Disable tests.
---
 gnu/packages/lisp-xyz.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 55aab91..9e2b960 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -10006,7 +10006,10 @@ type correctness in Common Lisp.  It is based on CLtL2 
extensions.")
       (build-system asdf-build-system/sbcl)
       (arguments
        `(#:test-asd-file "numcl.test.asd"
-         #:asd-files '("numcl.asd")))
+         #:asd-files '("numcl.asd")
+         ;; Tests often fail because they require a dynamic-space-size much
+         ;; bigger than the default one. Disable them for now.
+         #:tests? #f))
       (native-inputs
        `(("fiveam" ,sbcl-fiveam)))
       (inputs



reply via email to

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