X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-introspect%2Ftest-driver.lisp;h=f40e99b5ca81b8172cf9b89e0f2a79ceb1bf2bcb;hb=7d4ee7ce7dbf0653396e5a44107cabd5667da912;hp=2d94f116b43c5f91ae11b369ed65ba6c9549be61;hpb=d3a20211cd639081185d5d3de1aa2e3e080042de;p=sbcl.git diff --git a/contrib/sb-introspect/test-driver.lisp b/contrib/sb-introspect/test-driver.lisp index 2d94f11..f40e99b 100644 --- a/contrib/sb-introspect/test-driver.lisp +++ b/contrib/sb-introspect/test-driver.lisp @@ -284,6 +284,9 @@ (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 @@ -413,6 +416,7 @@ ;; Interpreted functions +#+sb-eval (deftest function-type.8 (type-equal (function-type (interpret (lambda (x) (declare (fixnum x)) x))) '(function (&rest t) *))