From 92a1706eee429af0ba410020d24a237cad96c75e Mon Sep 17 00:00:00 2001 From: Juho Snellman Date: Sun, 4 Dec 2011 20:42:04 +0100 Subject: [PATCH] :backtrace-interrupted-condition-wait fails on x86 Linux --- tests/debug.impure.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/debug.impure.lisp b/tests/debug.impure.lisp index 4d8ae6b..3520c9a 100644 --- a/tests/debug.impure.lisp +++ b/tests/debug.impure.lisp @@ -181,7 +181,7 @@ ;; :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 :darwin) + :fails-on '(or (and :x86 :linux) :darwin)) (let ((m (sb-thread:make-mutex)) (q (sb-thread:make-waitqueue))) (assert (verify-backtrace -- 1.7.10.4