From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1D8DA3858D3C; Mon, 17 Oct 2022 13:03:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1D8DA3858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666011780; bh=d/2gwohgxzRFEXw8V+y71GvXB0anJ1WU3BP3dpQFHQY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ffdesl034BrCXbaIP2cUTw0lL1n7QYJApsPP90qF2TNq4T6t5T2BuYULyK1nUtLLX oG5j7h98y0ktPuC2KHFDuHtdqgT3PK+MmF8fDG3oykZgQ/6skhDrOKn/PG60ZYICtG aFfrY4HKy+oKIgWltBLW37hx6G570HGWjSn4fE0k= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug testsuite/29659] [gdb/testsuite] local-remote-host timeouts with bracketed-paste Date: Mon, 17 Oct 2022 13:02:52 +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: 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: 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=3D29659 --- Comment #9 from Tom de Vries --- (In reply to Tom Tromey from comment #7) > (In reply to Tom de Vries from comment #6) >=20 > > Indeed. What I don't understand yet is whether this would be a gdb > > testsuite fix or a workaround for a gdb / readline /ssh bug. >=20 > Yes, this situation seems quite strange to me as well, and I don't > have a theory for why it would happen. I think it's a testsuite bug. We have: ... setenv INPUTRC [cached_file inputrc "set enable-bracketed-paste off"] ... but that sets the environment on the build rather than the host, so it's not effective for remote host. --=20 You are receiving this mail because: You are on the CC list for the bug.=