From: Nikodemus Siivola Date: Wed, 22 Apr 2009 19:09:30 +0000 (+0000) Subject: 1.0.27.20: lutex-wait don't yet support deadlines X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=c9feb2386aa27a7565174dc061e923517d0e3c45;p=sbcl.git 1.0.27.20: lutex-wait don't yet support deadlines * One test depends that, skip it for now on lutex builds to avoid a hang. --- diff --git a/tests/threads.impure.lisp b/tests/threads.impure.lisp index aeb807e..11b39cf 100644 --- a/tests/threads.impure.lisp +++ b/tests/threads.impure.lisp @@ -873,6 +873,9 @@ | (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")) diff --git a/version.lisp-expr b/version.lisp-expr index da4f452..c1b6640 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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"