projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2c5802
)
Sleep is apparently still consing on 32-bit platforms, mark test as failing
author
Juho Snellman
<jsnell@iki.fi>
Sun, 9 Oct 2011 01:17:31 +0000
(
03:17
+0200)
committer
Juho Snellman
<jsnell@iki.fi>
Sun, 9 Oct 2011 02:20:57 +0000
(
04:20
+0200)
tests/interface.pure.lisp
patch
|
blob
|
history
diff --git
a/tests/interface.pure.lisp
b/tests/interface.pure.lisp
index
d7f1835
..
1e76ccd
100644
(file)
--- 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