Disable an SB-INTROSPECT test on GENCGC SPARC.
authornyef <nyef@sunblade100.lisphacker.com>
Thu, 11 Oct 2012 18:28:13 +0000 (18:28 +0000)
committerAlastair Bridgewater <nyef@kana.lisphacker.com>
Fri, 19 Oct 2012 18:50:50 +0000 (14:50 -0400)
  * 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.

contrib/sb-introspect/test-driver.lisp

index e31b2a3..e6bee2e 100644 (file)
   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
 (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