X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Finterface.pure.lisp;fp=tests%2Finterface.pure.lisp;h=7c600c6d41fd10bdc9155394c8c711ce25af42a0;hb=4c81c652cdc32faefee1bccb84c3c9a7854e3edd;hp=81a987b8bbab1170bea11764caacf452686913d0;hpb=0fd1ec424a7e5969a76a2531e42a6b2621e63c11;p=sbcl.git diff --git a/tests/interface.pure.lisp b/tests/interface.pure.lisp index 81a987b..7c600c6 100644 --- a/tests/interface.pure.lisp +++ b/tests/interface.pure.lisp @@ -65,8 +65,7 @@ ;;; SLEEP should work with large integers as well -- no timers ;;; on win32, so don't test there. -#-win32 -(with-test (:name (sleep pretty-much-forever)) +(with-test (:name (sleep pretty-much-forever) :skipped-on :win32) (assert (eq :timeout (handler-case (sb-ext:with-timeout 1 @@ -116,4 +115,4 @@ ;;; comprehensive test. (loop repeat 2 do (compile nil '(lambda (x) x)) - do (sb-ext:gc :full t)) \ No newline at end of file + do (sb-ext:gc :full t))