From 2fb47966f49dd426130862dc7a96a7ffdea42bbb Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Sat, 9 Jun 2012 15:25:01 +0300 Subject: [PATCH] test backtrace-interrupted-condition-wait works on Darwin/x86-64 --- tests/debug.impure.lisp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/tests/debug.impure.lisp b/tests/debug.impure.lisp index b902b74..2411256 100644 --- a/tests/debug.impure.lisp +++ b/tests/debug.impure.lisp @@ -174,11 +174,10 @@ (with-test (:name :backtrace-interrupted-condition-wait :skipped-on '(not :sb-thread) ;; For some unfathomable reason the backtrace becomes - ;; stunted on Darwin, 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 '(or (and :x86 :linux) :darwin)) + ;; 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))) (let ((m (sb-thread:make-mutex)) (q (sb-thread:make-waitqueue))) (assert (verify-backtrace -- 1.7.10.4