X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fbit-vector.impure-cload.lisp;h=3a92a34be6be97c16322e1ca71bd3b79e3f13f48;hb=b14aefb22fd710673b1a1005add3c0425713d2a0;hp=7809cc13ffb19968c90727f2de3d8207adea9dfd;hpb=6ddaf294e5a7e3b1792ed1d9c342894c38538773;p=sbcl.git diff --git a/tests/bit-vector.impure-cload.lisp b/tests/bit-vector.impure-cload.lisp index 7809cc1..3a92a34 100644 --- a/tests/bit-vector.impure-cload.lisp +++ b/tests/bit-vector.impure-cload.lisp @@ -78,7 +78,10 @@ (test-small-bit-vectors) -#-x86-64 -;; except on machines where addressable space is likely to be -;; much bigger than physical memory +;; except on machines where the arrays won't fit into the dynamic space. +#+#.(cl:if (cl:> (sb-ext:dynamic-space-size) + (cl:truncate (cl:1- cl:array-dimension-limit) + sb-vm:n-word-bits)) + '(and) + '(or)) (test-big-bit-vectors)