X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fdebug.impure.lisp;h=d0a5ec6d441feff5df57698cf0f76cda9c0b673e;hb=82f9c527cb607ccd19e5b24261dfe9af7b1ba72e;hp=54bea98aa39035d6b618f9b80866f2f2320ba3cf;hpb=0223f43d5f199914ebceff12b6f4c60448369edd;p=sbcl.git diff --git a/tests/debug.impure.lisp b/tests/debug.impure.lisp index 54bea98..d0a5ec6 100644 --- a/tests/debug.impure.lisp +++ b/tests/debug.impure.lisp @@ -447,7 +447,7 @@ #-(and (or ppc x86 x86-64) darwin) (with-test (:name (trace-recursive :encapsulate nil) - :fails-on '(or (and :ppc (not :linux)) :sparc :mips)) + :fails-on '(or (and :ppc (not :linux)) :sparc :mips :sunos)) (let ((out (with-output-to-string (*trace-output*) (trace trace-fact :encapsulate nil) (assert (= 120 (trace-fact 5)))