summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Hodge <tpg@ucc.asn.au>2017-09-20 22:37:11 +0800
committerJohn Hodge <tpg@ucc.asn.au>2017-09-20 22:37:11 +0800
commit68efe988a3d85a6369380667ae59795b2ba4a00f (patch)
tree6cd3d81d348d92cfeef86415e5dacb94f6ed9230 /Makefile
parent6ca23c6ce443b6c3ea6c05f4fdb861abd13bb434 (diff)
downloadmrust-68efe988a3d85a6369380667ae59795b2ba4a00f.tar.gz
Makefile - Updated test list (slightly)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 82a6d952..c2eb83e2 100644
--- a/Makefile
+++ b/Makefile
@@ -426,8 +426,7 @@ DISABLED_TESTS += run-pass/cast # Disallows cast from char to i32
DISABLED_TESTS += run-pass/empty-struct-braces # HIR Gen - Empty struct support
DISABLED_TESTS += run-pass/explicit-self-generic # Method Selection: Picks ExactSizeIterator::len instead of Self::len
DISABLED_TESTS += run-pass/extern-compare-with-return-type # TODO Specialisation with function pointers
-DISABLED_TESTS += run-pass/issue-14399 # Inferrence ran though a coercion point.
-DISABLED_TESTS += run-pass/issue-26709 # ^ (integer literal)
+DISABLED_TESTS += run-pass/issue-26709 # Inferrence ran though a coercion point (integer literal)
DISABLED_TESTS += run-pass/issue-20797 # Failed to find impl with associated type, possible incorrect coerce?
DISABLED_TESTS += run-pass/issue-21245 # IntoIterator on core::slice::Iterator ?
DISABLED_TESTS += run-pass/issue-21486 # Type mismatch
@@ -579,6 +578,7 @@ DISABLED_TESTS += run-pass/issue-25757 # UFCS function pointer
DISABLED_TESTS += run-pass/mir_refs_correct
DISABLED_TESTS += run-pass/vec-fixed-length # Overflow in costeval
DISABLED_TESTS += run-pass/union/union-const-trans # Union literal
+DISABLED_TESTS += run-pass/union/union-packed # ConstEval UnionLiteral
# - Type defaults not supported
DISABLED_TESTS += run-pass/default-associated-types
DISABLED_TESTS += run-pass/default_ty_param_default_dependent_associated_type
@@ -640,11 +640,10 @@ DISABLED_TESTS += run-pass/smallest-hello-world # missing lang item
DISABLED_TESTS += run-pass/trait-item-inside-macro # macro invocations in traits
DISABLED_TESTS += run-pass/try-operator-custom # `?` carrier
DISABLED_TESTS += run-pass/wrapping-int-api # cfg on match arms
-DISABLED_TESTS += run-pass/union/union-c-interop # union derive
+#DISABLED_TESTS += run-pass/union/union-c-interop # union derive
DISABLED_TESTS += run-pass/union/union-derive # ^
-DISABLED_TESTS += run-pass/union/union-overwrite # ? MetaItem::as_String()
-DISABLED_TESTS += run-pass/union/union-packed # ^
-DISABLED_TESTS += run-pass/union/union-pat-refutability # ^
+#DISABLED_TESTS += run-pass/union/union-overwrite # ? MetaItem::as_String()
+DISABLED_TESTS += run-pass/union/union-pat-refutability # Union matching
# - Parse
DISABLED_TESTS += run-pass/issue-37733 # for<'a,>
DISABLED_TESTS += run-pass/loop-break-value # `break value`