From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0CB373858D32; Mon, 17 Oct 2022 13:06:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0CB373858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666011999; bh=KiUo4h8cjSGXRqh47P83acaLrMDJyLeMGy34i82oZbM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=SIG1QRbO44UV+PT+3r+RfVhhFAaj1S4z4QYTdqbbA3Q9tJT0b/Gd0G0UfuBgnI5Ab xyTelYMwvqCbiODoxLDnxM4j44BC+XRtPGBhPQp50FL1QckehCODM5Mmh7JKn2jRF9 oVAt5nWaGycJOVjuBHizoFfI6O/XdcMqK+ERZh9E= 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:06:31 +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 #11 from Tom de Vries --- (In reply to Tom de Vries from comment #10) > And we have a similar problem with DEBUGINFOD_URLS. Fixed by: ... diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp index bfa9fec628e..5c9d9f84da3 100644 --- a/gdb/testsuite/lib/gdb.exp +++ b/gdb/testsuite/lib/gdb.exp @@ -5863,6 +5863,8 @@ proc default_gdb_init { test_file_name } { # If DEBUGINFOD_URLS is set, gdb will try to download sources and # debug info for f.i. system libraries. Prevent this. unset -nocomplain ::env(DEBUGINFOD_URLS) + global INTERNAL_GDBFLAGS + append INTERNAL_GDBFLAGS " -iex \"set debuginfod enabled off\"" # Ensure that GDBHISTFILE and GDBHISTSIZE are removed from the # environment, we don't want these modifications to the history ... --=20 You are receiving this mail because: You are on the CC list for the bug.=