Skip to content

Commit 0bd33ad

Browse files
committed
Re-XFAIL stuff that is definitely still unsupported in LLVM-land (like, throws Not_implemented).
1 parent 27c3af0 commit 0bd33ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,8 @@ TEST_XFAILS_LLVM := $(addprefix test/run-pass/, \
386386
acyclic-unwind.rs \
387387
alt-pattern-simple.rs \
388388
alt-tag.rs \
389+
argv.rs \
390+
auto-deref.rs \
389391
autoderef-full-lval.rs \
390392
autoderef-objfn.rs \
391393
basic.rs \
@@ -471,6 +473,7 @@ TEST_XFAILS_LLVM := $(addprefix test/run-pass/, \
471473
task-comm-2.rs \
472474
task-comm-3.rs \
473475
task-comm-4.rs \
476+
task-comm-5.rs \
474477
threads.rs \
475478
tup.rs \
476479
type-sizes.rs \

0 commit comments

Comments
 (0)