This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.19-751-g225f410


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  225f410f3efe2242a9bd6dd2f9dd64728f50f7d4 (commit)
      from  3247f28556d1de7f9837f6e9ee8c63fa56b93c13 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=225f410f3efe2242a9bd6dd2f9dd64728f50f7d4

commit 225f410f3efe2242a9bd6dd2f9dd64728f50f7d4
Author: Maciej W. Rozycki <macro@codesourcery.com>
Date:   Thu Jul 3 08:07:55 2014 +0100

    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.

diff --git a/ChangeLog b/ChangeLog
index 9c00f72..2bb2548 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
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"

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                    |    4 ++++
 stdlib/tst-strtod-overflow.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]