From: Jim Wise Date: Tue, 13 Dec 2011 15:58:49 +0000 (-0500) Subject: (NO-CONSING SPECIALIZED-DX-VECTORS) fails on sunos/x86. Mark this. X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=dc38fdd88ed505af945ee951635b396e129edb28;p=sbcl.git (NO-CONSING SPECIALIZED-DX-VECTORS) fails on sunos/x86. Mark this. --- diff --git a/tests/dynamic-extent.impure.lisp b/tests/dynamic-extent.impure.lisp index 291a80b..a74c186 100644 --- a/tests/dynamic-extent.impure.lisp +++ b/tests/dynamic-extent.impure.lisp @@ -577,6 +577,7 @@ (assert-no-consing (vector-on-stack :x :y))) (with-test (:name (:no-consing :specialized-dx-vectors) + :fails-on '(and :sunos :x86) :skipped-on `(not (and :stack-allocatable-vectors :c-stack-is-control-stack))) (assert-no-consing (make-array-on-stack-6))