rust/library/compiler-builtins/libm-test/src
Trevor Gross 5778643174 libm-test: Fix unintentional skips in binop_common
`binop_common` emits a `SKIP` that is intended to apply only to
`copysign`, but is instead applying to all binary operators. Correct the
general case but leave the currently-failing `maximum_num` tests as a
FIXME, to be resolved separately in [1].

Also simplify skip logic and NaN checking, and add a few more `copysign`
checks.

[1]: https://github.com/rust-lang/compiler-builtins/pull/939
2025-06-02 22:47:15 +00:00
..
generate libm-test: Fix unintentional skips in binop_common 2025-06-02 22:47:15 +00:00
domain.rs Run cargo fmt on all projects 2025-04-19 19:05:49 -04:00
f8_impl.rs Run cargo fmt on all projects 2025-04-19 19:05:49 -04:00
generate.rs Run cargo fmt on all projects 2025-04-19 19:05:49 -04:00
lib.rs Fix the libm-test logfile path 2025-04-20 00:58:50 -04:00
mpfloat.rs libm: Reorganize into compiler-builtins 2025-04-19 17:20:24 -04:00
num.rs Run cargo fmt on all projects 2025-04-19 19:05:49 -04:00
op.rs libm-macros: Start tracking which functions are public 2025-04-23 03:48:02 -04:00
precision.rs libm-test: Fix unintentional skips in binop_common 2025-06-02 22:47:15 +00:00
run_cfg.rs libm-test: Make extensive an attribute rather than a test type 2025-05-29 21:06:44 +00:00
test_traits.rs libm-test: Fix unintentional skips in binop_common 2025-06-02 22:47:15 +00:00