projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e9235d
)
Mark :no-consing :specialized-dx-vectors as failing on x86.
author
Juho Snellman
<jsnell@iki.fi>
Mon, 9 Jan 2012 02:05:53 +0000
(
03:05
+0100)
committer
Juho Snellman
<jsnell@iki.fi>
Mon, 9 Jan 2012 02:05:53 +0000
(
03:05
+0100)
tests/dynamic-extent.impure.lisp
patch
|
blob
|
history
diff --git
a/tests/dynamic-extent.impure.lisp
b/tests/dynamic-extent.impure.lisp
index
bd26fa2
..
dd256ac
100644
(file)
--- 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))