]> sourceware.org Git - glibc.git/commit
Add tests of more strtod special cases
authorJoseph Myers <josmyers@redhat.com>
Fri, 20 Sep 2024 23:24:45 +0000 (23:24 +0000)
committerArjun Shankar <arjun@redhat.com>
Fri, 27 Sep 2024 15:25:11 +0000 (17:25 +0200)
commitcc256952ecb07789c423dff9712eb7a38f80e963
tree2b0f3ed79627dece35ac13a07f4d2a9fa0281a3c
parent8f40dfbe2ad8a4a2d2fc3bbe01d289037d113ced
Add tests of more strtod special cases

There is very little test coverage of inputs to strtod-family
functions that don't contain anything that can be parsed as a number
(one test of ".y" in tst-strtod2), and none that I can see of skipping
initial whitespace.  Add some tests of these things to tst-strtod2.

Tested for x86_64.

(cherry picked from commit 378039ca578c2ea93095a1e710d96f58c68a3997)
stdlib/tst-strtod2.c
This page took 0.043058 seconds and 5 git commands to generate.