From 0bd33ad4b0b182fd28b93d0ec52c041b1a6ea110 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Tue, 20 Jul 2010 12:16:34 -0700 Subject: Re-XFAIL stuff that is definitely still unsupported in LLVM-land (like, throws Not_implemented). --- src/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') 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 \ -- cgit v1.2.3