From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0640A3858CDB; Wed, 1 Mar 2023 15:53:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0640A3858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1677686027; bh=r0MBzrKoHt9Sn83LY2gDCZgc958ovP5kdLkOHSSNRVg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ln8fTZPNjze9wFa6Q7E4kqI7W3tFs+OafQCm125XGCOGI4nKqW/pQpn1XNOLFl66I W6KHBr0HOWMs097sloQdQEQedJb/X75V3GIRtNhmAz5wa1fndRrw3lntMCFEhQSoSP eJI0przK9DMHiTfp6MiSXqvKzLtCsfEz743r1S6o= From: "mark at klomp dot org" To: dwz@sourceware.org Subject: [Bug default/30182] dejagnu test name standardization Date: Wed, 01 Mar 2023 15:53:46 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: dwz X-Bugzilla-Component: default X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mark at klomp dot org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: nobody at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cc resolution 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=3D30182 Mark Wielaard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |mark at klomp dot org Resolution|--- |FIXED --- Comment #1 from Mark Wielaard --- Looks good, make dwz.sum much more readable. Pushed as: commit 9621200e66f0339da5a80e1abf46f4789a4a3690 Author: Frank Ch. Eigler Date: Wed Mar 1 16:51:58 2023 +0100 make dejagnu test names environment-insensitive Previous versions of dwz-tests.exp emit the full path names to the per-test .sh scripts into the .sum/.log files. This version replaces those patn names with just the $basename, which is enough to identify the tests uniquely, and allows proper regression/comparison analysis. https://sourceware.org/bugzilla/show_bug.cgi?id=3D30182 --=20 You are receiving this mail because: You are on the CC list for the bug.=