From fa3c9667a90083de646dcf5b20760b02d39f18c5 Mon Sep 17 00:00:00 2001 From: Thiemo Seufer Date: Mon, 20 Aug 2007 00:04:20 +0000 Subject: [PATCH] 1.0.8.39: Mark remaining MIPS test failures as known. --- tests/debug.impure.lisp | 4 ++-- tests/step.impure.lisp | 3 ++- version.lisp-expr | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/tests/debug.impure.lisp b/tests/debug.impure.lisp index 28b7f4d..5d52ddc 100644 --- a/tests/debug.impure.lisp +++ b/tests/debug.impure.lisp @@ -150,7 +150,7 @@ (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)) @@ -165,7 +165,7 @@ ;; 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* diff --git a/tests/step.impure.lisp b/tests/step.impure.lisp index 4ee3952..ef42033 100644 --- a/tests/step.impure.lisp +++ b/tests/step.impure.lisp @@ -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))) diff --git a/version.lisp-expr b/version.lisp-expr index 92600e0..77d3efa 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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" -- 1.7.10.4