backtrace-interrupted-condition-wait now passes on darwin.
authorJim Wise <jwise@draga.com>
Wed, 1 May 2013 01:23:05 +0000 (21:23 -0400)
committerJim Wise <jwise@draga.com>
Wed, 1 May 2013 01:23:05 +0000 (21:23 -0400)
tests/debug.impure.lisp

index 8941b59..cfa16d6 100644 (file)
                   ;; 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)))