From: Nikodemus Siivola Date: Tue, 15 Feb 2011 12:01:55 +0000 (+0000) Subject: 1.0.45.34: #+sb-thread the new waitqueue printing test X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=e55494dad53ad03b2501e02de6e03524c00d9f45;p=sbcl.git 1.0.45.34: #+sb-thread the new waitqueue printing test In despite the freeze as this is test-fix and a regression. Thanks to Harald Hanche-Olsen for the heads-up. --- diff --git a/tests/threads.pure.lisp b/tests/threads.pure.lisp index 539d5de..752d230 100644 --- a/tests/threads.pure.lisp +++ b/tests/threads.pure.lisp @@ -159,6 +159,7 @@ ;;;; Printing waitqueues +#+sb-thread (with-test (:name :waitqueue-circle-print) (let* ((*print-circle* nil) (lock (sb-thread:make-mutex)) diff --git a/version.lisp-expr b/version.lisp-expr index 25f596e..5d5f971 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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.45.33" +"1.0.45.34"