1.0.43.29: fix OVERAGER-CHARACTER-BUFFERING test-case
[sbcl.git] / tests / dynamic-extent.impure.lisp
index 98d9966..7f963aa 100644 (file)
                (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))