diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-06-14 17:58:41 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-06-14 17:58:41 +0000 |
commit | 1b2feed2640d7304f742b2f427f0b9b964e1dfc4 (patch) | |
tree | 910498f885c2d1b7daf694e153814ba068379935 /ChangeLog | |
parent | c396afdfa4a09391533f0e1eb3a765dc43884e85 (diff) | |
download | glibc-1b2feed2640d7304f742b2f427f0b9b964e1dfc4.tar.gz glibc-1b2feed2640d7304f742b2f427f0b9b964e1dfc4.tar.xz glibc-1b2feed2640d7304f742b2f427f0b9b964e1dfc4.zip |
Make tst-strtod-round use ROUNDING_TESTS.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 494c919774..0405645be4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2013-06-14 Joseph Myers <joseph@codesourcery.com> + + * stdlib/tst-strtod-round.c: Include <math-tests.h>. + (test_in_one_mode): Take arguments for whether the rounding mode + is supported for each floating-point type. + (do_test): Pass new arguments to test_in_one_mode using + ROUNDING_TESTS. + 2013-06-13 Roland McGrath <roland@hack.frob.com> * posix/tst-waitid.c (do_test): Distinguish different instances of |