X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Ffloat.pure.lisp;h=25c992634e82e7c0e3d093d9bb49ab2d4f34572e;hb=5be53bd5a87605b076891aafb2d74caac1357506;hp=bf91142d6a31661d3e38979172563bc23b04cfae;hpb=ad0133544b3497c34e656ba2519cee5dfd70e828;p=sbcl.git diff --git a/tests/float.pure.lisp b/tests/float.pure.lisp index bf91142..25c9926 100644 --- a/tests/float.pure.lisp +++ b/tests/float.pure.lisp @@ -119,11 +119,11 @@ '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)))