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.22-577-g731a713


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  731a713b72e1281d58b3304738f04efb7bfca8b7 (commit)
      from  2cc4b9cce51643ec299e97450ccde4deeecfb083 (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=731a713b72e1281d58b3304738f04efb7bfca8b7

commit 731a713b72e1281d58b3304738f04efb7bfca8b7
Author: Florian Weimer <fweimer@redhat.com>
Date:   Fri Dec 4 19:02:04 2015 +0100

    tst-res_hconf_reorder: Set RESOLV_REORDER environment variable
    
    Otherwise, the problematic code does not run.

diff --git a/ChangeLog b/ChangeLog
index 266df03..cdac9ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-12-04  Florian Weimer  <fweimer@redhat.com>
+
+	* resolv/tst-res_hconf_reorder.c (do_test): Set RESOLV_REORDER
+	environment variable.
+
 2015-12-04  Paul Eggert  <eggert@cs.ucla.edu>
 
 	Consistency about byte vs character in string.texi
diff --git a/resolv/tst-res_hconf_reorder.c b/resolv/tst-res_hconf_reorder.c
index 1e7e0e2..7b2c66c 100644
--- a/resolv/tst-res_hconf_reorder.c
+++ b/resolv/tst-res_hconf_reorder.c
@@ -71,6 +71,9 @@ do_test (void)
   unsigned int i;
   int result = 0;
 
+  /* Enabled code to be tested.  */
+  setenv ("RESOLV_REORDER", "on", 1);
+
   /* turn on realloc slowdown */
   ts.tv_nsec = 100000000;
 

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

Summary of changes:
 ChangeLog                      |    5 +++++
 resolv/tst-res_hconf_reorder.c |    3 +++
 2 files changed, 8 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]