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.17-755-gd180203


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  d180203e97cbe53e0117c9405d68f51e80dafd95 (commit)
      from  8b0ccb2d7fd1ec646a622a16bd64e356739ffca3 (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=d180203e97cbe53e0117c9405d68f51e80dafd95

commit d180203e97cbe53e0117c9405d68f51e80dafd95
Author: Siddhesh Poyarekar <siddhesh@redhat.com>
Date:   Tue Jun 4 11:23:54 2013 +0530

    Increase test case timeout

diff --git a/ChangeLog b/ChangeLog
index 91a183a..074b352 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
+
+	* posix/tst-getaddrinfo4.c: Increase test timeout.
+
 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
 
 	[BZ #15536]
diff --git a/posix/tst-getaddrinfo4.c b/posix/tst-getaddrinfo4.c
index 10850cd..464cfb2 100644
--- a/posix/tst-getaddrinfo4.c
+++ b/posix/tst-getaddrinfo4.c
@@ -64,4 +64,5 @@ do_test (void)
 }
 
 #define TEST_FUNCTION do_test ()
+#define TIMEOUT 10
 #include "../test-skeleton.c"

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

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