From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0E0AC3858C50; Sun, 17 Mar 2024 15:47:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0E0AC3858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1710690469; bh=H3kFZBHBTMRNxfbCHj43J5+LDbqWD/gLXJpja5Ga72g=; h=From:To:Subject:Date:In-Reply-To:References:From; b=LUhlMxa5EyV0zJdcAfkeU8ENibbSkeptx+2lL95gKl/R0TmMKbzV8fpz/TwUVB+GC QZLtuRO9Ci5ety56NNblCVLwHw3pbsFeAai5lN0TejBToIHghuOP/L3Fc+JZKaVqpJ aiphNh2zOioCW5EKhNxptJplxbTtPCMwDJy4B8gI= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug testsuite/31290] gdb.base/list-nodebug.exp failure Date: Sun, 17 Mar 2024 15:47:47 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed 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: cvs-commit 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: 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=3D31290 --- Comment #4 from Sourceware Commits --- The master branch has been updated by Tom de Vries : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D42db3e48c553= 2a6a4aa3952e0a3d02f3dfac6f0a commit 42db3e48c5532a6a4aa3952e0a3d02f3dfac6f0a Author: Tom de Vries Date: Sun Mar 17 16:48:43 2024 +0100 [gdb/testsuite] Fix gdb.base/list-no-debug.exp on debian On debian 12, aarch64-linux I run into: ... (gdb) list .^M No symbol table is loaded. Use the "file" command.^M (gdb) FAIL: gdb.base/list-nodebug.exp: first 'list .' ... The test-case expects some debug info, but none for main. Instead, the= re's no debug info at all. Fix this by adding another source file to the test-case, and compiling = it with debug info. Tested on aarch64-linux. Approved-By: Andrew Burgess PR testsuite/31290 Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31290 --=20 You are receiving this mail because: You are on the CC list for the bug.=