[libc-commits] [libc] [libc][math] adds more FP test macros and fixes bug in `{EXPECT, ASSERT}_FP_EXCEPTION` (PR #88816)
via libc-commits
libc-commits at lists.llvm.org
Wed May 1 08:07:29 PDT 2024
================
@@ -57,12 +57,13 @@ class RoundToIntegerTestTemplate
ASSERT_EQ(func(input), expected);
+ // TODO: Handle the !expectError case. It used to expect
----------------
lntue wrote:
Can the rest of the TODO's have links to a GitHub issue like this one so that it could be easy to search later? Thanks,
https://github.com/llvm/llvm-project/pull/88816
More information about the libc-commits
mailing list