1.0.45: Disables the TRACE :ENCAPSULATE NIL test on Solaris
authorJuho Snellman <jsnell@iki.fi>
Mon, 6 Dec 2010 01:59:10 +0000 (01:59 +0000)
committerJuho Snellman <jsnell@iki.fi>
Mon, 6 Dec 2010 01:59:10 +0000 (01:59 +0000)
     * Patch by Jim Wise (lp#666885)

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

index 042763e..18cf137 100644 (file)
 ;;; This is not a WITH-TEST :FAILS-ON PPC DARWIN since there are
 ;;; suspicions that the breakpoint trace might corrupt the whole image
 ;;; on that platform.
-#-(and (or ppc x86 x86-64) darwin)
+#-(and (or ppc x86 x86-64) (or darwin sunos))
 (with-test (:name (trace :encapsulate nil)
             :fails-on '(or (and :ppc (not :linux)) :sparc :mips))
   (let ((out (with-output-to-string (*trace-output*)
index 15583f4..34534e1 100644 (file)
@@ -20,4 +20,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.45"
+"1.0.45.1"