aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-07-22 17:05:45 -0700
committerGraydon Hoare <[email protected]>2010-07-22 17:05:45 -0700
commitede42cf931dc9cb7c7f4c78d7f9521985c2a8e11 (patch)
tree0fa2f6e9274f326687bb981172c76897b08c9eab /src/Makefile
parentUn-XFAIL stuff that started working when pcwalton's new typechecker landed. (diff)
downloadrust-ede42cf931dc9cb7c7f4c78d7f9521985c2a8e11.tar.xz
rust-ede42cf931dc9cb7c7f4c78d7f9521985c2a8e11.zip
A certain incomplete quantity of wrestling with "INIT" statements that don't actually initialize. Should probably rename them to MAKE. Anyway, WIP, but two steps forward (and one back). More later.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index c6f0a5bf..84f3a2b2 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -357,6 +357,7 @@ TEST_XFAILS_X86 := test/run-pass/bind-obj-ctor.rs \
test/run-pass/vec-slice.rs \
test/run-pass/fn-lval.rs \
test/run-pass/generic-fn-infer.rs \
+ test/run-pass/generic-tag-alt.rs \
test/run-pass/generic-recursive-tag.rs \
test/run-pass/iter-ret.rs \
test/run-pass/mlist-cycle.rs \
@@ -387,6 +388,7 @@ TEST_XFAILS_LLVM := $(addprefix test/run-pass/, \
bind-thunk.rs \
bind-trivial.rs \
bitwise.rs \
+ box-in-tup.rs \
box-unbox.rs \
cast.rs \
clone-with-exterior.rs \
@@ -476,6 +478,7 @@ TEST_XFAILS_LLVM := $(addprefix test/run-pass/, \
vec-append.rs \
vec-concat.rs \
vec-drop.rs \
+ vec-in-tup.rs \
vec-late-init.rs \
vec-lib.rs \
vec-slice.rs \