From patchwork Fri Apr 20 15:14:25 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Thibault X-Patchwork-Id: 901981 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-91761-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="GtV0Xzhw"; 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 40SKCK5wlrz9s1t for ; Sat, 21 Apr 2018 01:14:37 +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=OQedtxvKOPJRAZcMaMDk4v7fEigKsDYc9zM1ORDeLefIUgw61FWDs 5/PEGPee9U2DEhZSysUJbl/uz95Z2l/bbalKw0mngoviGX2NfZ1qis4pstlohlYm oJvPKrah3Xwb8DCdaPtxP8LibDKVxjqjuPTBBDj5aeV7Lwc6/f+c3g= 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=Hfx4cBTMf+5VFgNPJQOPDT+6zKQ=; b=GtV0XzhwGxe5l2DTC3CXkMXEMbjN zk76dg5d/sbqby26dbAzuZIqBbRgYp8UNiDDP4bQWQYof8o0zA+wRgFSE12Sp33f JRZsnMzo0GBvqXvoPRpJysMVz0GMG5qTKkrQUN5izWw1GZWn0pfM/EOC2P6n+Jr2 pywbfxFGtm3zzM8= Received: (qmail 22332 invoked by alias); 20 Apr 2018 15:14:32 -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 21754 invoked by uid 89); 20 Apr 2018 15:14:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.1 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, SPF_HELO_PASS, SPF_NEUTRAL autolearn=ham version=3.3.2 spammy= X-HELO: hera.aquilenet.fr From: Samuel Thibault To: libc-alpha@sourceware.org Cc: Samuel Thibault Subject: [hurd,commited] hurd xfails: Add missing bug references Date: Fri, 20 Apr 2018 17:14:25 +0200 Message-Id: <20180420151425.10710-1-samuel.thibault@ens-lyon.org> --- conform/data/signal.h-data | 2 ++ conform/data/sys/wait.h-data | 2 ++ 2 files changed, 4 insertions(+) diff --git a/conform/data/signal.h-data b/conform/data/signal.h-data index 97c4034890..11e54adb04 100644 --- a/conform/data/signal.h-data +++ b/conform/data/signal.h-data @@ -112,6 +112,7 @@ element {struct sigaction} {void(*} sa_sigaction )(int, siginfo_t*, void*) constant SA_NOCLDSTOP # ifndef XPG4 +// Bug 23089: hurd: missing siginfo support. xfail[i386-gnu]-constant SA_SIGINFO # endif constant SIG_BLOCK @@ -123,6 +124,7 @@ constant SA_ONSTACK # if !defined XPG4 && !defined POSIX constant SA_RESETHAND constant SA_RESTART +// Bug 23090: hurd: missing SA_NOCLDWAIT support. xfail[i386-gnu]-constant SA_NOCLDWAIT constant SA_NODEFER # endif diff --git a/conform/data/sys/wait.h-data b/conform/data/sys/wait.h-data index fe9aeb5fee..ed3869b34f 100644 --- a/conform/data/sys/wait.h-data +++ b/conform/data/sys/wait.h-data @@ -8,6 +8,7 @@ constant WUNTRACED macro WEXITSTATUS # if !defined XPG4 && !defined POSIX && !defined POSIX2008 +// Bug 23091: hurd: missing waitid support. xfail[i386-gnu]-macro WIFCONTINUED # endif macro WIFEXITED @@ -16,6 +17,7 @@ macro WIFSTOPPED macro WSTOPSIG macro WTERMSIG +// Bug 23091: hurd: missing waitid support. # if !defined XPG4 && !defined POSIX xfail[i386-gnu]-constant WEXITED xfail[i386-gnu]-constant WSTOPPED