[libc-commits] [PATCH] D157536: [libc] Fix printf %e and %g bugs
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Aug 11 15:01:28 PDT 2023
michaelrj added inline comments.
================
Comment at: libc/test/src/stdio/sprintf_test.cpp:2564
- // Subnormal Precision Tests
+ // Found via fuzzing
+
----------------
sivachandra wrote:
> If categories are important, you choose to leave this note but find a better category name. "Base 10 rounding tests" ?
These are already in the "Precision Tests" category, which is focused on testing the precision mechanism that also covers rounding.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157536/new/
https://reviews.llvm.org/D157536
More information about the libc-commits
mailing list