From 9b16f0936e39cc6f560957e94ef2cf0f69b1e5fc Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Fri, 5 Aug 2011 11:44:33 +0300 Subject: [PATCH] skip interrupted-syscall test on unthreaded builds ...and rename it backtrace-interrupted-condition-wait. Duh. --- tests/debug.impure.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 1.7.10.4