]> sourceware.org Git - glibc.git/commit
Make tst-strtod2 and tst-strtod5 type-generic
authorJoseph Myers <josmyers@redhat.com>
Fri, 20 Sep 2024 23:23:13 +0000 (23:23 +0000)
committerJoseph Myers <josmyers@redhat.com>
Fri, 20 Sep 2024 23:23:13 +0000 (23:23 +0000)
commit8de031bcb9adfa736c0caed2c79d10947b8d8f48
treefa320177fa3220fb0375a1960cb82c85bc6d4667
parentd5a3ca4061f7adc59196fa58e34eacebbebcbcfe
Make tst-strtod2 and tst-strtod5 type-generic

Some of the strtod tests use type-generic machinery in tst-strtod.h to
test the strto* functions for all floating types, while others only
test double even when the tests are in fact meaningful for all
floating types.

Convert tst-strtod2 and tst-strtod5 to use the type-generic machinery
so they test all floating types.  I haven't tried to convert them to
use newer test interfaces in other ways, just made the changes
necessary to use the type-generic machinery.

Tested for x86_64.
stdlib/tst-strtod2.c
stdlib/tst-strtod5.c
This page took 0.03897 seconds and 5 git commands to generate.