projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a33bf2
)
(NO-CONSING SPECIALIZED-DX-VECTORS) fails on sunos/x86. Mark this.
author
Jim Wise
<jwise@draga.com>
Tue, 13 Dec 2011 15:58:49 +0000
(10:58 -0500)
committer
Jim Wise
<jwise@draga.com>
Tue, 13 Dec 2011 15:58:49 +0000
(10:58 -0500)
tests/dynamic-extent.impure.lisp
patch
|
blob
|
history
diff --git
a/tests/dynamic-extent.impure.lisp
b/tests/dynamic-extent.impure.lisp
index
291a80b
..
a74c186
100644
(file)
--- 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))