rust/src/test/ui/numbers-arithmetic
Caio ad35979c50 Move some tests to more reasonable directories - 2
Address comments

Update limits
2021-01-16 19:46:54 -03:00
..
arith-unsigned.rs
div-mod.rs
divide-by-zero.rs Skip tests on emscripten 2020-05-08 00:39:02 +09:00
float-int-invalid-const-cast.rs Update tests to remove old numeric constants 2020-11-29 00:55:55 -05:00
float-literal-inference.rs
float-nan.rs Update tests to remove old numeric constants 2020-11-29 00:55:55 -05:00
float-signature.rs
float.rs
float2.rs
float_math.rs
floatlits.rs
i8-incr.rs
i32-sub.rs
i128.rs Migrate to numeric associated consts 2020-06-10 01:35:47 +00:00
int-abs-overflow.rs Migrate to numeric associated consts 2020-06-10 01:35:47 +00:00
int.rs
integer-literal-radix.rs
integer-literal-suffix-inference-2.rs
integer-literal-suffix-inference-3.rs
integer-literal-suffix-inference.rs
issue-8460-const.noopt.stderr Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
issue-8460-const.opt.stderr Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
issue-8460-const.opt_with_overflow_checks.stderr Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
issue-8460-const.rs Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
issue-8460.rs Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
mod-zero.rs Skip tests on emscripten 2020-05-08 00:39:02 +09:00
next-power-of-two-overflow-debug.rs Migrate to numeric associated consts 2020-06-10 01:35:47 +00:00
next-power-of-two-overflow-ndebug.rs
num-wrapping.rs Update tests to remove old numeric constants 2020-11-29 00:55:55 -05:00
numeric-method-autoexport.rs
overflowing-add.rs Skip tests on emscripten 2020-05-08 00:39:02 +09:00
overflowing-lsh-1.rs Move tests from `test/run-fail` to UI 2020-05-06 14:02:55 +09:00
overflowing-lsh-1.stderr Make invalid integer operation messages consistent 2020-09-26 13:34:49 +01:00
overflowing-lsh-2.rs Move tests from `test/run-fail` to UI 2020-05-06 14:02:55 +09:00
overflowing-lsh-2.stderr Make invalid integer operation messages consistent 2020-09-26 13:34:49 +01:00
overflowing-lsh-3.rs Move tests from `test/run-fail` to UI 2020-05-06 14:02:55 +09:00
overflowing-lsh-3.stderr Make invalid integer operation messages consistent 2020-09-26 13:34:49 +01:00
overflowing-lsh-4.rs Move tests from `test/run-fail` to UI 2020-05-06 14:02:55 +09:00
overflowing-lsh-4.stderr Make invalid integer operation messages consistent 2020-09-26 13:34:49 +01:00
overflowing-mul.rs Skip tests on emscripten 2020-05-08 00:39:02 +09:00
overflowing-neg.rs Update tests to remove old numeric constants 2020-11-29 00:55:55 -05:00
overflowing-pow-signed.rs Skip tests on emscripten 2020-05-08 00:39:02 +09:00
overflowing-pow-unsigned.rs Skip tests on emscripten 2020-05-08 00:39:02 +09:00
overflowing-rsh-1.rs Move tests from `test/run-fail` to UI 2020-05-06 14:02:55 +09:00
overflowing-rsh-1.stderr Make invalid integer operation messages consistent 2020-09-26 13:34:49 +01:00
overflowing-rsh-2.rs Move tests from `test/run-fail` to UI 2020-05-06 14:02:55 +09:00
overflowing-rsh-2.stderr Make invalid integer operation messages consistent 2020-09-26 13:34:49 +01:00
overflowing-rsh-3.rs Move tests from `test/run-fail` to UI 2020-05-06 14:02:55 +09:00
overflowing-rsh-3.stderr Make invalid integer operation messages consistent 2020-09-26 13:34:49 +01:00
overflowing-rsh-4.rs Move tests from `test/run-fail` to UI 2020-05-06 14:02:55 +09:00
overflowing-rsh-4.stderr Make invalid integer operation messages consistent 2020-09-26 13:34:49 +01:00
overflowing-rsh-5.rs Move tests from `test/run-fail` to UI 2020-05-06 14:02:55 +09:00
overflowing-rsh-5.stderr Make invalid integer operation messages consistent 2020-09-26 13:34:49 +01:00
overflowing-rsh-6.rs Move tests from `test/run-fail` to UI 2020-05-06 14:02:55 +09:00
overflowing-rsh-6.stderr Make invalid integer operation messages consistent 2020-09-26 13:34:49 +01:00
overflowing-sub.rs Skip tests on emscripten 2020-05-08 00:39:02 +09:00
promoted_overflow.rs Move tests from `test/run-fail` to UI 2020-05-06 14:02:55 +09:00
promoted_overflow_opt.rs Migrate to numeric associated consts 2020-06-10 01:35:47 +00:00
saturating-float-casts-impl.rs Update tests to remove old numeric constants 2020-11-29 00:55:55 -05:00
saturating-float-casts-wasm.rs Address review comments and add UI test 2020-07-02 09:35:37 +02:00
saturating-float-casts.rs Address review comments and add UI test 2020-07-02 09:35:37 +02:00
shift-near-oflo.rs Update tests to remove old numeric constants 2020-11-29 00:55:55 -05:00
shift-various-types.rs
shift.rs
signed-shift-const-eval.rs
u8-incr-decr.rs
u8-incr.rs
u32-decr.rs
u128-as-f32.rs Update tests to remove old numeric constants 2020-11-29 00:55:55 -05:00
u128.rs Migrate to numeric associated consts 2020-06-10 01:35:47 +00:00
uint.rs