From: Jim Wise Date: Wed, 1 May 2013 01:23:05 +0000 (-0400) Subject: backtrace-interrupted-condition-wait now passes on darwin. X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=7c15c5c42fb392729728d8b3c7eeee734e4375a3;p=sbcl.git backtrace-interrupted-condition-wait now passes on darwin. --- diff --git a/tests/debug.impure.lisp b/tests/debug.impure.lisp index 8941b59..cfa16d6 100644 --- a/tests/debug.impure.lisp +++ b/tests/debug.impure.lisp @@ -205,7 +205,6 @@ ;; the frame we expect. If we leave it out, the backtrace is ;; fine -- but the test fails. I can only boggle right now. :fails-on `(or (and :x86 :linux) - :darwin :win32)) (let ((m (sb-thread:make-mutex)) (q (sb-thread:make-waitqueue)))