From 11cfbfd7e07650aa5dae84ed6170a0d041e25acb Mon Sep 17 00:00:00 2001 From: Jim Wise Date: Thu, 9 Jun 2011 16:51:58 -0400 Subject: [PATCH] RANGE-REDUCTION also fails-on sunos x86-64. --- tests/float.pure.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/float.pure.lisp b/tests/float.pure.lisp index ff01c2f..6c4815c 100644 --- 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) -- 1.7.10.4