[libcxx-commits] [PATCH] D118238: [libcxx] [test] Fix put_long_double on glibc

Martin Storsjö via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jan 26 04:17:46 PST 2022


mstorsjo created this revision.
mstorsjo added a reviewer: ldionne.
mstorsjo requested review of this revision.
Herald added a project: libc++.
Herald added a reviewer: libc++.

Check for the form of NANs that glibc produces, with a sign included.

Also opt in to testing the hexadecimal float formatting; glibc matches
the current test references there.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D118238

Files:
  libcxx/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_long_double.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118238.403211.patch
Type: text/x-patch
Size: 18086 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220126/0b99df6f/attachment.bin>


More information about the libcxx-commits mailing list