From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BAAF43858C62; Thu, 9 Feb 2023 16:56:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BAAF43858C62 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1675961817; bh=Q8eDlK9BTL8JnleE7YTzI3a0PWFnv5j0FWym4FJlI0c=; h=From:To:Subject:Date:In-Reply-To:References:From; b=qOAw+Dp8Ki7hkahop14dl6ToCDrfQ+PB2gwgCOCeAnwAnD0myKAQGWmNdC6Wycke3 2oeNawALWeWj0guDps7LzEZRg9o4h1Kj1wAAR7gZnLUfHMa3w474czBVDSHgM06oeq rbE1LhpZ0rz5XUItT0etdMayNCBR/r/Q71rYC4J8= From: "adhemerval.zanella at linaro dot org" To: glibc-bugs@sourceware.org Subject: [Bug dynamic-link/30100] [patch] add dlmem() Date: Thu, 09 Feb 2023 16:56:57 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: dynamic-link X-Bugzilla-Version: 2.38 X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: adhemerval.zanella at linaro dot org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30100 --- Comment #11 from Adhemerval Zanella --- (In reply to Stas Sergeev from comment #9) > "make check" doesn't seem to re-run tests. > It uses pre-existing outputs. > So after every update I need to do "make clean", > after which "make check" runs all tests again. > But that takes hours. > How can I solve that? The make check should rerun the tests that the change affected, but dependending of might indeed clean the *.out file and rerun. --=20 You are receiving this mail because: You are on the CC list for the bug.=