mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: sbcl-specialized-function: Disable tests.
* gnu/packages/lisp-xyz.scm (sbcl-specialized-function)[arguments]: Disable tests.
This commit is contained in:
parent
718dd9779a
commit
26e92b7e78
1 changed files with 5 additions and 1 deletions
|
@ -8430,7 +8430,11 @@ (define-public sbcl-specialized-function
|
|||
`(("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))
|
||||
|
|
Loading…
Reference in a new issue