X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Finterface.pure.lisp;h=74ce1e028a888e15664cd24e2cf8b878ddc4c84c;hb=9bdd2579f980573a74daabe03120ed64b1733b11;hp=d7f1835584927eb5be9586649f2e22d38ed40271;hpb=567588a0316e6202e5158b8a9ff773b9e6d03762;p=sbcl.git diff --git a/tests/interface.pure.lisp b/tests/interface.pure.lisp index d7f1835..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)) +(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