From 7345f93252d6d6a4a0204b0a630c7ddac7134ed3 Mon Sep 17 00:00:00 2001 From: NIIMI Satoshi Date: Thu, 5 Apr 2007 15:56:45 +0000 Subject: [PATCH] 1.0.4.29: Update expected test status on FreeBSD * (:throw :no-such-tag) Does not fail. * (:undefined-function :bug-346) Fails. I'll investigate in the future. --- tests/debug.impure.lisp | 4 ++-- version.lisp-expr | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/debug.impure.lisp b/tests/debug.impure.lisp index ca2d1eb..9109fa7 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)) ; bug 346 + :fails-on '(or :alpha (and :x86-64 :freebsd))) ; bug 346 (assert (verify-backtrace (lambda () (test #'optimized)) (list *undefined-function-frame* @@ -206,7 +206,7 @@ (with-test (:name (:throw :no-such-tag) :fails-on '(or - (and :x86 (or :linux :freebsd sunos)) + (and :x86 (or :linux sunos)) :alpha :mips)) (progn diff --git a/version.lisp-expr b/version.lisp-expr index fc2febb..ecef46b 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.4.28" +"1.0.4.29" -- 1.7.10.4