rust/src/test/ui/numbers-arithmetic
2020-09-26 13:34:49 +01: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
float-literal-inference.rs
float-nan.rs
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
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
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 Skip tests on emscripten 2020-05-08 00:39:02 +09: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 Address review comments and add UI test 2020-07-02 09:35:37 +02: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
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
u128.rs Migrate to numeric associated consts 2020-06-10 01:35:47 +00:00
uint.rs