aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-07-20 12:16:34 -0700
committerGraydon Hoare <[email protected]>2010-07-20 12:16:34 -0700
commit0bd33ad4b0b182fd28b93d0ec52c041b1a6ea110 (patch)
treedce47cbbcfae2031c6f6a0ab36955b91876717d9 /src
parentFix whitespace in Makefile. (diff)
downloadrust-0bd33ad4b0b182fd28b93d0ec52c041b1a6ea110.tar.xz
rust-0bd33ad4b0b182fd28b93d0ec52c041b1a6ea110.zip
Re-XFAIL stuff that is definitely still unsupported in LLVM-land (like, throws Not_implemented).
Diffstat (limited to 'src')
-rw-r--r--src/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index dc4d09ee..1bc95783 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -386,6 +386,8 @@ TEST_XFAILS_LLVM := $(addprefix test/run-pass/, \
acyclic-unwind.rs \
alt-pattern-simple.rs \
alt-tag.rs \
+ argv.rs \
+ auto-deref.rs \
autoderef-full-lval.rs \
autoderef-objfn.rs \
basic.rs \
@@ -471,6 +473,7 @@ TEST_XFAILS_LLVM := $(addprefix test/run-pass/, \
task-comm-2.rs \
task-comm-3.rs \
task-comm-4.rs \
+ task-comm-5.rs \
threads.rs \
tup.rs \
type-sizes.rs \