From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 331553851AAC; Thu, 20 Oct 2022 09:23:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 331553851AAC DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666257838; bh=zLWohKg/fFdcvrPhZYmn4u/YdDIQhvYpwvbMzGHt1cw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Zbp6Q+lP3nPWi0JAsjIUd3VUCztq4XGAmXwOVcAQiLby0CIER1Y2U8P+v0RCqmBlv 4SHUorJKrUJo5KhmZtoEWs/RGC2+czSVolRBOakNlBBR5f29e487+xrHaf1kNQVXNx MWGkdSs+zXgWpPM0KNvrJEnWrLBiYfMoDS9oE0Wk= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug testsuite/29706] [gdb, readline 8.2] FAIL: gdb.base/eof-exit.exp: with non-dump terminal: with bracketed-paste-mode on: close GDB with eof (missed the prompt) Date: Thu, 20 Oct 2022 09:23:57 +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=3D29706 --- Comment #1 from Tom de Vries --- There's a KFAIL in the test-case, but that one triggers on f.i. output like this: ... Type "apropos word" to search for commands related to "word".^M ^[[?2004h(gdb) set height 0^M ^[[?2004l^M^[[?2004h(gdb) set width 0^M ^[[?2004l^M^[[?2004h(gdb) set build-id-verbose 0^M ^[[?2004l^M^[[?2004h(gdb) dir^M ^[[?2004l^M^[[?2004hReinitialize source path to empty? (y or n) y^M ^[[?2004l^MSource directories searched: $cdir:$cwd^M ^[[?2004h(gdb) dir /home/abuild/rpmbuild/BUILD/gdb-12.1/gdb/testsuite/gdb.base^M ^[[?2004l^MSource directories searched: /home/abuild/rpmbuild/BUILD/gdb-12.1/gdb/testsuite/gdb.base:$cdir:$cwd^M ^[[?2004h(gdb) ^M ^[[?2004l^M^[[?2004h(gdb) ^[[?2004l^M^M quit^M KFAIL: gdb.base/eof-exit.exp: with non-dump terminal: with bracketed-paste-= mode on: close GDB with eof (older version of readline) (PRMS: gdb/28833) ... --=20 You are receiving this mail because: You are on the CC list for the bug.=