From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D575B385840F; Tue, 5 Mar 2024 23:37:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D575B385840F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1709681865; bh=RiiZfA1U3BMpmFx1nKgUg3DgdQY8S6yOnkqtmBWuaj4=; h=From:To:Subject:Date:From; b=dvS+A2ZzMwJIBFdQDBqm4a+We8EVI2B2xJ20wcNE78GHXxgEKjLgpE+DZSD8ajisk vzqTFJiX/khTGoNLEKiRMGAeNBk/mEHBUJDH+GIY+rGhaovzCkYzRVj/Az+5P4yvpN LJNBEs6IlB0YVrITxJmfZAcZmYMMxGQDlUfR87xU= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug testsuite/31452] New: [gdb/testsuite] FAIL: gdb.python/py-format-address.exp: symbol_filename=on: gdb.format_address, result should have an offset Date: Tue, 05 Mar 2024 23:37:45 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: testsuite X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vries at gcc dot gnu.org 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=3D31452 Bug ID: 31452 Summary: [gdb/testsuite] FAIL: gdb.python/py-format-address.exp: symbol_filename=3Don: gdb.format_address, result should have an offset Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: testsuite Assignee: unassigned at sourceware dot org Reporter: vries at gcc dot gnu.org Target Milestone: --- On arm-linux, I ran into: ... (gdb) python print("Got: " + gdb.format_address(0x103dd))^M Got: 0x103dd
^M (gdb) FAIL: gdb.python/py-format-address.exp: symbol_filename=3Don: gdb.format_address, result should have an offset ... --=20 You are receiving this mail because: You are on the CC list for the bug.=