]> sourceware.org Git - glibc.git/commit
Test errno setting on strtod overflow in tst-strtod-round
authorJoseph Myers <josmyers@redhat.com>
Wed, 14 Aug 2024 17:15:46 +0000 (17:15 +0000)
committerArjun Shankar <arjun@redhat.com>
Fri, 27 Sep 2024 15:24:03 +0000 (17:24 +0200)
commit9bc76c7ca4d6022fd588c274d139813f99e04f35
tree83b529cdf86d3a09c02c5399ce58a2694d22c77c
parent61b6464f8d72aef520ee769a2ae317b4f68d5e1d
Test errno setting on strtod overflow in tst-strtod-round

We have no tests that errno is set to ERANGE on overflow of
strtod-family functions (we do have some tests for underflow, in
tst-strtod-underflow).  Add such tests to tst-strtod-round.

Tested for x86_64.

(cherry picked from commit 207d64feb26279e152c50744e3c37e68491aca99)
stdlib/tst-strtod-round-skeleton.c
This page took 0.043312 seconds and 5 git commands to generate.