guix-commits
[Top][All Lists]
Advanced

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

05/12: gnu: sbcl-specialized-function: Disable tests.


From: guix-commits
Subject: 05/12: gnu: sbcl-specialized-function: Disable tests.
Date: Tue, 1 Dec 2020 05:55:57 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit 26e92b7e787c2e4a9c6b0cf7206bab773135e220
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Tue Dec 1 10:49:46 2020 +0100

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

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index d49d460..79fb41a 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -8430,7 +8430,11 @@ code.  The main target of this macro is speed.")
        `(("fiveam" ,sbcl-fiveam)))
       (arguments
        `(#:asd-files '("specialized-function.asd")
-         #:test-asd-file "specialized-function.test.asd")))))
+         #:test-asd-file "specialized-function.test.asd"
+         ;; Tests fail because they try to use an internal symbol of SBCL
+         ;; that does not exists in recent versions:
+         ;;   "The variable SB-VM:COMPLEX-VECTOR-NIL-WIDETAG is unbound."
+         #:tests? #f)))))
 
 (define-public cl-specialized-function
   (sbcl-package->cl-source-package sbcl-specialized-function))



reply via email to

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