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-948-g286abc3


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  286abc3dea5e43835a1a77a3a8128c8ac14ca12d (commit)
      from  477cc68e904516c2108889c95c33326af0a87ec5 (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=286abc3dea5e43835a1a77a3a8128c8ac14ca12d

commit 286abc3dea5e43835a1a77a3a8128c8ac14ca12d
Author: Chris Metcalf <cmetcalf@tilera.com>
Date:   Thu May 17 12:59:08 2012 -0400

    Bump up stdio bug22 timeout from 30 seconds to 60 seconds
    
    The older Tilera platform (tilepro) needs just a hair over 30 seconds
    to run this on one core.

diff --git a/ChangeLog b/ChangeLog
index f56e240..c32f27a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
+
+	* stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
+
 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
diff --git a/stdio-common/bug22.c b/stdio-common/bug22.c
index efd9501..b26399a 100644
--- a/stdio-common/bug22.c
+++ b/stdio-common/bug22.c
@@ -51,6 +51,6 @@ do_test (void)
   return ret != -1 || errno != EOVERFLOW;
 }
 
-#define TIMEOUT 30
+#define TIMEOUT 60
 #define TEST_FUNCTION do_test ()
 #include "../test-skeleton.c"

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

Summary of changes:
 ChangeLog            |    4 ++++
 stdio-common/bug22.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]