mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
Skip inapplicable tests.
This commit is contained in:
parent
5f439cc5ba
commit
c6f34d7a33
|
|
@ -37,6 +37,9 @@
|
|||
*datatypes*)))
|
||||
data)))
|
||||
|
||||
(unless (gethash 'sb-c:jump-table sb-c::*backend-template-names*)
|
||||
(invoke-restart 'run-tests::skip-file))
|
||||
|
||||
(with-test (:name :phash-typecase-array-of-symbols)
|
||||
;; should compile to an array index, not a jump table.
|
||||
;; The resulting code used to be over 1KiB in size, now it's 180 bytes or so
|
||||
|
|
|
|||
Loading…
Reference in a new issue