From: Nikodemus Siivola Date: Sat, 9 Jun 2012 12:25:01 +0000 (+0300) Subject: test backtrace-interrupted-condition-wait works on Darwin/x86-64 X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=2fb47966f49dd426130862dc7a96a7ffdea42bbb;hp=333049ee307ddeb69d4b7eee3c2a381da494da31;p=sbcl.git test backtrace-interrupted-condition-wait works on Darwin/x86-64 --- 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