From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1708 invoked by alias); 9 Dec 2002 21:42:29 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 1701 invoked from network); 9 Dec 2002 21:42:29 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 9 Dec 2002 21:42:29 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id gB9LH0P26366 for ; Mon, 9 Dec 2002 16:17:00 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gB9LgSD29848 for ; Mon, 9 Dec 2002 16:42:28 -0500 Received: from localhost.redhat.com (romulus-int.sfbay.redhat.com [172.16.27.46]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gB9LgRu25083; Mon, 9 Dec 2002 16:42:27 -0500 Received: by localhost.redhat.com (Postfix, from userid 469) id BB68AFF79; Mon, 9 Dec 2002 16:38:06 -0500 (EST) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15861.3390.661350.417943@localhost.redhat.com> Date: Mon, 09 Dec 2002 13:57:00 -0000 To: Michael Elizabeth Chastain Cc: ezannoni@redhat.com, gdb-patches@sources.redhat.com Subject: Re: [PATCH] Merge of readline 4.3 to mainline In-Reply-To: <200212092135.gB9LZe731068@duracef.shout.net> References: <200212092135.gB9LZe731068@duracef.shout.net> X-SW-Source: 2002-12/txt/msg00296.txt.bz2 Michael Elizabeth Chastain writes: > The test suite is sick in gdb cvs HEAD. gdb.base/annota1.exp times out > nearly every test, gdb.base/arithmet.exp FAILs on 28 tests, and so on. > > Last week, gdb.log looked like this: > > # gdb.log, HEAD%2002-12-03 > print x^M > $1 = 14^M > (gdb) PASS: gdb.base/arithmet.exp: print x > > This week, gdb.log looks like this: > > # gdb.log, HEAD%2002-12-09 > ^M(gdb) p^M(gdb) p^M(gdb) pr^M(gdb) pr^M(gdb) pri^M(gdb) pri^M(gdb) prin^M(gdb) prin^M(gdb) print^M(gdb) print^M(gdb) print ^M(gdb) print ^M(gdb) print x^M(gdb) print x^M > $1 = 14^M > ^M^M(gdb) ^M(gdb) FAIL: gdb.base/arithmet.exp: print x > > This looks like readline 4.3 changed the way that it echoes text, > and that a lot of test scripts are sensitive to that. In particular, > the prompt changed from "(gdb) " to "^M^M(gdb) ^M(gdb) ". > > Maybe there is some setting to frob in readline to get back the > simple style of echo output? > > Michael C This is odd. I didn't see this in the tests I ran, and also on the branch. I'll take a look. Are you seeing this on a native/linux? Elena