Have the float.pure.lisp / RANGE-REDUCTION test fail on all x86-64.
[sbcl.git] / tests / float.pure.lisp
index 6c4815c..d1a5bc4 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 :sunos)))
+            :fails-on ':x86-64)
   (flet ((almost= (x y)
            (< (abs (- x y)) 1d-5)))
     (macrolet ((foo (op value)