Control: tags -1 patch

Florian Weimer posted a patch to address network build problems for
glibc upstream making it not-a-failure when building without network
access:

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

2017-11-13  Florian Weimer  <fwei...@redhat.com>

        [BZ #20826]
        Turn posix/tst-getaddrinfo5 into xtest due to Internet requirement.
        * posix/Makefile (tests): Remove tst-getaddrinfo5.
        (xtests): Add tst-getaddrinfo5.

diff --git a/posix/Makefile b/posix/Makefile
index 532f2c73c5..8b3632a3ba 100644
--- a/posix/Makefile
+++ b/posix/Makefile
@@ -91,7 +91,7 @@ tests         := test-errno tstgetopt testfnm runtests 
runptests \
                   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-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-getaddrinfo5
 ifeq (yes,$(build-shared))
 test-srcs      := globtest
 tests           += wordexp-test tst-exec tst-spawn tst-spawn2 tst-spawn3



--- Begin Message ---
https://sourceware.org/bugzilla/show_bug.cgi?id=20826

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2017-11-13
           Assignee|unassigned at sourceware dot org   |fweimer at redhat dot 
com
            Summary|Tests fail on hosts without |posix/tst-getaddrinfo5
                   |network access              |fails on hosts without
                   |                            |network access
     Ever confirmed|0                           |1

-- 
You are receiving this mail because:
You are on the CC list for the bug.

--- End Message ---
--- Begin Message ---
https://sourceware.org/bugzilla/show_bug.cgi?id=20826

--- Comment #4 from Florian Weimer <fweimer at redhat dot com> ---
I posted a different patch:

https://sourceware.org/ml/libc-alpha/2017-11/msg00395.html

-- 
You are receiving this mail because:
You are on the CC list for the bug.

--- End Message ---

Reply via email to