(NO-CONSING SPECIALIZED-DX-VECTORS) fails on sunos/x86. Mark this.
authorJim Wise <jwise@draga.com>
Tue, 13 Dec 2011 15:58:49 +0000 (10:58 -0500)
committerJim Wise <jwise@draga.com>
Tue, 13 Dec 2011 15:58:49 +0000 (10:58 -0500)
tests/dynamic-extent.impure.lisp

index 291a80b..a74c186 100644 (file)
   (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))