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-227-g60a2f3c


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  60a2f3c166cebf56048d00cee47b9ed1969844d6 (commit)
      from  a5e5f1e281c3472328e67c7744c300018242c5f0 (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=60a2f3c166cebf56048d00cee47b9ed1969844d6

commit 60a2f3c166cebf56048d00cee47b9ed1969844d6
Author: Will Newton <will.newton@linaro.org>
Date:   Tue Mar 25 15:27:22 2014 +0000

    benchtests/bench-strtod.c: Increase timeout value
    
    This benchmark can take longer than the default 2 seconds on slower
    platforms, so increase it to 10 seconds.
    
    ChangeLog:
    
    2014-03-26  Will Newton <will.newton@linaro.org>
    
    	* benchtests/bench-strtod.c (TIMEOUT): Define to 10.

diff --git a/ChangeLog b/ChangeLog
index c4ba460..c3d2ada 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-03-26  Will Newton <will.newton@linaro.org>
+
+	* benchtests/bench-strtod.c (TIMEOUT): Define to 10.
+
 2014-03-25  Roland McGrath  <roland@hack.frob.com>
 
 	* scripts/versionlist.awk: Partition the version sets and emit all
diff --git a/benchtests/bench-strtod.c b/benchtests/bench-strtod.c
index fbe8040..879cf5a 100644
--- a/benchtests/bench-strtod.c
+++ b/benchtests/bench-strtod.c
@@ -114,4 +114,7 @@ do_bench (void)
 
 #define TEST_FUNCTION do_bench ()
 
+/* On slower platforms this test needs more than the default 2 seconds.  */
+#define TIMEOUT 10
+
 #include "../test-skeleton.c"

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

Summary of changes:
 ChangeLog                 |    4 ++++
 benchtests/bench-strtod.c |    3 +++
 2 files changed, 7 insertions(+), 0 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]