From patchwork Sun Jun 7 14:34:08 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Thibault X-Patchwork-Id: 39506 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 484903870858; Sun, 7 Jun 2020 14:34:18 +0000 (GMT) X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from hera.aquilenet.fr (hera.aquilenet.fr [185.233.100.1]) by sourceware.org (Postfix) with ESMTPS id 6420D3851C34 for ; Sun, 7 Jun 2020 14:34:14 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 6420D3851C34 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=ens-lyon.org Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=samuel.thibault@ens-lyon.org Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 70F431684; Sun, 7 Jun 2020 16:34:13 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4dcH3ikj0T3a; Sun, 7 Jun 2020 16:34:11 +0200 (CEST) Received: from function.home (unknown [IPv6:2a01:cb19:956:1b00:9eb6:d0ff:fe88:c3c7]) by hera.aquilenet.fr (Postfix) with ESMTPSA id D53B116C8; Sun, 7 Jun 2020 16:34:11 +0200 (CEST) Received: from samy by function.home with local (Exim 4.93) (envelope-from ) id 1jhwNG-00DiR6-KS; Sun, 07 Jun 2020 16:34:10 +0200 From: Samuel Thibault To: libc-alpha@sourceware.org Subject: [hurd, commited 1/3] hurd: Briefly document in xfails the topics of the bugzilla entries Date: Sun, 7 Jun 2020 16:34:08 +0200 Message-Id: <20200607143410.3269029-2-samuel.thibault@ens-lyon.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200607143410.3269029-1-samuel.thibault@ens-lyon.org> References: <20200607143410.3269029-1-samuel.thibault@ens-lyon.org> MIME-Version: 1.0 X-Spam-Status: No, score=-11.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_NEUTRAL, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: commit-hurd@gnu.org Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" * sysdeps/mach/hurd/i386/Makefile: Add comments. --- sysdeps/mach/hurd/i386/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sysdeps/mach/hurd/i386/Makefile b/sysdeps/mach/hurd/i386/Makefile index 495b927b82..cf3149d03f 100644 --- a/sysdeps/mach/hurd/i386/Makefile +++ b/sysdeps/mach/hurd/i386/Makefile @@ -21,9 +21,11 @@ endif ifeq ($(subdir),conform) # For bugs 23081, 23082, 23083, 23084, 23085, 23086. +# (type conformance) conformtest-xfail-conds += i386-gnu # For bug 23088 +# (sched_* visibility) test-xfail-POSIX/fcntl.h/conform = yes test-xfail-POSIX/signal.h/conform = yes test-xfail-POSIX/semaphore.h/conform = yes @@ -103,6 +105,7 @@ endif ifeq ($(subdir),htl) # For bug 25521 +# (setpshared support) test-xfail-tst-mutex4 = yes test-xfail-tst-cond4 = yes test-xfail-tst-cond6 = yes @@ -115,16 +118,19 @@ test-xfail-tst-sem3 = yes test-xfail-tst-barrier2 = yes # For bug 25522 +# (setprotocol support) test-xfail-tst-cond24 = yes test-xfail-tst-cond25 = yes # For bug 25524 +# (sem_open support) test-xfail-tst-sem4 = yes test-xfail-tst-sem7 = yes test-xfail-tst-sem8 = yes test-xfail-tst-sem9 = yes # For bug 25563 +# (robust support against dead threads) test-xfail-tst-robust1 = yes test-xfail-tst-robust2 = yes test-xfail-tst-robust3 = yes