0.9.0.23:
[sbcl.git] / tests / float.pure.lisp
index a7813e3..dba1bed 100644 (file)
@@ -91,7 +91,7 @@
           least-positive-double-float))
 (assert (= 0.0 (scale-float 1.0 most-negative-fixnum)))
 (assert (= 0.0d0 (scale-float 1.0d0 (1- most-negative-fixnum))))
-#-darwin ;; bug 372
+#-(or darwin x86-64) ;; bug 372 / 378
 (progn
   (assert (raises-error? (scale-float 1.0 most-positive-fixnum)
                         floating-point-overflow))