1.0.37.51: make SB-INTROSPECT build on PPC/GENCGC, hopefully
authorNikodemus Siivola <nikodemus@random-state.net>
Wed, 7 Apr 2010 14:56:16 +0000 (14:56 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Wed, 7 Apr 2010 14:56:16 +0000 (14:56 +0000)
 ...by skipping the test which is too hard on the flaky combination.

 I'm really no enthused about purporting to support GENCGC on PPC,
 when we know it's flaky, but we don't have resources to fix it. :/

NEWS
contrib/sb-introspect/test-driver.lisp
version.lisp-expr

diff --git a/NEWS b/NEWS
index 9352a0d..c90268d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -58,6 +58,7 @@ changes relative to sbcl-1.0.37:
     block FIND-SYMBOL and FIND-PACKAGE in other threads. (lp#511072)
   * bug fix: SB-POSIX build was broken when SBCL was compiled without the
     :SB-DOC feature. (lp#552564)
+  * bug fix: SB-INTROSPECT build issues on GENGC/PPC. (lp#490490)
 
 changes in sbcl-1.0.37 relative to sbcl-1.0.36:
   * enhancement: Backtrace from THROW to uncaught tag on x86oids now shows
index 5097949..f40e99b 100644 (file)
     (tai 42 :immediate nil)
   t)
 
+;;; Skip the whole damn test on GENCGC PPC -- the combination is just
+;;; to flaky for this to make too much sense.
+#-(and ppc gencgc)
 (deftest allocation-information.4
     #+gencgc
     (tai #'cons :heap
index 70a84a8..f61f0e3 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".)
-"1.0.37.50"
+"1.0.37.51"