about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul E. Murphy <murphyp@linux.vnet.ibm.com>2016-07-28 11:14:11 -0500
committerPaul E. Murphy <murphyp@linux.vnet.ibm.com>2016-08-19 11:17:07 -0500
commit466929465e881a2d09df39097d026195fe2f26ed (patch)
tree5d100d29ef6bdcb475825ce4d3373e028ed0b216 /ChangeLog
parentd3bf0bade622ccc51da2f66cea967101b6cc33fb (diff)
downloadglibc-466929465e881a2d09df39097d026195fe2f26ed.tar.gz
glibc-466929465e881a2d09df39097d026195fe2f26ed.tar.xz
glibc-466929465e881a2d09df39097d026195fe2f26ed.zip
Add tst-wcstod-round
This extends tst-strtod-round with a few trivial changes
to also test the wide character variants of strto* using
similar macros to other shared tests.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e39147efa..e91bd08118 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+2016-08-19  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
+
+	* stdlib/tst-strtod-round-skeleton.c:
+	Refactored from tst-strtod-round.c.
+
+	(L_): New macro to apply literal modifier.
+	(FNPFX): New macro to select str or wcs prefix.
+	(CHAR): New macro to choose wchar_t or char.
+	(STRM): New macro to choose printf for tested character type.
+
+	(STRTO): New macro to choose appropriate string -> real function.
+	(FNPFXS): Stringitized version of FNPFX.
+	(STR): Support for above macro.
+	(STRX): Likewise.
+
+	(TEST): Update with above macros.
+	(test): Likewise.
+	(GEN_ONE_TEST): Likewise.
+	(test_in_one_mode): Likewise.
+
+	* stdlib/tst-strtod-round.c: New file.
+	* wcsmbs/tst-wcstod-round.c: New file.
+
+	* wcsmbs/Makefile: (tests): Add tst-wcstod-round
+	(tst-wcstod-round): Add libm depencency for fesetround.
+
 2016-08-19  Zack Weinberg  <zackw@panix.com>
 
 	* debug/tst-chk1.c: Add tests for fortification of bcopy and bzero.