From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 174353858C32; Mon, 11 Mar 2024 09:57:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 174353858C32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1710151036; bh=vKXXwaYe7YK0eO0CAvwEs+Qxp0KeQTNogZSCZp79tQw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=rjk8Wc73LkHV75WOOGkPuXOoO6GTQYbA2BdbvIQZD39xdRphbwlLsDVPZXDWnyvd5 rnUit3BRP8i/zj2Cz/lXotrM5ub+Y8TkFOs2gAKuTe2OVuITdr/15xnuzO69nOPc7D Ai6/6vwdzRBAU4DfbaDrHhnVMNgzYIASeX/vAEos= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug testsuite/31293] gdb.threads/threadcrash.exp failure Date: Mon, 11 Mar 2024 09:57:15 +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=3D31293 --- Comment #3 from Sourceware Commits --- The master branch has been updated by Tom de Vries : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Df215d2d8ad7b= c1f80e68a962196f0e6dc02951c9 commit f215d2d8ad7bc1f80e68a962196f0e6dc02951c9 Author: Guinevere Larsen Date: Mon Mar 11 10:57:32 2024 +0100 gdb/testsuite: Reduce gdb.threads/threadcrash.exp reliance on libc symb= ols The test gdb.threads/threadcrash.exp demanded GDB to fully unwind and print the names of all functions. However, some of the functions are from the libc library, and so the test implicitly demanded libc symbols to be available, and would fail otherwise, as was raised in PR gdb/31293. This commit changes it so we only explicitly check for functions that are not provided by threadcrash.c if they are indeed available. Tested on arm-linux and x86_64-linux. Approved-By: Tom de Vries Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31293 --=20 You are receiving this mail because: You are on the CC list for the bug.=