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.16-ports-merge-341-g626f8b6


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  626f8b6abbdb817db94adc96bc3437ec4fbe76a0 (commit)
      from  f737a641b65b8de92a6aedf081f6c4ed6500267a (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=626f8b6abbdb817db94adc96bc3437ec4fbe76a0

commit 626f8b6abbdb817db94adc96bc3437ec4fbe76a0
Author: Chris Metcalf <cmetcalf@tilera.com>
Date:   Mon Sep 17 15:58:51 2012 -0400

    crypt: bump up md5test-giant timeout from 180s to 480s

diff --git a/ChangeLog b/ChangeLog
index 358ea37..bb46639 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
+
+	* crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
+
 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
 
 	* libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
diff --git a/crypt/md5test-giant.c b/crypt/md5test-giant.c
index 6751a2a..63a9c3a 100644
--- a/crypt/md5test-giant.c
+++ b/crypt/md5test-giant.c
@@ -132,6 +132,6 @@ do_test (void)
 #endif
 
 /* This needs on a fast machine 90s.  */
-#define TIMEOUT 180
+#define TIMEOUT 480
 #define TEST_FUNCTION do_test ()
 #include "../test-skeleton.c"

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

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