1.0.22.20: Make a stab at having DEFTYPE types replace structure types.
[sbcl.git] / tests / step.impure.lisp
index 4ee3952..ef42033 100644 (file)
   (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)))