(funcall fun)))
(with-test (:name (:undefined-function :bug-346)
- :fails-on '(or :alpha :ppc :sparc
+ :fails-on '(or :alpha :ppc :sparc :mips
(and :x86-64 (or :freebsd :darwin))))
(assert (verify-backtrace
(lambda () (test #'optimized))
;; the presence of the IR1 stepper instrumentation (and
;; is thus again failing now that the instrumentation is
;; no more).
- :fails-on '(or :x86 :x86-64 :alpha))
+ :fails-on '(or :x86 :x86-64 :alpha :mips))
(assert (verify-backtrace
(lambda () (test #'not-optimized))
(list *undefined-function-frame*
(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)))
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.8.38"
+"1.0.8.39"