mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-10 05:03:06 +03:00
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.
This commit is contained in:
@@ -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>
|
2014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
|
||||||
|
|
||||||
Sync up with gettext.
|
Sync up with gettext.
|
||||||
|
@@ -45,5 +45,5 @@ do_test (void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#define TEST_FUNCTION do_test ()
|
#define TEST_FUNCTION do_test ()
|
||||||
#define TIMEOUT 5
|
#define TIMEOUT 30
|
||||||
#include "../test-skeleton.c"
|
#include "../test-skeleton.c"
|
||||||
|
Reference in New Issue
Block a user