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.21-619-gd714aca


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  d714acac7d60a33e40894cf4a63bab79597052a1 (commit)
      from  d4358b51c26a634eb885955aea06cad26af6f696 (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=d714acac7d60a33e40894cf4a63bab79597052a1

commit d714acac7d60a33e40894cf4a63bab79597052a1
Author: Chris Metcalf <cmetcalf@ezchip.com>
Date:   Mon Jul 20 17:32:34 2015 -0400

    tst-leaks: raise timeout to 5 seconds
    
    This test takes about 2.3 seconds on my tilegx system, and so
    times out.  Bump it up to 5 seconds instead.

diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 8a10346..acc1448 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,7 @@
+2015-07-20  Chris Metcalf  <cmetcalf@ezchip.com>
+
+	* tst-leaks.c (TIMEOUT): Bump up to 5 seconds.
+
 2015-07-15  Pravin Satpute  <psatpute@redhat.com>
 
 	[BZ #17475]
diff --git a/localedata/tst-leaks.c b/localedata/tst-leaks.c
index ccd44f2..3ac4a90 100644
--- a/localedata/tst-leaks.c
+++ b/localedata/tst-leaks.c
@@ -17,5 +17,6 @@ do_test (void)
   return 0;
 }
 
+#define TIMEOUT 5
 #define TEST_FUNCTION do_test ()
 #include "../test-skeleton.c"

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

Summary of changes:
 localedata/ChangeLog   |    4 ++++
 localedata/tst-leaks.c |    1 +
 2 files changed, 5 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]