From patchwork Mon Nov 13 13:22:13 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florian Weimer X-Patchwork-Id: 24207 Received: (qmail 99841 invoked by alias); 13 Nov 2017 13:22:17 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 99825 invoked by uid 89); 13 Nov 2017 13:22:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-25.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, RP_MATCHES_RCVD, SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:1363 X-HELO: mx1.redhat.com Date: Mon, 13 Nov 2017 14:22:13 +0100 To: libc-alpha@sourceware.org Subject: [PATCH] posix: Make tst-getaddrinfo5 an xtest due to Internet requirement [BZ #20826] User-Agent: Heirloom mailx 12.5 7/5/10 MIME-Version: 1.0 Message-Id: <20171113132213.4127641274EC9@oldenburg.str.redhat.com> From: fweimer@redhat.com (Florian Weimer) We have additional coverage of getaddrinfo through the resolv tests, so the loss of default test coverage seems acceptable. 2017-11-13 Florian Weimer [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