comparison ChangeLog @ 17360:e2ab31f19799

vasprintf-posix-tests: allow rounding 1.5 to 1. * tests/test-vasprintf-posix.c (test_function): Don't insist on round-to-even, since POSIX says rounding is implementation-defined and OS X 10.8.2 rounds 1.5 to 1 here. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
author Gary V. Vaughan <gary@gnu.org>
date Sat, 09 Mar 2013 11:07:30 +0700
parents b012a6ea32ac
children 35650a3443e8
comparison
equal deleted inserted replaced
17359:012da8067470 17360:e2ab31f19799
1 2013-03-09 Gary V. Vaughan <gary@gnu.org>
2
3 vasprintf-posix-tests: allow rounding 1.5 to 1, per the previous
4 changeset.
5 * tests/test-vasprintf-posix.c (test_function): Don't insist on
6 round-to-even, since POSIX says rounding is implementation-defined
7 and OS X 10.8.2 rounds 1.5 to 1 here.
8
1 2013-03-08 Paul Eggert <eggert@cs.ucla.edu> 9 2013-03-08 Paul Eggert <eggert@cs.ucla.edu>
2 10
3 vasnprintf-posix-tests: allow rounding 1.5 to 1 11 vasnprintf-posix-tests: allow rounding 1.5 to 1
4 * tests/test-vasnprintf-posix.c (test_function): Don't insist on 12 * tests/test-vasnprintf-posix.c (test_function): Don't insist on
5 round-to-even, since POSIX says rounding is implementation-defined 13 round-to-even, since POSIX says rounding is implementation-defined