X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Finterface.pure.lisp;h=5957ce000a0869ebe9c64d793d4b895d9109cf14;hb=34d75fd54651830d53ebd41ddebaf6ac1c76ba62;hp=1e76ccd3cff49094bc1e3662f8073a7d7c7e061a;hpb=a069082d1084ade05e96ab8c39f4bfd71d96a32f;p=sbcl.git diff --git a/tests/interface.pure.lisp b/tests/interface.pure.lisp index 1e76ccd..5957ce0 100644 --- a/tests/interface.pure.lisp +++ b/tests/interface.pure.lisp @@ -61,7 +61,7 @@ (assert (not (special-operator-p 'declare))) ;;; WITH-TIMEOUT should accept more than one form in its body. -(with-test (:name :with-timeout-forms) +(with-test (:name :with-timeout-forms :fails-on :win32) (handler-bind ((sb-ext:timeout #'continue)) (sb-ext:with-timeout 3 (sleep 2)