summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hodge <tpg@ucc.asn.au>2017-06-03 12:35:47 +0800
committerJohn Hodge <tpg@ucc.asn.au>2017-06-03 12:35:47 +0800
commit2e07aafe55b0b10740ff8828fcfa911c0f448524 (patch)
tree5de6d1a74e97d65621a43d3b4ec317ba4f9fde9c
parent13049e868976377d1f0fc8db6b9acf5a6862f504 (diff)
downloadmrust-2e07aafe55b0b10740ff8828fcfa911c0f448524.tar.gz
Makefile - Disable a test that now fails (due to extra checks)
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a0e1b6bf..dcfa3bf5 100644
--- a/Makefile
+++ b/Makefile
@@ -415,6 +415,7 @@ DISABLED_TESTS += run-pass/where-for-self # Failed deref coercion?
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
# - 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 # ^