ldbl-128ibm-compat: Test double values
commit5bbbd5ae057c8f862e65d9a230bccb2364f48f96
authorGabriel F. T. Gomes <gabrielftg@linux.ibm.com>
Thu, 11 Jul 2019 14:47:06 +0000 (11 11:47 -0300)
committerGabriel F. T. Gomes <gabrielftg@linux.ibm.com>
Fri, 22 Nov 2019 21:12:37 +0000 (22 18:12 -0300)
treed11c663185dc3c8eac33ca7ac74eaf6a8aa66f9c
parent329037cead5f7930c6081d130b22e03b0ff5e3a8
ldbl-128ibm-compat: Test double values

A single format string can take double and long double parameters at the
same time.  Internally, these parameters are routed to the same
function, which correctly reads them and calls the underlying functions
responsible for the actual conversion to string.  This patch adds a new
case to test this scenario.

Tested for powerpc64le.

Reviewed-By: Paul E. Murphy <murphyp@linux.ibm.com>
sysdeps/ieee754/ldbl-128ibm-compat/test-printf-chk-ldbl-compat.c
sysdeps/ieee754/ldbl-128ibm-compat/test-printf-ldbl-compat.c
sysdeps/ieee754/ldbl-128ibm-compat/test-wprintf-chk-ldbl-compat.c
sysdeps/ieee754/ldbl-128ibm-compat/test-wprintf-ldbl-compat.c