1.0.45.34: #+sb-thread the new waitqueue printing test
authorNikodemus Siivola <nikodemus@random-state.net>
Tue, 15 Feb 2011 12:01:55 +0000 (12:01 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Tue, 15 Feb 2011 12:01:55 +0000 (12:01 +0000)
  In despite the freeze as this is test-fix and a regression.

  Thanks to Harald Hanche-Olsen for the heads-up.

tests/threads.pure.lisp
version.lisp-expr

index 539d5de..752d230 100644 (file)
 
 ;;;; Printing waitqueues
 
+#+sb-thread
 (with-test (:name :waitqueue-circle-print)
   (let* ((*print-circle* nil)
          (lock (sb-thread:make-mutex))
index 25f596e..5d5f971 100644 (file)
@@ -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"