From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 321F7385843A; Thu, 30 Mar 2023 11:06:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 321F7385843A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1680174372; bh=Jk54c0hje5g/MBZL1j4neGSTn0LAJKhR7Z7X//GZORY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=pySCb2vutw1G9aqRRVhlJmCU0eQE3yNlWA++gOK3UKqHoyYkg41CjcF0XbEJ8SmhB DNzzBn8oiB152Qc9NBiDFco025mS4vzLWp1K8xeAb6Zx7/PH0Hel3nESjV57VxWzPu uxFe71dhArpePPjp7q8y/y+XXHxmOgJZfKOdRwkM= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug testsuite/30289] [gdb/testsuite] Test run with editing off Date: Thu, 30 Mar 2023 11:06:11 +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=3D30289 --- Comment #1 from Tom de Vries --- The tentative patch at PR30290 - "[gdb/tui] tui unusable with editing off" fixes a fair amount of the tui test-case fails. But it doesn't cover the ones that use readline bindings (arrow up etc), and also the output is not as expected for tui test-cases using python, haven't looked into that. Anyway, I think the fails fall into 3 categories: - sending more than one command to gdb at a time - tui - gdb prompt put into log file instead of stdout I was actually looking for instances of a 4th category: tab completion, but AFAICT those have all been fixed. --=20 You are receiving this mail because: You are on the CC list for the bug.=