mark RANGE-REDUCTION test as failing on x86-64 Linux and Darwin
authorNikodemus Siivola <nikodemus@sb-studio.net>
Tue, 7 Jun 2011 12:26:47 +0000 (15:26 +0300)
committerNikodemus Siivola <nikodemus@sb-studio.net>
Tue, 7 Jun 2011 12:26:47 +0000 (15:26 +0300)
  Maybe others too?

tests/float.pure.lisp

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