From a069082d1084ade05e96ab8c39f4bfd71d96a32f Mon Sep 17 00:00:00 2001 From: Juho Snellman Date: Sun, 9 Oct 2011 03:17:31 +0200 Subject: [PATCH] Sleep is apparently still consing on 32-bit platforms, mark test as failing --- tests/interface.pure.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/interface.pure.lisp b/tests/interface.pure.lisp index d7f1835..1e76ccd 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 '(not :x86-64)) (ctu:assert-no-consing (sleep 0.00001))) ;;; SLEEP should work with large integers as well -- no timers -- 1.7.10.4