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-578-g79e0d34


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  79e0d340a9e7fb2c931686462131c92b99611003 (commit)
      from  731a713b72e1281d58b3304738f04efb7bfca8b7 (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=79e0d340a9e7fb2c931686462131c92b99611003

commit 79e0d340a9e7fb2c931686462131c92b99611003
Author: Florian Weimer <fweimer@redhat.com>
Date:   Fri Dec 4 19:25:59 2015 +0100

    Revert "tst-res_hconf_reorder: Set RESOLV_REORDER environment variable"
    
    This reverts commit 731a713b72e1281d58b3304738f04efb7bfca8b7.
    
    This change is unnecessary because the Makefile already sets up the
    environment for the test.

diff --git a/ChangeLog b/ChangeLog
index cdac9ea..266df03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,3 @@
-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 7b2c66c..1e7e0e2 100644
--- a/resolv/tst-res_hconf_reorder.c
+++ b/resolv/tst-res_hconf_reorder.c
@@ -71,9 +71,6 @@ 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, 0 insertions(+), 8 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]