From patchwork Sun Feb 9 22:30:09 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Thibault X-Patchwork-Id: 1235578 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-109335-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.a=rsa-sha1 header.s=default header.b=I17SIvQW; 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 48G3f039sHz9s3x for ; Mon, 10 Feb 2020 09:30:47 +1100 (AEDT) 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 :mime-version:content-transfer-encoding; q=dns; s=default; b=HvJ lmzcVlDZS+I8s7Muk4OeihoxFlSVmMF4T0vgrxhmMMB3pw5ku7iLJRuhdzQ22DkP e+fvZLRTicw0L1OFxZaHYC41QwvDsDojmk9XnmyD8ds/43wAcN2LWQHPRvMF9Ms8 lZhFcqtBvStuFYG2vlS6mLidgc9O3kSz5Ble2BK0= 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 :mime-version:content-transfer-encoding; s=default; bh=B61GNuCbh 0uSp/88zHLSb4GWGw8=; b=I17SIvQWtnp5vhx36kFFqx5nTe3F45T07GXp4IzvY 4hFkg03D2cvZK7uIDuVS6x8H54+VIuCh7eJlQfzKNlI9+ubLpFZFDXgyTjTrNzP8 Nnu46xkj3e+2QeuUzan6le73c/IyCYb34bvFfEHU4u911Jr8yVWI26AHjjZXKkLP yI= Received: (qmail 80400 invoked by alias); 9 Feb 2020 22:30:40 -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 60256 invoked by uid 89); 9 Feb 2020 22:30:26 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-24.7 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS, SPF_NEUTRAL autolearn=ham version=3.3.1 spammy=HContent-Transfer-Encoding:8bit X-HELO: hera.aquilenet.fr From: Samuel Thibault To: libc-alpha@sourceware.org Cc: Samuel Thibault , commit-hurd@gnu.org Subject: [hurd,commited] htl: XFAIL rwlock tests which need pshared support Date: Sun, 9 Feb 2020 23:30:09 +0100 Message-Id: <20200209223009.414180-1-samuel.thibault@ens-lyon.org> MIME-Version: 1.0 --- sysdeps/mach/hurd/i386/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sysdeps/mach/hurd/i386/Makefile b/sysdeps/mach/hurd/i386/Makefile index fa89fc1cf8..e303945b2a 100644 --- a/sysdeps/mach/hurd/i386/Makefile +++ b/sysdeps/mach/hurd/i386/Makefile @@ -109,6 +109,8 @@ test-xfail-tst-cond6 = yes test-xfail-tst-cond12 = yes test-xfail-tst-cond13 = yes test-xfail-tst-cond23 = yes +test-xfail-tst-rwlock4 = yes +test-xfail-tst-rwlock12 = yes endif # For bug 25522