rust/src/test/ui/numbers-arithmetic
Thomas Lively 62c3443e96 Re-enable Emscripten's exception handling support
Passes LLVM codegen and Emscripten link-time flags for exception
handling if and only if the panic strategy is `unwind`. Sets the
default panic strategy for Emscripten targets to `unwind`. Re-enables
tests that depend on unwinding support for Emscripten, including
`should_panic` tests.
2019-10-25 15:16:36 -07:00
..
arith-0.rs
arith-1.rs
arith-2.rs
arith-unsigned.rs
div-mod.rs
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
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
promoted_overflow_opt.rs
saturating-float-casts.rs
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