[libc-commits] [libc] [libc][math] adds more FP test macros and fixes bug in `{EXPECT, ASSERT}_FP_EXCEPTION` (PR #88816)

Michael Flanders via libc-commits libc-commits at lists.llvm.org
Mon Apr 29 14:13:41 PDT 2024


Flandini wrote:

Yeah, I think there is a lot of overlap, and the #89658 is much nicer. The changes in this PR to `test/src/math/*` and the change from `ASSERT_GE` -> `EXPECT_GE` and `ASSERT_EQ` -> `EXPECT_EQ` are still relevant. @lntue what do you think about the following: I will drop the rest of the macros and leave this PR as changes to those parts, then add another PR to replace the dropped macros with `FEnvSafeTest` style wrappers.

https://github.com/llvm/llvm-project/pull/88816


More information about the libc-commits mailing list