X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fstep.impure.lisp;h=ef42033bb0bd779c931277857a2d6fc43e4c7ed3;hb=5fdb9edd71a21b3697ba6f407aca270060ef173c;hp=88428744ebabd0809d489593f728230c0848573a;hpb=f0f8bc6c184e849782fc784230f8e235d3659d5d;p=sbcl.git diff --git a/tests/step.impure.lisp b/tests/step.impure.lisp index 8842874..ef42033 100644 --- a/tests/step.impure.lisp +++ b/tests/step.impure.lisp @@ -14,7 +14,7 @@ (in-package :cl-user) ;; No stepper support on some platforms. -#-(or x86 x86-64 ppc sparc) +#-(or x86 x86-64 ppc sparc mips) (sb-ext:quit :unix-status 104) (defun fib (x) @@ -225,7 +225,8 @@ (handler-bind ((step-condition #'sb-impl::invoke-stepper)) (test-step-out))) -(with-test (:name :step-start-from-break) +(with-test (:name :step-start-from-break + :fails-on :mips) (handler-bind ((step-condition #'sb-impl::invoke-stepper)) (test-step-start-from-break)))