]> 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)
committerJoseph Myers <josmyers@redhat.com>
Fri, 20 Sep 2024 23:24:45 +0000 (23:24 +0000)
commit378039ca578c2ea93095a1e710d96f58c68a3997
tree5f5e36ab8c7fb4be235e265e3c0e09f26c31fa06
parentb5d3737b305525315e0c7c93ca49eadc868eabd5
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.
stdlib/tst-strtod2.c
This page took 0.039335 seconds and 5 git commands to generate.