public inbox for libc-stable@sourceware.org
 help / color / mirror / Atom feed
* [COMMITTED 2.40 00/10] strtod: Backport two fixes and several new tests
@ 2024-09-27 15:57 Arjun Shankar
  2024-09-27 15:57 ` [COMMITTED 2.40 01/10] Test errno setting on strtod overflow in tst-strtod-round Arjun Shankar
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Arjun Shankar @ 2024-09-27 15:57 UTC (permalink / raw)
  To: libc-stable; +Cc: Arjun Shankar

Tested on x86_64.

Florian Weimer (1):
  powerpc64le: Build new strtod tests with long double ABI flags (bug
    32145)

Joseph Myers (9):
  Test errno setting on strtod overflow in tst-strtod-round
  More thoroughly test underflow / errno in tst-strtod-round
  Fix strtod subnormal rounding (bug 30220)
  Make __strtod_internal tests type-generic
  Improve NaN payload testing
  Do not set errno for overflowing NaN payload in strtod/nan (bug 32045)
  Make tst-strtod2 and tst-strtod5 type-generic
  Add more tests of strtod end pointer
  Add tests of more strtod special cases

 math/Makefile                         |     1 +
 math/test-nan-payload.c               |   112 +-
 stdlib/gen-tst-strtod-round.c         |    43 +-
 stdlib/strtod_l.c                     |     2 +
 stdlib/strtod_nan_main.c              |     3 +
 stdlib/tst-strtod-round-data          |    12 +
 stdlib/tst-strtod-round-data.h        | 15858 ++++++++++++------------
 stdlib/tst-strtod-round-skeleton.c    |    98 +-
 stdlib/tst-strtod1i.c                 |   129 +-
 stdlib/tst-strtod2.c                  |   135 +-
 stdlib/tst-strtod3.c                  |   102 +-
 stdlib/tst-strtod4.c                  |   104 +-
 stdlib/tst-strtod5.c                  |   116 +-
 stdlib/tst-strtod5i.c                 |   158 +-
 sysdeps/powerpc/powerpc64/le/Makefile |     4 +
 15 files changed, 8850 insertions(+), 8027 deletions(-)

-- 
2.45.2


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-09-27 15:59 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-27 15:57 [COMMITTED 2.40 00/10] strtod: Backport two fixes and several new tests Arjun Shankar
2024-09-27 15:57 ` [COMMITTED 2.40 01/10] Test errno setting on strtod overflow in tst-strtod-round Arjun Shankar
2024-09-27 15:57 ` [COMMITTED 2.40 02/10] More thoroughly test underflow / errno " Arjun Shankar
2024-09-27 15:57 ` [COMMITTED 2.40 03/10] Fix strtod subnormal rounding (bug 30220) Arjun Shankar
2024-09-27 15:57 ` [COMMITTED 2.40 04/10] Make __strtod_internal tests type-generic Arjun Shankar
2024-09-27 15:57 ` [COMMITTED 2.40 05/10] Improve NaN payload testing Arjun Shankar
2024-09-27 15:57 ` [COMMITTED 2.40 06/10] Do not set errno for overflowing NaN payload in strtod/nan (bug 32045) Arjun Shankar
2024-09-27 15:57 ` [COMMITTED 2.40 07/10] powerpc64le: Build new strtod tests with long double ABI flags (bug 32145) Arjun Shankar
2024-09-27 15:57 ` [COMMITTED 2.40 08/10] Make tst-strtod2 and tst-strtod5 type-generic Arjun Shankar
2024-09-27 15:57 ` [COMMITTED 2.40 09/10] Add more tests of strtod end pointer Arjun Shankar
2024-09-27 15:57 ` [COMMITTED 2.40 10/10] Add tests of more strtod special cases Arjun Shankar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).