X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fdynamic-extent.impure.lisp;h=7f963aaa00539706edc369ade140aba71cb10502;hb=f741a144c386acdb82cac2e3352abab7cff65f1d;hp=98d9966ef5f0f355d5a1737d0c5d2ccfd56446ce;hpb=7eefc129d5bc364db9238bc157c9c505231df2e3;p=sbcl.git diff --git a/tests/dynamic-extent.impure.lisp b/tests/dynamic-extent.impure.lisp index 98d9966..7f963aa 100644 --- a/tests/dynamic-extent.impure.lisp +++ b/tests/dynamic-extent.impure.lisp @@ -895,7 +895,8 @@ (cons #'bar (lambda () (declare (dynamic-extent #'bar)))))) 'sb-ext:compiler-note))) -(with-test (:name :bug-586105) +(with-test (:name :bug-586105 :fails-on '(not (and :stack-allocatable-vectors + :stack-allocatable-lists))) (flet ((test (x) (let ((vec (make-array 1 :initial-contents (list (list x))))) (declare (dynamic-extent vec))