projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d0b877
)
RANGE-REDUCTION also fails-on sunos x86-64.
author
Jim Wise
<jwise@draga.com>
Thu, 9 Jun 2011 20:51:58 +0000
(16:51 -0400)
committer
Jim Wise
<jwise@draga.com>
Thu, 9 Jun 2011 20:51:58 +0000
(16:51 -0400)
tests/float.pure.lisp
patch
|
blob
|
history
diff --git
a/tests/float.pure.lisp
b/tests/float.pure.lisp
index
ff01c2f
..
6c4815c
100644
(file)
--- a/
tests/float.pure.lisp
+++ b/
tests/float.pure.lisp
@@
-250,7
+250,7
@@
;; correctly. On other platforms, we trust libm to DTRT.
;; but it doesn't cost any real amount to just test them all
(with-test (:name :range-reduction
- :fails-on '(and :x86-64 (or :linux :darwin)))
+ :fails-on '(and :x86-64 (or :linux :darwin :sunos)))
(flet ((almost= (x y)
(< (abs (- x y)) 1d-5)))
(macrolet ((foo (op value)