X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fexhaust.impure.lisp;h=6233f11a11320ca83b0cbf57b9029b025318f8d1;hb=14538e006c43facf52e17e452cb1164077bbafd3;hp=7bf0fdc6af3d0c4cdb689b77e9755e25ab4f2b7a;hpb=97527a422a7ca9ad37332af9a5a33d710a20dcda;p=sbcl.git diff --git a/tests/exhaust.impure.lisp b/tests/exhaust.impure.lisp index 7bf0fdc..6233f11 100644 --- a/tests/exhaust.impure.lisp +++ b/tests/exhaust.impure.lisp @@ -83,7 +83,7 @@ (recurse))))) (assert (= exhaust-count recurse-count *count*)))) -(with-test (:name (:exhaust :binding-stack) :skipped-on :win32) +(with-test (:name (:exhaust :binding-stack)) (let ((ok nil) (symbols (loop repeat 1024 collect (gensym))) (values (loop repeat 1024 collect nil))) @@ -97,7 +97,8 @@ (setq ok t))) (assert ok)))) -(with-test (:name (:exhaust :alien-stack) :skipped-on '(not :c-stack-is-control-stack)) +(with-test (:name (:exhaust :alien-stack) + :skipped-on '(or (not :c-stack-is-control-stack))) (let ((ok nil)) (labels ((exhaust-alien-stack (i) (with-alien ((integer-array (array int 500)))