diff options
author | Maciej W. Rozycki <macro@codesourcery.com> | 2014-07-03 08:07:55 +0100 |
---|---|---|
committer | Maciej W. Rozycki <macro@codesourcery.com> | 2014-07-03 08:07:55 +0100 |
commit | 225f410f3efe2242a9bd6dd2f9dd64728f50f7d4 (patch) | |
tree | 92426a2e7596618f5c76e7a7b5cd4d2fc325918e /ChangeLog | |
parent | 3247f28556d1de7f9837f6e9ee8c63fa56b93c13 (diff) | |
download | glibc-225f410f3efe2242a9bd6dd2f9dd64728f50f7d4.tar glibc-225f410f3efe2242a9bd6dd2f9dd64728f50f7d4.tar.gz glibc-225f410f3efe2242a9bd6dd2f9dd64728f50f7d4.tar.bz2 glibc-225f410f3efe2242a9bd6dd2f9dd64728f50f7d4.zip |
stdlib/tst-strtod-overflow: Bump timeout up yet
This test case is very, especially on targets using soft-float or QEMU
(where soft-float is used internally), and appears to be the only such
outlier. Therefore rather than requiring to have TIMEOUTFACTOR set
large enough globally, bump up the local scaling factor instead.
* stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2014-07-03 Maciej W. Rozycki <macro@codesourcery.com> + + * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30. + 2014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com> Sync up with gettext. |