From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 10EB83858CDB; Tue, 28 Feb 2023 17:51:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 10EB83858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1677606702; bh=6ZDLkJOujVp8zWDQ9lZtTJscUx4lSjRVB+DEyIqh3Rw=; h=From:To:Subject:Date:From; b=fuo7UpIHZs6ENNmiIWEDLmvBHu7vDEm13ap5uTfz0DPdCwqCczJSkA8UpD+QrF1xV zvRAJYzlsnNfLV4XCpPLzRfk10ZJJ9mm86AtKCzRfTsY++7OSyfwSTGvVD/KsivLwj +4KOqplAwzMt2m51ZJ7yBayisBeRpah0hjVPzcN4= From: "fche at redhat dot com" To: dwz@sourceware.org Subject: [Bug default/30182] New: dejagnu test name standardization Date: Tue, 28 Feb 2023 17:51:41 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new 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: fche at redhat dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: 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_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone attachments.created Message-ID: 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 Bug ID: 30182 Summary: dejagnu test name standardization Product: dwz Version: unspecified Status: NEW Severity: normal Priority: P2 Component: default Assignee: nobody at sourceware dot org Reporter: fche at redhat dot com CC: dwz at sourceware dot org Target Milestone: --- Created attachment 14724 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D14724&action=3Ded= it proposed patch 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. --=20 You are receiving this mail because: You are on the CC list for the bug.=