From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS17314 8.43.84.0/22 X-Spam-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 26CFD1F8C6 for ; Tue, 27 Jul 2021 20:34:25 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 8A062398383F for ; Tue, 27 Jul 2021 20:34:23 +0000 (GMT) Received: from esa3.mentor.iphmx.com (esa3.mentor.iphmx.com [68.232.137.180]) by sourceware.org (Postfix) with ESMTPS id BCBCF397EC0C; Tue, 27 Jul 2021 20:34:12 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org BCBCF397EC0C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com IronPort-SDR: SEcZUV25cR8OxZFwG1+XUv8EXeLvXc6HqVp9PlC/s1EBlsEdDiiBCDrSdTNfJhLdPIaQs7MbPa DcH035laVB9kfe38LLt/d2uYFukW1ODzV07w6AfPDLeiz+xJyiP2kiE39WcaWLYOai92ME2KXj 9pMOno3Vd3rX1FYs/SbKFckCWE4WXV8IASkWkSrXFwmsHV7wxqnpYfLjuGmb8pyAfEJbvwbyzq aL5LsIcQPJ190JgOHPQt8zf1yiTJB+e5HJFHVM330TMMske+ChLQkDUTR/ly408Z4i0ZArIec0 ihXnMvNU+FdtZPhV3w7LGhvP X-IronPort-AV: E=Sophos;i="5.84,274,1620720000"; d="scan'208";a="63973199" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa3.mentor.iphmx.com with ESMTP; 27 Jul 2021 12:34:11 -0800 IronPort-SDR: 6Cy3sbvluMKJ9Tj02KIi5cQlCOUx2gyjCc89p5XGKZWP/E2WoNg+ASMEKsJDs2SA9BvCQxpTH/ A/e97c0NXp1vEmVW6/MMuq56pes+P5vWy0lqkO7Bac4JpcCaNaD2rY9VninSujPI6cH7xBmhD9 lijkpfoCvDT21mX36RxTg6w9gMoLNPhUsdlOwCaiJHbNmRjhxPXLfrk8kxjRRYo/0y3cfjc3ZO whgBkNHrOMqwmTqv0BDs/q0q/e54L28BA/Q2f3TrabLvfOt/zUr7fGfImr3Algdiph6hB5yqWk O+g= Date: Tue, 27 Jul 2021 20:34:06 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Lukasz Majewski Subject: Re: Question regarding test suite build In-Reply-To: <20210721153522.31ac5aca@ktm> Message-ID: References: <20210721153522.31ac5aca@ktm> User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: SVR-IES-MBX-04.mgc.mentorg.com (139.181.222.4) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Florian Weimer , libc-help@sourceware.org, libc-alpha Errors-To: libc-alpha-bounces+e=80x24.org@sourceware.org Sender: "Libc-alpha" On Wed, 21 Jul 2021, Lukasz Majewski wrote: > The problem I'm facing now is that make check does everything at once ( > it cross compiles tests, executes them and prints results). > I would probably need to add new make rule (like make tst or such) You can build tests without running them simply by running "make check" for a cross-compiled glibc without test-wrapper set. (I've done a variant of that - "make math/tests" with some -j option to build the math/ tests in parallel, then "make regen-ulps" with test-wrapper set to run those tests needed for ulps regeneration.) Many tests depend on aspects of the test environment and aren't designed to be installed and run without a glibc source and build tree present. -- Joseph S. Myers joseph@codesourcery.com