This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH v2 0/2] Adapt and extend tst-efgcvt


Added a new patch to the set, adapting the test case to the new testing
framework.

Gabriel F. T. Gomes (2):
  Convert tst-efgcvt to the new test framework
  Add tests for the long double version of ecvt and fcvt

 misc/Makefile                                |   5 +-
 misc/tst-dbl-efgcvt.c                        |  28 ++++++
 misc/{tst-efgcvt.c => tst-efgcvt-template.c} | 135 ++++++++++++++-------------
 misc/tst-ldbl-efgcvt.c                       |  29 ++++++
 4 files changed, 128 insertions(+), 69 deletions(-)
 create mode 100644 misc/tst-dbl-efgcvt.c
 rename misc/{tst-efgcvt.c => tst-efgcvt-template.c} (57%)
 create mode 100644 misc/tst-ldbl-efgcvt.c

-- 
2.14.5


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]