0.9.5.26:
[sbcl.git] / tests / float.pure.lisp
index bf91142..25c9926 100644 (file)
     'double-float))
 
 (with-test (:name (:addition-overflow :bug-372)
-            :fails-on '(or :ppc))
+            :fails-on '(or :ppc :mips))
   (assert (typep (nth-value
                   1
                   (ignore-errors
                     (sb-sys:without-interrupts
                      (loop repeat 2 summing most-positive-double-float)
                      (sleep 2))))
-                 'floating-point-overflow)))
\ No newline at end of file
+                 'floating-point-overflow)))