From: Juho Snellman Date: Mon, 9 Jan 2012 02:05:53 +0000 (+0100) Subject: Mark :no-consing :specialized-dx-vectors as failing on x86. X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=9aa842e2eddd107b697c9bdf1c29b380f4b80853;p=sbcl.git Mark :no-consing :specialized-dx-vectors as failing on x86. --- 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))