From patchwork Tue Feb 11 11:06:01 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florian Weimer X-Patchwork-Id: 1236239 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-109440-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=redhat.com 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=HF9cKU6o; dkim=pass (1024-bit key; unprotected) header.d=redhat.com header.i=@redhat.com header.a=rsa-sha256 header.s=mimecast20190719 header.b=NVimqOkX; 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 48H0MF5Lw7z9s29 for ; Tue, 11 Feb 2020 22:06:17 +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:subject:in-reply-to:references :message-id:date:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=CtAxhuLnCK1E34KV hjYUmvQHU2ePIT5RazGAlBG4jkC2U0aHJv2Bgca/demdHKj6vscRhscVVFSEBMv/ 2Kw0bgbu72W+FjvSOFLRG6Crehd/JvYffbVIiDKCz18HgFyMl/12pyKT5a48r1Ko A9Efe5hdasy+BXaq9YdLUbex8C0= 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:subject:in-reply-to:references :message-id:date:mime-version:content-type :content-transfer-encoding; s=default; bh=RDBjbW4xSPyA9mXDmD4f3n Lvg7Y=; b=HF9cKU6oPPDP6sxom2tGJt5Od7pnYvmBUUfDYw5VoAJRvW+Ea8EESF 8rOm0a8Z3LMKLIlIfdpcxEaD110pLDsMBRMTD6JGxfWRUjMIesyxCGkDNATYQIQY FU62xpwbHIJ5ko9DRkz/DETAfj1LdOK4nFYu7odFG7uD1zNwhB7PA= Received: (qmail 5578 invoked by alias); 11 Feb 2020 11:06:11 -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 5506 invoked by uid 89); 11 Feb 2020 11:06:10 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-18.9 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy= X-HELO: us-smtp-1.mimecast.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1581419167; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=nCH0CIxIl71R74PWnbvIu66LvYL8gvJjPXt36qjlDg8=; b=NVimqOkX3bgwPsVHA4pwibW0qm9LwXwQeT2a7SRbOsb0jlm197qoysM97CJv9ho5WT2Kjp /LRp/AkL1k08TnfD1pBzVVWQv/uwfCdVycfQj86xzFOLIEDIS6lO1WX0OmIN5CSHj0lbWM 3lYaHvkv1t+hp3AUdDICkXJuY1qBIb0= From: Florian Weimer To: libc-alpha@sourceware.org Subject: [PATCH 01/13] nptl: Use .NOTPARALLEL in Makefile only if actually running tests In-Reply-To: References: X-From-Line: 8c70433fadec18875b9114fd97f09bd527a7bd16 Mon Sep 17 00:00:00 2001 Message-Id: <8c70433fadec18875b9114fd97f09bd527a7bd16.1581418947.git.fweimer@redhat.com> Date: Tue, 11 Feb 2020 12:06:01 +0100 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com It is safe to build the tests in parallel. Reviewed-by: Adhemerval Zanella --- nptl/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nptl/Makefile b/nptl/Makefile index 6f210d60e3..40f27ea7cd 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -693,7 +693,9 @@ tst-audit-threads-ENV = LD_AUDIT=$(objpfx)tst-audit-threads-mod1.so CFLAGS-tst-unwind-thread.c += -funwind-tables -# The tests here better do not run in parallel +# The tests here better do not run in parallel. +ifeq ($(run-built-tests),yes) ifneq ($(filter %tests,$(MAKECMDGOALS)),) .NOTPARALLEL: endif +endif