aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-06-24 13:32:59 -0700
committerGraydon Hoare <[email protected]>2010-06-24 13:32:59 -0700
commitaf44ec2856603b8a978a1f2582c285c7c0065403 (patch)
tree7cc4d0ad4765a2b320580355242a15027eb97062 /src/Makefile
parentRemove redundant copy of comment. (diff)
downloadrust-af44ec2856603b8a978a1f2582c285c7c0065403.tar.xz
rust-af44ec2856603b8a978a1f2582c285c7c0065403.zip
Issue 24, drop output slot when not initializing. Un-XFAIL generic-tag.rs. Add test for output slot modes with several broken cases.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 193f04d7..2244c350 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -321,7 +321,6 @@ TEST_XFAILS_X86 := test/run-pass/mlist-cycle.rs \
test/run-pass/vec-slice.rs \
test/run-pass/generic-fn-infer.rs \
test/run-pass/generic-recursive-tag.rs \
- test/run-pass/generic-tag.rs \
test/run-pass/bind-obj-ctor.rs \
test/run-pass/task-comm.rs \
test/compile-fail/rec-missing-fields.rs \
@@ -391,6 +390,7 @@ TEST_XFAILS_LLVM := $(addprefix test/run-pass/, \
obj-dtor.rs \
obj-with-vec.rs \
opeq.rs \
+ output-slot-variants.rs \
preempt.rs \
pred.rs \
readalias.rs \