X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fdebug.impure.lisp;h=a3f3fbbba5884adaf9cf8553e12ca8ebddbf7c97;hb=5e92e9ed61903658015c2a75c79a32ad41dbd29d;hp=6ff1481e931b66ea1f958f884ad7bc0af3413503;hpb=175c318c892b0627b36fa3c4db66f59680242204;p=sbcl.git diff --git a/tests/debug.impure.lisp b/tests/debug.impure.lisp index 6ff1481..a3f3fbb 100644 --- a/tests/debug.impure.lisp +++ b/tests/debug.impure.lisp @@ -337,14 +337,14 @@ (assert (search "TRACE-THIS" out)) (assert (search "returned OK" out))) -(with-test (:fails-on '(and :ppc :darwin)) - ;;; bug 379 - (let ((out (with-output-to-string (*trace-output*) - (trace trace-this :encapsulate nil) - (assert (eq 'ok (trace-this))) - (untrace)))) - (assert (search "TRACE-THIS" out)) - (assert (search "returned OK" out)))) +;;; bug 379 +#-(and ppc darwin) +(let ((out (with-output-to-string (*trace-output*) + (trace trace-this :encapsulate nil) + (assert (eq 'ok (trace-this))) + (untrace)))) + (assert (search "TRACE-THIS" out)) + (assert (search "returned OK" out))) ;;;; test infinite error protection