X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fdebug.impure.lisp;h=fa1e64d4b7c6a217730be82ef15a57d447168203;hb=d4d6c4b16a3655ce99a87d43f411391363531260;hp=12de0357d829c9629a053b756516a53d794aed4a;hpb=ad0133544b3497c34e656ba2519cee5dfd70e828;p=sbcl.git diff --git a/tests/debug.impure.lisp b/tests/debug.impure.lisp index 12de035..fa1e64d 100644 --- a/tests/debug.impure.lisp +++ b/tests/debug.impure.lisp @@ -190,7 +190,7 @@ (list '(flet test) #'not-optimized)))))) (with-test (:name (:throw :no-such-tag) - :fails-on '(or (and :x86 :linux) :alpha)) + :fails-on '(or (and :x86 :linux) :alpha :mips)) (progn (defun throw-test () (throw 'no-such-tag t))