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-604-g112f28e


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  112f28e88c4ea5afbd6050e71416a23db11e4adc (commit)
      from  f6267fd880a3c93a05e731c4ae6d661bc91aaf25 (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=112f28e88c4ea5afbd6050e71416a23db11e4adc

commit 112f28e88c4ea5afbd6050e71416a23db11e4adc
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Wed Jul 15 03:46:03 2015 -0400

    tst-tzset: raise timeout to 5 seconds
    
    This test is reliably taking 2.3 seconds on my system, and the default
    is 2 seconds, so it always times out.  Bump it up to 5 seconds instead.

diff --git a/ChangeLog b/ChangeLog
index eea74e9..2d3152d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-07-15  Mike Frysinger  <vapier@gentoo.org>
+
+	* timezone/tst-tzset.c (TIMEOUT): Define to 5.
+
 2015-07-15  Stefan Liebler  <stli@linux.vnet.ibm.com>
 
 	* sysdeps/i386/i686/Makefile (test-xfail-tst-makecontext):
diff --git a/timezone/tst-tzset.c b/timezone/tst-tzset.c
index aefcc76..67bb288 100644
--- a/timezone/tst-tzset.c
+++ b/timezone/tst-tzset.c
@@ -25,6 +25,7 @@
 #include <time.h>
 #include <unistd.h>
 
+#define TIMEOUT 5
 static int do_test (void);
 #define TEST_FUNCTION do_test ()
 #include "../test-skeleton.c"

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

Summary of changes:
 ChangeLog            |    4 ++++
 timezone/tst-tzset.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]