rust/src/test/ui/numbers-arithmetic
Ralf Jung 1704dca270
Rollup merge of #71185 - JohnTitor:run-fail, r=petrochenkov
Move tests from `test/run-fail` to UI

Fixes #65440
cc #65865 #65506
r? @nikomatsakis
2020-05-09 13:36:30 +02:00
..
arith-0.rs
arith-1.rs
arith-2.rs
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 Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
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 Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
int-abs-overflow.rs
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 Re-enable Emscripten's exception handling support 2019-10-25 15:16:36 -07: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 Move tests from test/run-fail to UI 2020-05-06 14:02:55 +09: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 Move tests from test/run-fail to UI 2020-05-06 14:02:55 +09: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 Move tests from test/run-fail to UI 2020-05-06 14:02:55 +09: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 Move tests from test/run-fail to UI 2020-05-06 14:02:55 +09: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 Move tests from test/run-fail to UI 2020-05-06 14:02:55 +09: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 Move tests from test/run-fail to UI 2020-05-06 14:02:55 +09: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 Move tests from test/run-fail to UI 2020-05-06 14:02:55 +09: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 Move tests from test/run-fail to UI 2020-05-06 14:02:55 +09: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 Move tests from test/run-fail to UI 2020-05-06 14:02:55 +09: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 Move tests from test/run-fail to UI 2020-05-06 14:02:55 +09: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
saturating-float-casts.rs Fixup tests to test both const-eval and runtime 2020-05-06 08:14:21 -04: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 Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
u128.rs Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
uint.rs