]> git.lizzy.rs Git - rust.git/commit
Enable the overflow-related tests for MIR
authorJames Miller <james@aatch.net>
Thu, 28 Apr 2016 12:08:01 +0000 (00:08 +1200)
committerEduard Burtescu <edy.burt@gmail.com>
Sun, 5 Jun 2016 11:02:24 +0000 (14:02 +0300)
commitbcdb2602f8c4f6952f47c78cf41db0ad8223b929
tree4e8810366d6043722a048d278cdba9af425a2f81
parentf2c983b248dff67da3f772af0df1483a5accc258
Enable the overflow-related tests for MIR
20 files changed:
src/test/compile-fail/const-err.rs
src/test/compile-fail/const-eval-overflow.rs
src/test/run-fail/divide-by-zero.rs
src/test/run-fail/mod-zero.rs
src/test/run-fail/overflowing-add.rs
src/test/run-fail/overflowing-lsh-1.rs
src/test/run-fail/overflowing-lsh-2.rs
src/test/run-fail/overflowing-lsh-3.rs
src/test/run-fail/overflowing-lsh-4.rs
src/test/run-fail/overflowing-mul.rs
src/test/run-fail/overflowing-neg.rs
src/test/run-fail/overflowing-rsh-1.rs
src/test/run-fail/overflowing-rsh-2.rs
src/test/run-fail/overflowing-rsh-3.rs
src/test/run-fail/overflowing-rsh-4.rs
src/test/run-fail/overflowing-rsh-5.rs
src/test/run-fail/overflowing-rsh-6.rs
src/test/run-fail/overflowing-sub.rs
src/test/run-make/debug-assertions/debug.rs
src/test/run-pass/issue-8460.rs