From: nyef Date: Thu, 11 Oct 2012 18:28:13 +0000 (+0000) Subject: Disable an SB-INTROSPECT test on GENCGC SPARC. X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=d3514a7ffc6fb1078e9709dd20fc4da31151a457;p=sbcl.git Disable an SB-INTROSPECT test on GENCGC SPARC. * Test ALLOCATION-INFORMATION.4 is known to be flaky at best on GENCGC PPC, and has been observed to fail on GENCGC SPARC. Since it's been marked :FAILS-ON for GENCGC PPC, mark it as failing for GENCGC SPARC as well. --- diff --git a/contrib/sb-introspect/test-driver.lisp b/contrib/sb-introspect/test-driver.lisp index e31b2a3..e6bee2e 100644 --- a/contrib/sb-introspect/test-driver.lisp +++ b/contrib/sb-introspect/test-driver.lisp @@ -299,7 +299,9 @@ t) ;;; Skip the whole damn test on GENCGC PPC -- the combination is just -;;; to flaky for this to make too much sense. +;;; to flaky for this to make too much sense. GENCGC SPARC almost +;;; certainly exhibits the same behavior patterns (or antipatterns) as +;;; GENCGC PPC. ;;; ;;; -- It appears that this test can also fail due to systematic issues ;;; (possibly with the C compiler used) which we cannot detect based on @@ -311,7 +313,7 @@ (deftest* (allocation-information.4 ;; Ignored as per the comment above, even though it seems ;; unlikely that this is the right condition. - :fails-on (or :win32 (and :ppc :gencgc))) + :fails-on (or :win32 (and (or :ppc :sparc) :gencgc))) #+gencgc (tai #'cons :heap ;; FIXME: This is the canonical GENCGC result. On PPC we sometimes get