rust/tests/ui/numbers-arithmetic
Alex Crichton cf6d6050f7 Update test directives for wasm32-wasip1
* The WASI targets deal with the `main` symbol a bit differently than
  native so some `codegen` and `assembly` tests have been ignored.
* All `ignore-emscripten` directives have been updated to
  `ignore-wasm32` to be more clear that all wasm targets are ignored and
  it's not just Emscripten.
* Most `ignore-wasm32-bare` directives are now gone.
* Some ignore directives for wasm were switched to `needs-unwind`
  instead.
* Many `ignore-wasm32*` directives are removed as the tests work with
  WASI as opposed to `wasm32-unknown-unknown`.
2024-03-11 09:36:35 -07:00
..
apfloat-modulo-wrong.rs
arith-unsigned.rs
div-mod.rs
divide-by-zero.rs
float2.rs
float_math.rs
float-int-invalid-const-cast.rs
float-literal-inference.rs
float-nan.rs
float-signature.rs
float.rs
floatlits.rs
i8-incr.rs
i32-sub.rs
i128.rs
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
issue-8460.rs
issue-105626.rs
location-add-assign-overflow.rs Update test directives for wasm32-wasip1 2024-03-11 09:36:35 -07:00
location-add-overflow.rs Update test directives for wasm32-wasip1 2024-03-11 09:36:35 -07:00
location-divide-assign-by-zero.rs Update test directives for wasm32-wasip1 2024-03-11 09:36:35 -07:00
location-divide-by-zero.rs Update test directives for wasm32-wasip1 2024-03-11 09:36:35 -07:00
location-mod-assign-by-zero.rs Update test directives for wasm32-wasip1 2024-03-11 09:36:35 -07:00
location-mod-by-zero.rs Update test directives for wasm32-wasip1 2024-03-11 09:36:35 -07:00
location-mul-assign-overflow.rs Update test directives for wasm32-wasip1 2024-03-11 09:36:35 -07:00
location-mul-overflow.rs Update test directives for wasm32-wasip1 2024-03-11 09:36:35 -07:00
location-sub-assign-overflow.rs Update test directives for wasm32-wasip1 2024-03-11 09:36:35 -07:00
location-sub-overflow.rs Update test directives for wasm32-wasip1 2024-03-11 09:36:35 -07:00
mod-zero.rs
next-power-of-two-overflow-debug.rs
next-power-of-two-overflow-ndebug.rs
not-suggest-float-literal.rs
not-suggest-float-literal.stderr
num-wrapping.rs
numeric-method-autoexport.rs
overflow-attribute-works-1.rs
overflow-attribute-works-2.rs
overflowing-add.rs
overflowing-lsh-4.rs
overflowing-lsh-4.stderr
overflowing-mul.rs
overflowing-neg-nonzero.rs Use generic NonZero in tests. 2024-02-25 12:03:48 +01:00
overflowing-pow-signed.rs
overflowing-pow-unsigned.rs
overflowing-rsh-4.rs
overflowing-rsh-4.stderr
overflowing-sub.rs
promoted_overflow.rs
saturating-float-casts-impl.rs
saturating-float-casts-wasm.rs
saturating-float-casts-wasm.stderr
saturating-float-casts.rs
shift-near-oflo.rs
shift-various-types.rs
shift.rs
signed-shift-const-eval.rs
suggest-float-literal.fixed
suggest-float-literal.rs
suggest-float-literal.stderr
u8-incr-decr.rs
u8-incr.rs
u32-decr.rs
u128-as-f32.rs
u128.rs
uint.rs
unary-minus-suffix-inference.rs