1.0.8.39: Mark remaining MIPS test failures as known.
authorThiemo Seufer <ths@networkno.de>
Mon, 20 Aug 2007 00:04:20 +0000 (00:04 +0000)
committerThiemo Seufer <ths@networkno.de>
Mon, 20 Aug 2007 00:04:20 +0000 (00:04 +0000)
tests/debug.impure.lisp
tests/step.impure.lisp
version.lisp-expr

index 28b7f4d..5d52ddc 100644 (file)
          (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*
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)))
 
index 92600e0..77d3efa 100644 (file)
@@ -17,4 +17,4 @@
 ;;; 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"