From dc38fdd88ed505af945ee951635b396e129edb28 Mon Sep 17 00:00:00 2001 From: Jim Wise Date: Tue, 13 Dec 2011 10:58:49 -0500 Subject: [PATCH] (NO-CONSING SPECIALIZED-DX-VECTORS) fails on sunos/x86. Mark this. --- tests/dynamic-extent.impure.lisp | 1 + 1 file changed, 1 insertion(+) 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)) -- 1.7.10.4