From e2e663bf78cdcbe1afaa077dc522a7183c6aa313 Mon Sep 17 00:00:00 2001 From: Thiemo Seufer Date: Thu, 6 Oct 2005 15:31:37 +0000 Subject: [PATCH] 0.9.5.25: Mark two tests as expected to fail on mips, all others pass now. --- tests/debug.impure.lisp | 2 +- tests/float.pure.lisp | 4 ++-- version.lisp-expr | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/debug.impure.lisp b/tests/debug.impure.lisp index 12de035..fa1e64d 100644 --- a/tests/debug.impure.lisp +++ b/tests/debug.impure.lisp @@ -190,7 +190,7 @@ (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)) 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))) diff --git a/version.lisp-expr b/version.lisp-expr index e9526d6..43fb72e 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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" -- 1.7.10.4