From a3d22b67c7e0290a7bbd0ab78d55fbba29f1c01c Mon Sep 17 00:00:00 2001 From: Thiemo Seufer Date: Sat, 13 May 2006 19:50:32 +0000 Subject: [PATCH] 0.9.12.21: Fix syntax for fails-on tag, add :mips, which fails as well. --- 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 ae18ce5..b9709f2 100644 --- a/tests/debug.impure.lisp +++ b/tests/debug.impure.lisp @@ -358,7 +358,7 @@ ;;; on that platform. #-(and (or ppc x86) darwin) (with-test (:name (trace :encapsulate nil) - :fails-on '(or ppc sparc)) + :fails-on '(or :ppc :sparc :mips)) (let ((out (with-output-to-string (*trace-output*) (trace trace-this :encapsulate nil) (assert (eq 'ok (trace-this))) @@ -368,7 +368,7 @@ #-(and (or ppc x86) darwin) (with-test (:name (trace-recursive :encapsulate nil) - :fails-on '(or ppc sparc)) + :fails-on '(or :ppc :sparc :mips)) (let ((out (with-output-to-string (*trace-output*) (trace trace-fact :encapsulate nil) (assert (= 120 (trace-fact 5))) diff --git a/version.lisp-expr b/version.lisp-expr index b9acc85..b14d6c5 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".) -"0.9.12.20" +"0.9.12.21" -- 1.7.10.4