From b73291745b3c5924276230eba6768ad5e333d570 Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Sat, 9 Jun 2012 20:39:47 +0300 Subject: [PATCH] test backtrace-interrupted-condition-wait works on Darwin/x86 as well --- tests/debug.impure.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/debug.impure.lisp b/tests/debug.impure.lisp index 75d618e..dab0481 100644 --- a/tests/debug.impure.lisp +++ b/tests/debug.impure.lisp @@ -177,7 +177,7 @@ ;; stunted, ending at _sigtramp, when we add :TIMEOUT NIL to ;; 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 '(and :x86 (or :linux :darwin))) + :fails-on '(and :x86 :linux)) (let ((m (sb-thread:make-mutex)) (q (sb-thread:make-waitqueue))) (assert (verify-backtrace -- 1.7.10.4