0.9.12.21:
authorThiemo Seufer <ths@networkno.de>
Sat, 13 May 2006 19:50:32 +0000 (19:50 +0000)
committerThiemo Seufer <ths@networkno.de>
Sat, 13 May 2006 19:50:32 +0000 (19:50 +0000)
Fix syntax for fails-on tag, add :mips, which fails as well.

tests/debug.impure.lisp
version.lisp-expr

index ae18ce5..b9709f2 100644 (file)
 ;;; 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)))
 
 #-(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)))
index b9acc85..b14d6c5 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".)
-"0.9.12.20"
+"0.9.12.21"