From: Nikodemus Siivola Date: Thu, 29 Nov 2007 15:24:51 +0000 (+0000) Subject: 1.0.12.4: delete bad ROOM test X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=47b7637b3e7c012c6dfa754e107c9bc7d74e73bd;p=sbcl.git 1.0.12.4: delete bad ROOM test * Invalid on most platforms. --- diff --git a/tests/smoke.impure.lisp b/tests/smoke.impure.lisp index 716766c..baeba31 100644 --- a/tests/smoke.impure.lisp +++ b/tests/smoke.impure.lisp @@ -72,10 +72,4 @@ (assert (equal (funcall fn 1) '(1))) (assert (equal (funcall fn 1 2 3) '(1 2 3)))) -;; ROOM used to bail out when there were object with bignum bytes in -;; them. Test by Sidney Markowitz. -(defparameter *large-array* - (make-array (- (truncate most-positive-fixnum 4) 2))) -(room) - ;;; success diff --git a/version.lisp-expr b/version.lisp-expr index ea5377c..745b701 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".) -"1.0.12.3" +"1.0.12.4"