X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fexhaust.impure.lisp;h=6233f11a11320ca83b0cbf57b9029b025318f8d1;hb=14538e006c43facf52e17e452cb1164077bbafd3;hp=085036dbf4f1f166c804e89a2cd4b22692609a61;hpb=f9663e4a4c35614fcba5812882f9ed812cbcf62d;p=sbcl.git diff --git a/tests/exhaust.impure.lisp b/tests/exhaust.impure.lisp index 085036d..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))) @@ -98,8 +98,7 @@ (assert ok)))) (with-test (:name (:exhaust :alien-stack) - :skipped-on '(not :c-stack-is-control-stack) - :fails-on :win32) + :skipped-on '(or (not :c-stack-is-control-stack))) (let ((ok nil)) (labels ((exhaust-alien-stack (i) (with-alien ((integer-array (array int 500)))