mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ code. The main target of this macro is speed.")
|
||||||
`(("fiveam" ,sbcl-fiveam)))
|
`(("fiveam" ,sbcl-fiveam)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:asd-files '("specialized-function.asd")
|
`(#: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
|
(define-public cl-specialized-function
|
||||||
(sbcl-package->cl-source-package sbcl-specialized-function))
|
(sbcl-package->cl-source-package sbcl-specialized-function))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue