Sleep is apparently still consing on 32-bit platforms, mark test as failing
authorJuho Snellman <jsnell@iki.fi>
Sun, 9 Oct 2011 01:17:31 +0000 (03:17 +0200)
committerJuho Snellman <jsnell@iki.fi>
Sun, 9 Oct 2011 02:20:57 +0000 (04:20 +0200)
tests/interface.pure.lisp

index d7f1835..1e76ccd 100644 (file)
@@ -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