0.9.5.25:
authorThiemo Seufer <ths@networkno.de>
Thu, 6 Oct 2005 15:31:37 +0000 (15:31 +0000)
committerThiemo Seufer <ths@networkno.de>
Thu, 6 Oct 2005 15:31:37 +0000 (15:31 +0000)
Mark two tests as expected to fail on mips, all others pass now.

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

index 12de035..fa1e64d 100644 (file)
                                     (list '(flet test) #'not-optimized))))))
 
 (with-test (:name (:throw :no-such-tag)
-            :fails-on '(or (and :x86 :linux) :alpha))
+            :fails-on '(or (and :x86 :linux) :alpha :mips))
   (progn
     (defun throw-test ()
       (throw 'no-such-tag t))
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)))
index e9526d6..43fb72e 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".)
-"0.9.5.24"
+"0.9.5.25"