RANGE-REDUCTION also fails-on sunos x86-64.
authorJim Wise <jwise@draga.com>
Thu, 9 Jun 2011 20:51:58 +0000 (16:51 -0400)
committerJim Wise <jwise@draga.com>
Thu, 9 Jun 2011 20:51:58 +0000 (16:51 -0400)
tests/float.pure.lisp

index ff01c2f..6c4815c 100644 (file)
 ;;   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)