ldbl-128ibm-compat: Add tests for strfroml, strtold, and wcstold
commit39c977b23e3e547e70d199a679b37bdf9c3223f6
authorGabriel F. T. Gomes <gabrielftg@linux.ibm.com>
Thu, 11 Jul 2019 14:48:00 +0000 (11 11:48 -0300)
committerGabriel F. T. Gomes <gabrielftg@linux.ibm.com>
Tue, 3 Dec 2019 16:30:42 +0000 (3 13:30 -0300)
treeed1f951deb83c374a1c9570f896aaf24b7999780
parent80a19b003e2836abda4ad96721a40c6f7a32ab4c
ldbl-128ibm-compat: Add tests for strfroml, strtold, and wcstold

Since the commit

commit 86a0f56158bd9cbaf2d640e2e6c66539f4cbbcc1
Author: Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
Date:   Thu Jun 28 13:57:50 2018 +0530

    ldbl-128ibm-compat: Introduce ieee128 symbols

IEEE long double versions of strfroml, strtold, and wcstold have been
prepared, but not exposed (which will only happen when the full support
for IEEE long double is complete).  This patch adds tests for these
functions in both IBM and IEEE long double mode.

Reviewed-by: Paul E. Murphy <murphyp@linux.ibm.com>
sysdeps/ieee754/ldbl-128ibm-compat/Makefile
sysdeps/ieee754/ldbl-128ibm-compat/test-strfrom-ibm128.c [new file with mode: 0644]
sysdeps/ieee754/ldbl-128ibm-compat/test-strfrom-ieee128.c [new file with mode: 0644]
sysdeps/ieee754/ldbl-128ibm-compat/test-strfrom-ldbl-compat.c [new file with mode: 0644]
sysdeps/ieee754/ldbl-128ibm-compat/test-wcstold-ibm128.c [new file with mode: 0644]
sysdeps/ieee754/ldbl-128ibm-compat/test-wcstold-ieee128.c [new file with mode: 0644]
sysdeps/ieee754/ldbl-128ibm-compat/test-wcstold-ldbl-compat.c [new file with mode: 0644]