From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sonata.ens-lyon.org (domu-toccata.ens-lyon.fr [140.77.166.138]) by sourceware.org (Postfix) with ESMTPS id C27F33858D39 for ; Mon, 1 May 2023 11:31:30 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org C27F33858D39 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=ens-lyon.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=bounce.ens-lyon.org Received: from localhost (localhost [127.0.0.1]) by sonata.ens-lyon.org (Postfix) with ESMTP id D9A6420196; Mon, 1 May 2023 13:31:29 +0200 (CEST) Received: from sonata.ens-lyon.org ([127.0.0.1]) by localhost (sonata.ens-lyon.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rWmPLpPnmXBH; Mon, 1 May 2023 13:31:29 +0200 (CEST) Received: from begin (lfbn-bor-1-1163-184.w92-158.abo.wanadoo.fr [92.158.138.184]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by sonata.ens-lyon.org (Postfix) with ESMTPSA id BC13C20195; Mon, 1 May 2023 13:31:29 +0200 (CEST) Received: from samy by begin with local (Exim 4.96) (envelope-from ) id 1ptRkf-00G7Ta-11; Mon, 01 May 2023 13:31:29 +0200 From: Samuel Thibault To: libc-alpha@sourceware.org Cc: Samuel Thibault , commit-hurd@gnu.org Subject: [hurd,commited] hurd: Also XFAIL missing SA_NOCLDWAIT on 64bit Date: Mon, 1 May 2023 13:31:28 +0200 Message-Id: <20230501113128.3841979-1-samuel.thibault@ens-lyon.org> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-13.5 required=5.0 tests=BAYES_00,GIT_PATCH_0,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: --- conform/data/signal.h-data | 2 +- sysdeps/mach/hurd/x86_64/Makefile | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 sysdeps/mach/hurd/x86_64/Makefile diff --git a/conform/data/signal.h-data b/conform/data/signal.h-data index 496c062837..15622cca7c 100644 --- a/conform/data/signal.h-data +++ b/conform/data/signal.h-data @@ -124,7 +124,7 @@ constant SA_ONSTACK constant SA_RESETHAND constant SA_RESTART // Bug 23090: hurd: missing SA_NOCLDWAIT support. -xfail[i386-gnu]-constant SA_NOCLDWAIT +xfail[i386-gnu|x86_64-gnu]-constant SA_NOCLDWAIT constant SA_NODEFER # endif # if !defined XPG4 && !defined POSIX && !defined POSIX2008 diff --git a/sysdeps/mach/hurd/x86_64/Makefile b/sysdeps/mach/hurd/x86_64/Makefile new file mode 100644 index 0000000000..80cf2eb6dc --- /dev/null +++ b/sysdeps/mach/hurd/x86_64/Makefile @@ -0,0 +1,5 @@ +ifeq ($(subdir),conform) +# For bug 23090 +# (missing SA_NOCLDWAIT) +conformtest-xfail-conds += x86_64-gnu +endif -- 2.39.2