diff options
author | John Hodge <tpg@ucc.asn.au> | 2017-06-03 12:35:47 +0800 |
---|---|---|
committer | John Hodge <tpg@ucc.asn.au> | 2017-06-03 12:35:47 +0800 |
commit | 2e07aafe55b0b10740ff8828fcfa911c0f448524 (patch) | |
tree | 5de6d1a74e97d65621a43d3b4ec317ba4f9fde9c | |
parent | 13049e868976377d1f0fc8db6b9acf5a6862f504 (diff) | |
download | mrust-2e07aafe55b0b10740ff8828fcfa911c0f448524.tar.gz |
Makefile - Disable a test that now fails (due to extra checks)
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 # ^ |