From 7c15c5c42fb392729728d8b3c7eeee734e4375a3 Mon Sep 17 00:00:00 2001 From: Jim Wise Date: Tue, 30 Apr 2013 21:23:05 -0400 Subject: [PATCH] backtrace-interrupted-condition-wait now passes on darwin. --- tests/debug.impure.lisp | 1 - 1 file changed, 1 deletion(-) 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))) -- 1.7.10.4