Update of /cvsroot/sbcl/sbcl
In directory vz-cvs-3.sog:/tmp/cvs-serv3854
Modified Files:
version.lisp-expr
Log Message:
1.0.47.12: robustify test for bug-654289
Run GC before timing the compilation, so that garbage from earlier
tests doesn't get accounted here.
Up the fixed leeway to 1/10th of a second -- if we have a real
regression the expected blowup is several seconds or tens of
seconds.
Also make the error message report the times for easier eyeballing
of future failures.
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.5240
retrieving revision 1.5241
diff -u -d -r1.5240 -r1.5241
--- version.lisp-expr 5 Apr 2011 18:36:12 -0000 1.5240
+++ version.lisp-expr 7 Apr 2011 12:53:32 -0000 1.5241
@@ -20,4 +20,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.47.11"
+"1.0.47.12"
|