...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. :/
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
(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
;;; 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"