From patchwork Wed Jun 13 19:27:14 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Thibault X-Patchwork-Id: 27809 Received: (qmail 62791 invoked by alias); 13 Jun 2018 19:27:19 -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 62336 invoked by uid 89); 13 Jun 2018 19:27:19 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.1 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, SPF_HELO_PASS, SPF_NEUTRAL, URIBL_RED autolearn=ham version=3.3.2 spammy=H*RU:sk:static-, Hx-spam-relays-external:sk:static-, H*r:sk:static-, conform X-Spam-User: qpsmtpd, 2 recipients X-HELO: hera.aquilenet.fr From: Samuel Thibault To: libc-alpha@sourceware.org, libc-alopha@sourceware.org Cc: Samuel Thibault Subject: [hurd, commited] hurd: xfail missing abilist for libmachuser and libhurduser Date: Wed, 13 Jun 2018 21:27:14 +0200 Message-Id: <20180613192714.12455-1-samuel.thibault@ens-lyon.org> They need more work to implement, see bug 23286. * sysdeps/mach/hurd/i386/Makefile (test-xfail-check-abi-libhurduser, test-xfail-check-abi-libmachuser): Add. --- ChangeLog | 5 +++++ sysdeps/mach/hurd/i386/Makefile | 8 ++++++++ 2 files changed, 13 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1de9b63c51..ab8926d30f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-06-13 Samuel Thibault + + * sysdeps/mach/hurd/i386/Makefile (test-xfail-check-abi-libhurduser, + test-xfail-check-abi-libmachuser): Add. + 2018-06-13 Joseph Myers [BZ #23279] diff --git a/sysdeps/mach/hurd/i386/Makefile b/sysdeps/mach/hurd/i386/Makefile index 72f2b82488..0b509d9499 100644 --- a/sysdeps/mach/hurd/i386/Makefile +++ b/sysdeps/mach/hurd/i386/Makefile @@ -88,3 +88,11 @@ test-xfail-XOPEN2K8/sys/types.h/conform = yes test-xfail-XOPEN2K8/stdlib.h/conform = yes test-xfail-XOPEN2K8/arpa/inet.h/conform = yes endif + +# For bug 23286 +ifeq ($(subdir),hurd) +test-xfail-check-abi-libhurduser = yes +endif +ifeq ($(subdir),mach) +test-xfail-check-abi-libmachuser = yes +endif