From c9feb2386aa27a7565174dc061e923517d0e3c45 Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Wed, 22 Apr 2009 19:09:30 +0000 Subject: [PATCH] 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. --- tests/threads.impure.lisp | 3 +++ version.lisp-expr | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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" -- 1.7.10.4