ldbl-128ibm-compat: Add tests for strfmon and strfmon_l
authorGabriel F. T. Gomes <gabrielftg@linux.ibm.com>
Thu, 11 Jul 2019 14:47:56 +0000 (11:47 -0300)
committerGabriel F. T. Gomes <gabrielftg@linux.ibm.com>
Tue, 3 Dec 2019 16:30:42 +0000 (13:30 -0300)
commit80a19b003e2836abda4ad96721a40c6f7a32ab4c
tree3f7502129eb94a70f58f443946fd6d1ca0c0ffb2
parent66fa30828a1eb3d96cb92c080fa0b7376bda9b11
ldbl-128ibm-compat: Add tests for strfmon and strfmon_l

This patch adds elementary tests to check that strfmon and strfmon_l
correctly evaluate long double values with IBM Extended Precision and
IEEE binary128 format.

Tested for powerpc64le.

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