From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa3.mentor.iphmx.com (esa3.mentor.iphmx.com [68.232.137.180]) by sourceware.org (Postfix) with ESMTPS id 7A8E7383E822 for ; Wed, 26 Jan 2022 17:46:43 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 7A8E7383E822 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: dLoVtK+Ph6IAnLW4F8aarYd6CHUd/icmqoXBkWKioQS57SvFitVUwTit1hhyOYyTEg4vLq+PaS x61BBTHaIgq3VRJzOeE++CbgUlYGFS6MXlO8ohl0eSjEL1q1+jSRB4bexTtU/cYCIfUnloiovI muSc4jgasiMFabhS60DKMw3nVsbmalpQm6wrRmUYIeM8qWKHxJ1RBwpe8/3yKKdE5KgyPEOaC7 To3UlT2/NGBOyPbAOnGWFgGeTeH/i79IY/2qBooEmBsOKlNhLfdG4qUaUNci1d0Uw1JtI9l0dp TnPb8RQUas7N0lX04uNSj41/ X-IronPort-AV: E=Sophos;i="5.88,318,1635235200"; d="scan'208";a="71099266" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa3.mentor.iphmx.com with ESMTP; 26 Jan 2022 09:46:43 -0800 IronPort-SDR: oZOpj/IiDj1eUrerZCguvA+5W8E7QCoSY6Bi+SYUYC1Y7hHiVtJQaG5DZnDPNdf7+yh3YPY2qu r8lw4v+La6Xycm4fn+F4ATSsZLDIceT9hjnF99ACzp/TFt3HYjHfcRPHJipjXPyTmJ9fBNrHG1 XBnsC+Y7oPaX6M203xE/fuLbRSJTwYgCNp3cN4bd8of+0kXdPh36kxQwI5ngmphrUQPnzeWzmb UBhdgTepdz7jlzo0pUoz+Jpm8RWK+NebF91eFq04UdNXKYg5CT9XtB++M/wHTjF/DrQAYxLTEY 5zI= Date: Wed, 26 Jan 2022 17:46:37 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: CC: Mark Wielaard , , =?ISO-8859-15?Q?Alexandra_H=E1jkov=E1?= Subject: Re: [PATCH] Add valgrind smoke test In-Reply-To: Message-ID: References: <20211206144043.858697-1-ahajkova@redhat.com> <20220112171539.3205267-1-ahajkova@redhat.com> 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-13.mgc.mentorg.com (139.181.222.13) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-Spam-Status: No, score=-3115.2 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org 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: , X-List-Received-Date: Wed, 26 Jan 2022 17:46:44 -0000 On Mon, 24 Jan 2022, Joseph Myers wrote: > I'm seeing > > FAIL: elf/tst-valgrind-smoke > > for the x86_64 configurations when running build-many-glibcs.py (and > UNSUPPORTED for other architectures). No execution tests of the newly > built glibc should be run at all unless > > ifeq ($(run-built-tests),yes) > > but I don't see any such conditional around the > > tests-special += $(objpfx)tst-valgrind-smoke.out > > that causes this test to be run. I haven't seen any further comments on or fixes for this. We're very close to a release, so please revert the patch introducing problems if it's not going to be fixed in the next day or two. -- Joseph S. Myers joseph@codesourcery.com