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.15-952-g1ba7c3d


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  1ba7c3dca1c45eca7f1214bea2278c67ce8c45a2 (commit)
      from  59910343fc16d7b9677a780d8f362316c2b19c93 (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=1ba7c3dca1c45eca7f1214bea2278c67ce8c45a2

commit 1ba7c3dca1c45eca7f1214bea2278c67ce8c45a2
Author: David S. Miller <davem@davemloft.net>
Date:   Thu May 17 13:32:52 2012 -0700

    Bump sha512c-test.c timeout for the sake of 32-bit sparc.
    
    	* crypt/sha512c-test.c (TIMEOUT): Increase to 32.

diff --git a/ChangeLog b/ChangeLog
index d360f1b..9c9a31c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-05-17  David S. Miller  <davem@davemloft.net>
+
+	* crypt/sha512c-test.c (TIMEOUT): Increase to 32.
+
 2012-05-17  Andreas Jaeger  <aj@suse.de>
 
 	* elf/tst-relsort1.c (do_test): Fix function declaration to avoid
diff --git a/crypt/sha512c-test.c b/crypt/sha512c-test.c
index c829242..060e935 100644
--- a/crypt/sha512c-test.c
+++ b/crypt/sha512c-test.c
@@ -58,6 +58,6 @@ do_test (void)
   return result;
 }
 
-#define TIMEOUT 6
+#define TIMEOUT 32
 #define TEST_FUNCTION do_test ()
 #include "../test-skeleton.c"

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

Summary of changes:
 ChangeLog            |    4 ++++
 crypt/sha512c-test.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]