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.20-392-g804c54f


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  804c54f7b0d37d7d3c673724842135b220ba9c1c (commit)
      from  4ef91cdca8441dba53a01427d95d77789951b9aa (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=804c54f7b0d37d7d3c673724842135b220ba9c1c

commit 804c54f7b0d37d7d3c673724842135b220ba9c1c
Author: Chris Metcalf <cmetcalf@ezchip.com>
Date:   Fri Dec 19 16:36:00 2014 -0500

    iconvdata/tst-loading: bump up timeout to 10s

diff --git a/ChangeLog b/ChangeLog
index e15a3cf..6bd8a38 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
 
+	* iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
+
 	* math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
 	* math/atest-exp2.c (TIMEOUT): Likewise.
 	* math/atest-sincos.c (TIMEOUT): Likewise.
diff --git a/iconvdata/tst-loading.c b/iconvdata/tst-loading.c
index eff9d78..11bbbf2 100644
--- a/iconvdata/tst-loading.c
+++ b/iconvdata/tst-loading.c
@@ -181,5 +181,6 @@ do_test (void)
   return result;
 }
 
+#define TIMEOUT 10
 #define TEST_FUNCTION do_test ()
 #include "../test-skeleton.c"

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

Summary of changes:
 ChangeLog               |    2 ++
 iconvdata/tst-loading.c |    1 +
 2 files changed, 3 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]