rust/library/coretests/tests/floats
Trevor Gross 65117eeda8 Skip {f32,f64}::mul_add tests on MinGW
Per [1], MinGW has an incorrect fma implementation. This showed up in
tests run with cranelift after adding float math operations to `core`.
Presumably we hadn't noticed this when running tests with LLVM because
LLVM was constant folding the result away.

Rust issue: https://github.com/rust-lang/rust/issues/140515

[1]: https://sourceforge.net/p/mingw-w64/bugs/848/
2025-05-14 14:30:03 +00:00
..
f16.rs Move applicable float tests from coretests back to std 2025-05-14 14:29:58 +00:00
f32.rs Skip {f32,f64}::mul_add tests on MinGW 2025-05-14 14:30:03 +00:00
f64.rs Skip {f32,f64}::mul_add tests on MinGW 2025-05-14 14:30:03 +00:00
f128.rs Move applicable float tests from coretests back to std 2025-05-14 14:29:58 +00:00
mod.rs Move applicable float tests from coretests back to std 2025-05-14 14:29:58 +00:00