From patchwork Sun Feb 16 22:56:11 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Thibault X-Patchwork-Id: 1238887 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-109825-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=xXZmWCdF; 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 48LMtn2r0Nz9sRJ for ; Mon, 17 Feb 2020 09:56:46 +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=kIx uWgRvHIZ1QGcu3CtWreev8e7HK/Ll9n88+me1NGSZaVBKPSNpxUKG4C0yoFG8uGB TH+hqU0zpN6tkmmaWdNR3pMUgrq3NfdpsbnNHHOmPLAfw11+jxXqhc3x9ij3Qk/e BH/WTb/WZCVf7iweCANQSaNj2GsBv71RgBPrUkYs= 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=ZQqzktxhU MsX/3dxcIMEdGPhRwQ=; b=xXZmWCdFK+kRuh2LtGhVa25ELnz8EH+CNWihTHyr6 PoMbxKwbjVPufoIf0cFSPlACVkPGFdAoW+jhq1qASwDbDYxqA3CWn9cl9Wp9KRim vy3MtZuzNRcTOUYOuRes7+G1CTjg5RZP01vDxKQ8PWTM0Aykz6/ztitFmK3i0F5C f8= Received: (qmail 63260 invoked by alias); 16 Feb 2020 22:56:39 -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 63246 invoked by uid 89); 16 Feb 2020 22:56:39 -0000 Authentication-Results: sourceware.org; auth=none 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, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS, SPF_NEUTRAL autolearn=ham version=3.3.1 spammy= X-HELO: hera.aquilenet.fr From: Samuel Thibault To: libc-alpha@sourceware.org Cc: Samuel Thibault , commit-hurd@gnu.org Subject: [hurd,commited] pthread: Fix building tst-robust8 with nptl Date: Sun, 16 Feb 2020 14:56:11 -0800 Message-Id: <20200216225611.534955-1-samuel.thibault@ens-lyon.org> MIME-Version: 1.0 NPTL's pthreadP.h needs internal definitions --- nptl/Makefile | 4 ++-- sysdeps/pthread/Makefile | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/nptl/Makefile b/nptl/Makefile index b25d34bd71..9c90af78f1 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -241,7 +241,7 @@ tests = tst-attr2 tst-attr3 tst-default-attr \ tst-mutexpi9 \ tst-cond11 tst-cond20 tst-cond21 tst-cond22 tst-cond26 tst-cond27 \ tst-robustpi1 tst-robustpi2 tst-robustpi3 tst-robustpi4 tst-robustpi5 \ - tst-robustpi6 tst-robustpi7 tst-robustpi8 tst-robustpi9 \ + tst-robustpi6 tst-robustpi7 tst-robustpi9 \ tst-rwlock2 tst-rwlock2a tst-rwlock2b tst-rwlock3 \ tst-rwlock6 tst-rwlock7 tst-rwlock8 \ tst-rwlock9 tst-rwlock10 tst-rwlock11 tst-rwlock12 \ @@ -304,7 +304,7 @@ tests = tst-attr2 tst-attr3 tst-default-attr \ tests-container = tst-pthread-getattr -tests-internal := tst-rwlock19 tst-rwlock20 \ +tests-internal := tst-robustpi8 tst-rwlock19 tst-rwlock20 \ tst-sem11 tst-sem12 tst-sem13 \ tst-barrier5 tst-signal7 tst-mutex8 tst-mutex8-static \ tst-mutexpi8 tst-mutexpi8-static tst-cancel25 diff --git a/sysdeps/pthread/Makefile b/sysdeps/pthread/Makefile index b6491d6309..2f8aff35b2 100644 --- a/sysdeps/pthread/Makefile +++ b/sysdeps/pthread/Makefile @@ -56,13 +56,15 @@ tests += tst-cnd-basic tst-mtx-trylock tst-cnd-broadcast \ tst-mutex1 tst-mutex2 tst-mutex3 tst-mutex4 tst-mutex6 tst-mutex10 \ tst-once1 tst-once2 tst-once3 tst-once4 \ tst-robust1 tst-robust2 tst-robust3 tst-robust4 tst-robust5 \ - tst-robust6 tst-robust7 tst-robust8 tst-robust9 tst-robust10 \ + tst-robust6 tst-robust7 tst-robust9 tst-robust10 \ tst-rwlock1 tst-rwlock4 tst-rwlock5 tst-rwlock13 tst-rwlock16 \ tst-rwlock-tryrdlock-stall tst-rwlock-trywrlock-stall \ tst-sem1 tst-sem2 tst-sem3 tst-sem4 tst-sem6 tst-sem7 \ tst-sem8 tst-sem9 tst-sem10 tst-sem14 tst-sem15 tst-sem16 \ tst-spin1 tst-spin2 tst-spin3 tst-spin4 +tests-internal += tst-robust8 + tests += tst-oncex3 tst-oncex4 modules-names += tst-join7mod