From: Thiemo Seufer Date: Thu, 29 Sep 2005 06:36:16 +0000 (+0000) Subject: 0.9.5.10: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=94d4157bfb2332fde8955d5fb82b71298a870330;p=sbcl.git 0.9.5.10: Enable consing tests also for mips. --- diff --git a/tests/dynamic-extent.impure.lisp b/tests/dynamic-extent.impure.lisp index 0b1b6f6..8a26b58 100644 --- a/tests/dynamic-extent.impure.lisp +++ b/tests/dynamic-extent.impure.lisp @@ -134,7 +134,7 @@ (funcall thunk)) (assert (< (- (get-bytes-consed) before) times)))) -#+(or x86 x86-64 alpha ppc sparc) +#+(or x86 x86-64 alpha ppc sparc mips) (progn (assert-no-consing (dxclosure 42)) (assert-no-consing (dxlength 1 2 3)) diff --git a/version.lisp-expr b/version.lisp-expr index 3d5e8b1..02ab1e7 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.9" +"0.9.5.10"