From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2BEC7386480A; Fri, 18 Aug 2023 20:30:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2BEC7386480A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1692390607; bh=cVH1+wdRWBHgld8zRYfh+m8id/V/O1bs3sgmOISDH84=; h=From:To:Subject:Date:From; b=P+NwtFB8zGKjo6/beRcnp12HcI04rGr9ja9PC70ddZdC2MxtQIiFiPuIQ1RC6nuEB ctwY/fSemtqe9Gm2Emymsum3Z0aYd1JrtwR1KzdTG/iqgdRl4D/Q6/FIMiJRQ8hdgi pTGS9cIij4zVE7+u+YeMIgFcuTA0t1CH+c9XsPJs= From: "simark at simark dot ca" To: gdb-prs@sourceware.org Subject: [Bug gdb/30782] New: Runtime addresses in test names, gdb.mi/mi-disassemble.exp Date: Fri, 18 Aug 2023 20:30:06 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: simark at simark dot ca X-Bugzilla-Status: NEW 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone 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=3D30782 Bug ID: 30782 Summary: Runtime addresses in test names, gdb.mi/mi-disassemble.exp Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: gdb Assignee: unassigned at sourceware dot org Reporter: simark at simark dot ca Target Milestone: --- I diffed test runs of two systems, saw some diffs in these test names: PASS: gdb.mi/mi-disassemble.exp: get valueof "*((unsigned char *) 0x5555555551c7)" PASS: gdb.mi/mi-disassemble.exp: byte at 0x5555555551c7 matches PASS: gdb.mi/mi-disassemble.exp: get valueof "*((unsigned char *) 0x5555555551c8)" PASS: gdb.mi/mi-disassemble.exp: byte at 0x5555555551c8 matches PASS: gdb.mi/mi-disassemble.exp: get valueof "*((unsigned char *) 0x5555555551c9)" PASS: gdb.mi/mi-disassemble.exp: byte at 0x5555555551c9 matches PASS: gdb.mi/mi-disassemble.exp: get valueof "*((unsigned char *) 0x5555555551ca)" PASS: gdb.mi/mi-disassemble.exp: byte at 0x5555555551ca matches PASS: gdb.mi/mi-disassemble.exp: get valueof "*((unsigned char *) 0x5555555551cb)" PASS: gdb.mi/mi-disassemble.exp: byte at 0x5555555551cb matches PASS: gdb.mi/mi-disassemble.exp: get valueof "*((unsigned char *) 0x5555555551cc)" PASS: gdb.mi/mi-disassemble.exp: byte at 0x5555555551cc matches PASS: gdb.mi/mi-disassemble.exp: get valueof "*((unsigned char *) 0x5555555551cd)" PASS: gdb.mi/mi-disassemble.exp: byte at 0x5555555551cd matches The test names should not include runtime addresses. --=20 You are receiving this mail because: You are on the CC list for the bug.=