Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23166
Modified Files:
version.lisp-expr
Log Message:
0.9.9.2:
Test cleanups.
* Mark some tests as expected to fail on various platforms, based
on information from test reports on sbcl-devel
* Disable the failing external-format test completely, since it
was sometimes failing in unexpected ways due to WITH-TIMEOUT
races
* Try to avoid running TEST-BIG-BIT-VECTORS on platforms where
the big vector doesn't fit into the dynamic space
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.2661
retrieving revision 1.2662
diff -u -d -r1.2661 -r1.2662
--- version.lisp-expr 26 Jan 2006 21:51:31 -0000 1.2661
+++ version.lisp-expr 26 Jan 2006 23:06:04 -0000 1.2662
@@ -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.9.1"
+"0.9.9.2"
|