From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 773623858C50; Tue, 12 Sep 2023 10:24:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 773623858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1694514281; bh=cslHGuhbRt2AMooR+VX9C7ViUFY4T3srl/qB2JDIdRI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dQOHs2tXytji9WGPQy1HXwlWGdsnPhrbZ3q9pdNWVlH/Fr+4lEvMmDXNntinIJMPu 2LCf3WZe4zyWwlPmUiOKM/XJxnNM0khjC+lfAOdqmdVqc8mal6h8dhyaxL/HEVmvK4 yhpFmFUf4BDZ0M2udQ+hqmzK0i/dbTl4Dw/P8mvE= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/111368] contrib/test_summary should check to ensure the git branch being put in the email matches the branch actually tested Date: Tue, 12 Sep 2023 10:24:40 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.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://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D111368 --- Comment #2 from Jonathan Wakely --- N.B. test_summary doesn't print that "[master r14-3825-g0d50fac]" string itself, it just scrapes it from the logs, and the string in the logs comes straight from the xgcc. xg++ etc. binaries. I don't think it's the test_summary script's job to correct bad info in the logs.=