From: Nikodemus Siivola Date: Fri, 5 Aug 2011 08:44:33 +0000 (+0300) Subject: skip interrupted-syscall test on unthreaded builds X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=9b16f0936e39cc6f560957e94ef2cf0f69b1e5fc;p=sbcl.git skip interrupted-syscall test on unthreaded builds ...and rename it backtrace-interrupted-condition-wait. Duh. --- diff --git a/tests/debug.impure.lisp b/tests/debug.impure.lisp index ec0719b..a4c6114 100644 --- a/tests/debug.impure.lisp +++ b/tests/debug.impure.lisp @@ -173,7 +173,8 @@ (list '(flet not-optimized)) (list '(flet test) #'not-optimized)))))) -(with-test (:name :interrupted-syscall) +(with-test (:name :backtrace-interrupted-condition-wait + :skipped-on '(not :sb-thread)) (let ((m (sb-thread:make-mutex)) (q (sb-thread:make-waitqueue))) (assert (verify-backtrace