From patchwork Tue Aug 20 14:24:06 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Thibault X-Patchwork-Id: 1974455 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=sourceware.org (client-ip=2620:52:3:1:0:246e:9693:128c; helo=server2.sourceware.org; envelope-from=libc-alpha-bounces~incoming=patchwork.ozlabs.org@sourceware.org; receiver=patchwork.ozlabs.org) Received: from server2.sourceware.org (server2.sourceware.org [IPv6:2620:52:3:1:0:246e:9693:128c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4WpBYS1Wnmz1yXZ for ; Wed, 21 Aug 2024 00:24:28 +1000 (AEST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 1131B384475E for ; Tue, 20 Aug 2024 14:24:26 +0000 (GMT) X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from sonata.ens-lyon.org (sonata.ens-lyon.org [140.77.166.138]) by sourceware.org (Postfix) with ESMTPS id AAE003858427 for ; Tue, 20 Aug 2024 14:24:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org AAE003858427 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 ARC-Filter: OpenARC Filter v1.0.0 sourceware.org AAE003858427 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=140.77.166.138 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1724163850; cv=none; b=U+vPSj2NUStwt9wCWXxTL0JwlUDcyKJY8avA2TqFttQDvrvShkkwvFyZ8ExduXVFR66nHxBPvIM7m+ykXgwTLUVmT9V++3zvHyjU2HCP0QX78J/TSmqdbE57f8WS20mNre6x4/bTtleNHjVtuQvTympuh2sRx8k2fLdfrvp6r5U= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1724163850; c=relaxed/simple; bh=+/69cywAlm1ODc99Q4kqcbME8XC/C96/C0rTc0HAs+s=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=p52PbC99+LTBiT7UA/JfNiWDszn8q/wkUXA+Vr/BN5ZS6suNPVafhGef5xjceEBQCe01NYrdy7bcO6XGXpnF+bAVnIZudvPskiVY6pZ+64y/clxgwyy4wO9PpT2a2R0c0tBLNdifV/RU/sMmxs2i5eFN2zQdXu520GkF4ZsJ+n4= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from localhost (localhost [127.0.0.1]) by sonata.ens-lyon.org (Postfix) with ESMTP id DE675A03B3; Tue, 20 Aug 2024 16:24:07 +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 tE1akT-6P2hE; Tue, 20 Aug 2024 16:24:07 +0200 (CEST) Received: from begin (nat-inria-interne-52-gw-01-bso.bordeaux.inria.fr [194.199.1.52]) (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 C7894A03B1; Tue, 20 Aug 2024 16:24:07 +0200 (CEST) Received: from samy by begin with local (Exim 4.98) (envelope-from ) id 1sgPmJ-00000000UOR-1mgt; Tue, 20 Aug 2024 16:24:07 +0200 From: Samuel Thibault To: libc-alpha@sourceware.org Cc: Samuel Thibault , commit-hurd@gnu.org Subject: [hurd, commited] Rules: Also build memcheck tests even when not running them Date: Tue, 20 Aug 2024 16:24:06 +0200 Message-ID: <20240820142406.116824-1-samuel.thibault@ens-lyon.org> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 X-Spam-Status: No, score=-12.7 required=5.0 tests=BAYES_00, GIT_PATCH_0, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, 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 X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libc-alpha-bounces~incoming=patchwork.ozlabs.org@sourceware.org This will avoid in the future cases like a57cbbd85379 ("malloc: Link threading tests with $(shared-thread-library") missing the memcheck cases added in 251843e16fce ("malloc: Link threading tests with $(shared-thread-library)") --- Rules | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Rules b/Rules index 9010c5d5b2..27846abf82 100644 --- a/Rules +++ b/Rules @@ -145,7 +145,11 @@ others: $(py-const) ifeq ($(run-built-tests),no) tests: $(addprefix $(objpfx),$(filter-out $(tests-unsupported), \ $(tests) $(tests-internal) \ - $(tests-container)) \ + $(tests-container) \ + $(tests-mcheck:%=%-mcheck) \ + $(tests-malloc-check:%=%-malloc-check) \ + $(tests-malloc-hugetlb1:%=%-malloc-hugetlb1) \ + $(tests-malloc-hugetlb2:%=%-malloc-hugetlb2)) \ $(test-srcs)) $(tests-special) \ $(tests-printers-programs) xtests: tests $(xtests-special)