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.26.9000-1073-gba374b6


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  ba374b6deccdf78992a77fd8b14369bba4645c8b (commit)
      from  b0a4eca2fcfe2a6bc3cbb3951241c4facc887670 (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=ba374b6deccdf78992a77fd8b14369bba4645c8b

commit ba374b6deccdf78992a77fd8b14369bba4645c8b
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Thu Jan 4 21:58:40 2018 +0000

    Increase some test timeouts.
    
    This patch increases timeouts on three tests I observed timing out on
    slow systems.
    
    	* malloc/tst-malloc-tcache-leak.c (TIMEOUT): Define to 50.
    	* posix/tst-glob-tilde.c (TIMEOUT): Define to 200.
    	* resolv/tst-resolv-res_ninit.c (TIMEOUT): Define to 50.

diff --git a/ChangeLog b/ChangeLog
index 485e526..ddd4920 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2018-01-04  Joseph Myers  <joseph@codesourcery.com>
+
+	* malloc/tst-malloc-tcache-leak.c (TIMEOUT): Define to 50.
+	* posix/tst-glob-tilde.c (TIMEOUT): Define to 200.
+	* resolv/tst-resolv-res_ninit.c (TIMEOUT): Define to 50.
+
 2018-01-03  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
 
 	[BZ #15479]
diff --git a/malloc/tst-malloc-tcache-leak.c b/malloc/tst-malloc-tcache-leak.c
index 02c4536..7d97314 100644
--- a/malloc/tst-malloc-tcache-leak.c
+++ b/malloc/tst-malloc-tcache-leak.c
@@ -109,4 +109,5 @@ do_test (void)
   exit (0);
 }
 
+#define TIMEOUT 50
 #include <support/test-driver.c>
diff --git a/posix/tst-glob-tilde.c b/posix/tst-glob-tilde.c
index 8d32b96..853b689 100644
--- a/posix/tst-glob-tilde.c
+++ b/posix/tst-glob-tilde.c
@@ -140,4 +140,5 @@ do_test (void)
   return 0;
 }
 
+#define TIMEOUT 200
 #include <support/test-driver.c>
diff --git a/resolv/tst-resolv-res_ninit.c b/resolv/tst-resolv-res_ninit.c
index d08d34e..46e72ab 100644
--- a/resolv/tst-resolv-res_ninit.c
+++ b/resolv/tst-resolv-res_ninit.c
@@ -71,4 +71,5 @@ do_test (void)
   return 0;
 }
 
+#define TIMEOUT 50
 #include <support/test-driver.c>

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

Summary of changes:
 ChangeLog                       |    6 ++++++
 malloc/tst-malloc-tcache-leak.c |    1 +
 posix/tst-glob-tilde.c          |    1 +
 resolv/tst-resolv-res_ninit.c   |    1 +
 4 files changed, 9 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]