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
@ -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…
Reference in New Issue
Block a user