From 9aa842e2eddd107b697c9bdf1c29b380f4b80853 Mon Sep 17 00:00:00 2001 From: Juho Snellman Date: Mon, 9 Jan 2012 03:05:53 +0100 Subject: [PATCH] Mark :no-consing :specialized-dx-vectors as failing on x86. --- tests/dynamic-extent.impure.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dynamic-extent.impure.lisp b/tests/dynamic-extent.impure.lisp index bd26fa2..dd256ac 100644 --- a/tests/dynamic-extent.impure.lisp +++ b/tests/dynamic-extent.impure.lisp @@ -584,7 +584,7 @@ (assert-no-consing (vector-on-stack :x :y))) (with-test (:name (:no-consing :specialized-dx-vectors) - :fails-on '(and :sunos :x86) + :fails-on :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