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-840-gb4c645c


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  b4c645c2f5513ef4f97916ee59243aa8aac1f3c1 (commit)
      from  69056564042f3d43012814f92230d2c3f9ab7d7c (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=b4c645c2f5513ef4f97916ee59243aa8aac1f3c1

commit b4c645c2f5513ef4f97916ee59243aa8aac1f3c1
Author: Florian Weimer <fweimer@redhat.com>
Date:   Tue Nov 28 12:20:01 2017 +0100

    posix: Make tst-getaddrinfo[45] xtests due to DNS dependency [BZ #20826]
    
    These tests need a working Internet connection with DNS.
    
    We have additional coverage of getaddrinfo through the resolv tests, so
    the loss of default test coverage seems acceptable.

diff --git a/ChangeLog b/ChangeLog
index 197c5d8..2042359 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2017-11-28  Florian Weimer  <fweimer@redhat.com>
+
+	[BZ #20826]
+	Turn posix/tst-getaddrinfo4, posix/tst-getaddrinfo5 into xtests
+	due to Internet requirement.
+	* posix/Makefile (tests): Remove tst-getaddrinfo4,
+	tst-getaddrinfo5.
+	(xtests): Add tst-getaddrinfo4, tst-getaddrinfo5.
+
 2017-11-28  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
 
 	* sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile
diff --git a/posix/Makefile b/posix/Makefile
index 532f2c7..87e7ed7 100644
--- a/posix/Makefile
+++ b/posix/Makefile
@@ -90,8 +90,8 @@ tests		:= test-errno tstgetopt testfnm runtests runptests \
 		   tst-getaddrinfo3 tst-fnmatch2 tst-cpucount tst-cpuset \
 		   bug-getopt1 bug-getopt2 bug-getopt3 bug-getopt4 \
 		   bug-getopt5 tst-getopt_long1 bug-regex34 bug-regex35 \
-		   tst-pathconf tst-getaddrinfo4 tst-rxspencer-no-utf8 \
-		   tst-fnmatch3 bug-regex36 tst-getaddrinfo5 \
+		   tst-pathconf tst-rxspencer-no-utf8 \
+		   tst-fnmatch3 bug-regex36 \
 		   tst-posix_spawn-fd tst-posix_spawn-setsid \
 		   tst-posix_fadvise tst-posix_fadvise64 \
 		   tst-sysconf-empty-chroot tst-glob_symlinks tst-fexecve \
@@ -99,7 +99,7 @@ tests		:= test-errno tstgetopt testfnm runtests runptests \
 tests-internal	:= bug-regex5 bug-regex20 bug-regex33 \
 		   tst-rfc3484 tst-rfc3484-2 tst-rfc3484-3 \
 		   tst-glob_lstat_compat
-xtests		:= bug-ga2
+xtests		:= bug-ga2 tst-getaddrinfo4 tst-getaddrinfo5
 ifeq (yes,$(build-shared))
 test-srcs	:= globtest
 tests           += wordexp-test tst-exec tst-spawn tst-spawn2 tst-spawn3

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

Summary of changes:
 ChangeLog      |    9 +++++++++
 posix/Makefile |    6 +++---
 2 files changed, 12 insertions(+), 3 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]