From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10523 invoked by alias); 9 Dec 2002 21:57:22 -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 10480 invoked from network); 9 Dec 2002 21:57:21 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 9 Dec 2002 21:57:21 -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 gB9LVqP30039 for ; Mon, 9 Dec 2002 16:31:52 -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 gB9LvKD01569 for ; Mon, 9 Dec 2002 16:57:20 -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 gB9LvIu26045; Mon, 9 Dec 2002 16:57:18 -0500 Received: by localhost.redhat.com (Postfix, from userid 469) id EFFA7FF79; Mon, 9 Dec 2002 16:52:54 -0500 (EST) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15861.4277.999871.420933@localhost.redhat.com> Date: Mon, 09 Dec 2002 14:00:00 -0000 To: Elena Zannoni Cc: Michael Elizabeth Chastain , gdb-patches@sources.redhat.com Subject: Re: [PATCH] Merge of readline 4.3 to mainline In-Reply-To: <15861.3390.661350.417943@localhost.redhat.com> References: <200212092135.gB9LZe731068@duracef.shout.net> <15861.3390.661350.417943@localhost.redhat.com> X-SW-Source: 2002-12/txt/msg00297.txt.bz2 Elena Zannoni writes: > 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 I just did an update and built again, and I don't see anything odd. Maybe something changed in expect/dejagnu? Hmm, I am up to date there as well. I tested before doing the import on a i386 linux, and same now, on my laptop. Elena