1.0.4.91: revert 1.0.4.89 test changes
authorNikodemus Siivola <nikodemus@random-state.net>
Mon, 16 Apr 2007 04:59:02 +0000 (04:59 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Mon, 16 Apr 2007 04:59:02 +0000 (04:59 +0000)
 ECHERRYPICK from commit 1.0.4.90.

tests/room.test.sh
version.lisp-expr

index f166093..23c30ed 100644 (file)
 
 echo //entering room.test.sh
 
-${SBCL:-sbcl} --eval "(progn (defvar *a* (make-array (expt 2 27))) (room) (sb-ext:quit :unix-status 52))"
-if [ $? = 52 ]; then
-    true # nop
-else
-    exit 1
-fi
-
 ${SBCL:-sbcl} --eval "(progn (dotimes (i 10) (dotimes (j 10) (room)) (gc)) (sb-ext:quit :unix-status 52))"
 if [ $? = 52 ]; then
     true # nop
index fbcba94..5a7dd21 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.4.90"
+"1.0.4.91"