diff options
author | John Hodge <tpg@ucc.asn.au> | 2017-07-02 18:35:38 +0800 |
---|---|---|
committer | John Hodge <tpg@ucc.asn.au> | 2017-07-02 18:35:38 +0800 |
commit | 7544dffdf4b6a0650abdeeaaf27d39e69dd5133d (patch) | |
tree | 63368a01a705e511adb5cefb1e2b7adc05cd4e7f | |
parent | b7bb1f4f9c918e128f7ad83476790830c3f98c4d (diff) | |
download | mrust-7544dffdf4b6a0650abdeeaaf27d39e69dd5133d.tar.gz |
Makefile - Remove a test that covers a condition mrust considers an error
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |