summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hodge <tpg@ucc.asn.au>2017-07-02 18:35:38 +0800
committerJohn Hodge <tpg@ucc.asn.au>2017-07-02 18:35:38 +0800
commit7544dffdf4b6a0650abdeeaaf27d39e69dd5133d (patch)
tree63368a01a705e511adb5cefb1e2b7adc05cd4e7f
parentb7bb1f4f9c918e128f7ad83476790830c3f98c4d (diff)
downloadmrust-7544dffdf4b6a0650abdeeaaf27d39e69dd5133d.tar.gz
Makefile - Remove a test that covers a condition mrust considers an error
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e63b0d0d..d1e314b0 100644
--- a/Makefile
+++ b/Makefile
@@ -373,6 +373,8 @@ DISABLED_TESTS += run-pass/out-of-stack
# - Requires jemalloc
DISABLED_TESTS += run-pass/allocator-default
DISABLED_TESTS += run-pass/allocator-override
+# - Really odd behavior:
+DISABLED_TESTS += run-pass/move-guard-const # Moves are allowed in match arm guards (should error in mrustc)
# - Lazy.
DISABLED_TESTS += run-pass/associated-types-projection-in-where-clause # Not normalizing bounds
DISABLED_TESTS += run-pass/cast # Disallows cast from char to i32