Mark :no-consing :specialized-dx-vectors as failing on x86.
authorJuho Snellman <jsnell@iki.fi>
Mon, 9 Jan 2012 02:05:53 +0000 (03:05 +0100)
committerJuho Snellman <jsnell@iki.fi>
Mon, 9 Jan 2012 02:05:53 +0000 (03:05 +0100)
tests/dynamic-extent.impure.lisp

index bd26fa2..dd256ac 100644 (file)
   (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))