projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69fe699
)
mark RANGE-REDUCTION test as failing on x86-64 Linux and Darwin
author
Nikodemus Siivola
<nikodemus@sb-studio.net>
Tue, 7 Jun 2011 12:26:47 +0000
(15:26 +0300)
committer
Nikodemus Siivola
<nikodemus@sb-studio.net>
Tue, 7 Jun 2011 12:26:47 +0000
(15:26 +0300)
Maybe others too?
tests/float.pure.lisp
patch
|
blob
|
history
diff --git
a/tests/float.pure.lisp
b/tests/float.pure.lisp
index
7b9502c
..
ff01c2f
100644
(file)
--- a/
tests/float.pure.lisp
+++ b/
tests/float.pure.lisp
@@
-249,7
+249,8
@@
;; The x86 port used not to reduce the arguments of transcendentals
;; 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)
+(with-test (:name :range-reduction
+ :fails-on '(and :x86-64 (or :linux :darwin)))
(flet ((almost= (x y)
(< (abs (- x y)) 1d-5)))
(macrolet ((foo (op value)