]> sourceware.org Git - glibc.git/commit
Add tests for the long double version of ecvt and fcvt
authorGabriel F. T. Gomes <gabriel@inconstante.eti.br>
Tue, 30 Oct 2018 18:04:18 +0000 (15:04 -0300)
committerGabriel F. T. Gomes <gabriel@inconstante.eti.br>
Fri, 14 Dec 2018 13:38:07 +0000 (11:38 -0200)
commitbd51ff5ed0538c434d883cb8b90f8fba5f84236b
tree7dbe418d70b37e2fbc74145dd082f7fe1fa11bca
parent268bb71e475d7e40fad83313be0eeb173e599c92
Add tests for the long double version of ecvt and fcvt

The test case misc/tst-efgcvt.c only tests the double variants of the
Old-fashioned System V number-to-string functions: ecvt, fcvt, and their
re-entrant counterparts.  With a few macros, the code can be reused for
the long double versions of these functions.  A future patch will reuse
it again for IEEE long double on powerpc64le.

Tested for powerpc and powerpc64le.
ChangeLog
misc/Makefile
misc/tst-dbl-efgcvt.c [new file with mode: 0644]
misc/tst-efgcvt-template.c [moved from misc/tst-efgcvt.c with 68% similarity]
misc/tst-ldbl-efgcvt.c [new file with mode: 0644]
This page took 0.041278 seconds and 5 git commands to generate.