From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 373DA38582AA; Wed, 10 Jan 2024 14:31:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 373DA38582AA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1704897062; bh=TYdevhkpXPJUWajuy9Jukr4phnzWDQL7zVqwinLJAe8=; h=From:To:Subject:Date:From; b=af3v+aI6Wy5rEyvA5d18sKGBVc45RB9+WP+E6AKSsuTCbfZyqLgfdYO/IS+0p1QGu v29yTs7F1U39jYoRA2dXUT7RrhJ68jvSqs0hHSx073fp0sfGqkhRDbsVcjGsnwV9WB Fui53fpwSNiHCjYPAqpIy/zDj8xhW95vt8UfiVd0= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug testsuite/31229] New: [gdb/testsuite, powerpc64le] FAIL: gdb.linespec/explicit.exp: complete after -source: tab complete "b -source thr" (timeout) Date: Wed, 10 Jan 2024 14:31:00 +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=3D31229 Bug ID: 31229 Summary: [gdb/testsuite, powerpc64le] FAIL: gdb.linespec/explicit.exp: complete after -source: tab complete "b -source thr" (timeout) 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: --- In OBS, on powerpc64le I ran into: ... (gdb) b -source thread_pointer.h FAIL: gdb.linespec/explicit.exp: complete after -source: tab complete "b -source thr" (timeout) Quit^M (gdb) complete b -source thr^M b -source thread_pointer.h^M (gdb) FAIL: gdb.linespec/explicit.exp: complete after -source: cmd complete= "b -source thr" ... My guess is that the file thread_pointer.h is a glibc file. --=20 You are receiving this mail because: You are on the CC list for the bug.=