From 225f410f3efe2242a9bd6dd2f9dd64728f50f7d4 Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Thu, 3 Jul 2014 08:07:55 +0100 Subject: [PATCH] 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. --- ChangeLog | 4 ++++ stdlib/tst-strtod-overflow.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9c00f72..2bb2548 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-07-03 Maciej W. Rozycki + + * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30. + 2014-07-02 Siddhesh Poyarekar Sync up with gettext. diff --git a/stdlib/tst-strtod-overflow.c b/stdlib/tst-strtod-overflow.c index d2c8818..a403c80 100644 --- a/stdlib/tst-strtod-overflow.c +++ b/stdlib/tst-strtod-overflow.c @@ -45,5 +45,5 @@ do_test (void) } #define TEST_FUNCTION do_test () -#define TIMEOUT 5 +#define TIMEOUT 30 #include "../test-skeleton.c" -- 2.7.4