1.0.9.16: Remove :mips from Bug #372.
authorThiemo Seufer <ths@networkno.de>
Sat, 1 Sep 2007 11:28:18 +0000 (11:28 +0000)
committerThiemo Seufer <ths@networkno.de>
Sat, 1 Sep 2007 11:28:18 +0000 (11:28 +0000)
This was a Linux/MIPS kernel bug, fixed in the latest version.

tests/float.pure.lisp
version.lisp-expr

index b179f60..e9fbd86 100644 (file)
 (funcall (compile nil '(lambda () (tan (tan (round 0))))))
 
 (with-test (:name (:addition-overflow :bug-372)
-            :fails-on '(or :ppc :darwin :mips (and :x86 :netbsd)))
+            :fails-on '(or :ppc :darwin (and :x86 :netbsd)))
   (assert (typep (nth-value
                   1
                   (ignore-errors
index 71ed5f8..cd3e12a 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.9.15"
+"1.0.9.16"