X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Finterface.pure.lisp;h=74ce1e028a888e15664cd24e2cf8b878ddc4c84c;hb=0b3f5cc5fa9e6b121d232960ccd964d2eb15f695;hp=1e76ccd3cff49094bc1e3662f8073a7d7c7e061a;hpb=3cd0a9aafc20ce12075f38ebaed86676c922fde2;p=sbcl.git diff --git a/tests/interface.pure.lisp b/tests/interface.pure.lisp index 1e76ccd..74ce1e0 100644 --- a/tests/interface.pure.lisp +++ b/tests/interface.pure.lisp @@ -68,7 +68,7 @@ (sleep 2)))) ;;; SLEEP should not cons -(with-test (:name (sleep :non-consing) :fails-on '(not :x86-64)) +(with-test (:name (sleep :non-consing) :fails-on '(or (not :x86-64) :win32)) (ctu:assert-no-consing (sleep 0.00001))) ;;; SLEEP should work with large integers as well -- no timers