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: 929052 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-93200-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ens-lyon.org Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="uoxj57WM"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 415cG51dmVz9s1B for ; Thu, 14 Jun 2018 05:27:25 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id; q=dns; s= default; b=k5lnJTS8QrNirEuBDC9a01ndCvfkOfsa51NggzISd1G7jJs2CwZF7 x0nfEibw94yNawmlSHV7iPLFAcqAv68oaPEN2vbGi7/DNjqNm4ZGj40JeG9wF5ii rz0SSpJJhBXAahmZq8S0YN/XMvnBSzx55VOC/AxhOa1oAuOaFCAhpY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id; s=default; bh=nAd8V1+XjqOLITgS8mP1TvaF2eg=; b=uoxj57WMuecfJOdLPVxhQABcrcjG 9+6nRtESxhlcXska/cJS/zGrEXt8BTh9f1XiweET6D+4pF3c9S44fGEXTbkLUNAJ LTVZuCT6ANRvh9jF8smg+WBCsEXe19iSkLCIn/FYZDaiQPJVTFPTnopx5AgxishO IG/vBTGuUVELugM= 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