[libc-commits] [PATCH] D157535: [libc] Fix printf %f bugs

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Aug 11 14:54:34 PDT 2023


michaelrj added inline comments.


================
Comment at: libc/test/src/stdio/sprintf_test.cpp:1283
 
+  // Found via fuzzing
+
----------------
sivachandra wrote:
> michaelrj wrote:
> > sivachandra wrote:
> > > Remove.
> > same as previous, this is a category.
> You can choose to leave the note about fuzzing, but the category I think is "Rounding behavior tests".
that category is "precision tests" which these are already in, see line 1217 (might be adjusted by the previous patch).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D157535/new/

https://reviews.llvm.org/D157535



More information about the libc-commits mailing list