public inbox for libc-stable@sourceware.org
 help / color / mirror / Atom feed
From: Arjun Shankar <arjun@redhat.com>
To: libc-stable@sourceware.org
Cc: Arjun Shankar <arjun@redhat.com>
Subject: [COMMITTED 2.39 00/10] strtod: Backport two fixes and several new tests
Date: Fri, 27 Sep 2024 18:00:24 +0200	[thread overview]
Message-ID: <20240927160107.1071384-1-arjun@redhat.com> (raw)

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


             reply	other threads:[~2024-09-27 16:01 UTC|newest]

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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240927160107.1071384-1-arjun@redhat.com \
    --to=arjun@redhat.com \
    --cc=libc-stable@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).