summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hodge <tpg@ucc.asn.au>2017-06-04 15:24:34 +0800
committerJohn Hodge <tpg@ucc.asn.au>2017-06-04 15:24:34 +0800
commitf732c4a4157712383ef614588d87029ae9d1723d (patch)
tree66eec722e4b6be6b257ee53945e5b0d829e0d70d
parent64ad08b84bef88228e8f6cc07803a7f644f7b22b (diff)
downloadmrust-f732c4a4157712383ef614588d87029ae9d1723d.tar.gz
Makefile - Update failing tests list for extended typeck
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dcfa3bf5..51f2b3be 100644
--- a/Makefile
+++ b/Makefile
@@ -416,6 +416,10 @@ DISABLED_TESTS += run-pass/union/union-backcomp # ? discarded value?
DISABLED_TESTS += run-pass/coerce-expect-unsized # Can't infer ivar in associated
DISABLED_TESTS += run-pass/issue-26805 # ^
DISABLED_TESTS += run-pass/associated-types-doubleendediterator-object # Failed to propagate associated type from trait object
+DISABLED_TESTS += run-pass/issue-26905 # ^
+DISABLED_TESTS += run-pass/last-use-in-cap-clause # ^
+DISABLED_TESTS += run-pass/last-use-is-capture # TODO: Unsize of closure to FnMut
+DISABLED_TESTS += run-pass/overloaded-calls-object-zero-args
# - Lazy (Typecheck - Leftover rules)
DISABLED_TESTS += run-pass/regions-infer-borrow-scope-addr-of # Didn't unify literal ivar
DISABLED_TESTS += run-pass/swap-2 # ^