From 26e92b7e787c2e4a9c6b0cf7206bab773135e220 Mon Sep 17 00:00:00 2001 From: Guillaume Le Vaillant Date: Tue, 1 Dec 2020 10:49:46 +0100 Subject: 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 d49d460db1..79fb41ab1a 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)) -- cgit v1.2.3