From: Nikodemus Siivola Date: Tue, 7 Jun 2011 12:26:47 +0000 (+0300) Subject: mark RANGE-REDUCTION test as failing on x86-64 Linux and Darwin X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=8573e16b201126d55dcfa6835ead4da061d4c71f;p=sbcl.git mark RANGE-REDUCTION test as failing on x86-64 Linux and Darwin Maybe others too? --- diff --git a/tests/float.pure.lisp b/tests/float.pure.lisp index 7b9502c..ff01c2f 100644 --- 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)