1.0.27.20: lutex-wait don't yet support deadlines
authorNikodemus Siivola <nikodemus@random-state.net>
Wed, 22 Apr 2009 19:09:30 +0000 (19:09 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Wed, 22 Apr 2009 19:09:30 +0000 (19:09 +0000)
 * One test depends that, skip it for now on lutex builds to avoid a
   hang.

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

index aeb807e..11b39cf 100644 (file)
 |     (mp:make-process #'roomy)))
 |#
 
+;;; KLUDGE: No deadlines while waiting on lutex-based condition variables. This test
+;;; would just hang.
+#-sb-lutex
 (with-test (:name (:condition-variable :wait-multiple))
   (loop repeat 40 do
         (let ((waitqueue (sb-thread:make-waitqueue :name "Q"))
index da4f452..c1b6640 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.27.19"
+"1.0.27.20"