summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hodge <tpg@ucc.asn.au>2017-05-19 13:37:40 +0800
committerJohn Hodge <tpg@ucc.asn.au>2017-05-19 13:37:40 +0800
commit41c611650a65f5bf5edf694683a0e3b09f0fd2bb (patch)
tree463031ad77a4edfc1bfe78c1a961184ca1cf0786
parentd7565cebad05a4c1b43ddb0fcda49eabb55d20d7 (diff)
downloadmrust-41c611650a65f5bf5edf694683a0e3b09f0fd2bb.tar.gz
Makefile - Tweaking test list
-rw-r--r--Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 9f37e491..3e8dd1a9 100644
--- a/Makefile
+++ b/Makefile
@@ -377,8 +377,8 @@ DISABLED_TESTS += run-pass/associated-types-conditional-dispatch
DISABLED_TESTS += run-pass/associated-types-projection-in-where-clause # Not normalizing bounds
DISABLED_TESTS += run-pass/cast # Disallows cast from char to i32
DISABLED_TESTS += run-pass/empty-struct-braces # Empty struct support
-DISABLED_TESTS += run-pass/explicit-self-generic # Tries to use HashMap as an iterator
-DISABLED_TESTS += run-pass/extern-compare-with-return-type # Specialisation with function pointers
+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-20797 # Failed to find impl with associated type, possible incorrect coerce?
@@ -393,7 +393,7 @@ DISABLED_TESTS += run-pass/issue-23699 # fn() inferrence
DISABLED_TESTS += run-pass/issue-30371 # destructuring pattern on !
DISABLED_TESTS += run-pass/issue-33687 # Unit struct implementing FnOnce call
DISABLED_TESTS += run-pass/issue-38033 # Not equating associated type of type param.
-DISABLED_TESTS += run-pass/issue-7784 # PartialEq impl
+DISABLED_TESTS += run-pass/issue-7784 # PartialEq impl and deref
DISABLED_TESTS += run-pass/traits-issue-26339 # ^
DISABLED_TESTS += run-pass/builtin-superkinds-self-type # ^
DISABLED_TESTS += run-pass/intrinsic-move-val # ^
@@ -411,7 +411,6 @@ DISABLED_TESTS += run-pass/self-impl # Unable to infer
DISABLED_TESTS += run-pass/trait-copy-guessing # ^
DISABLED_TESTS += run-pass/issue-20575 # ^
DISABLED_TESTS += run-pass/sync-send-iterators-in-libcore # Send for Range<_>
-DISABLED_TESTS += run-pass/const-bound # Sync for Box<_>
DISABLED_TESTS += run-pass/traits-repeated-supertrait # Type mismatch, i64 and u64
DISABLED_TESTS += run-pass/trans-object-shim # fn cast to other fn as type annotation
DISABLED_TESTS += run-pass/variadic-ffi # variadics not supported