* One test depends that, skip it for now on lutex builds to avoid a
hang.
| (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"))
;;; 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"