From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19141 invoked by alias); 16 Aug 2002 17:54:16 -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 19073 invoked from network); 16 Aug 2002 17:54:15 -0000 Received: from unknown (HELO gash2.peakpeak.com) (207.174.178.17) by sources.redhat.com with SMTP; 16 Aug 2002 17:54:15 -0000 Received: from fleche.redhat.com (tq0215.peakpeak.com [207.174.177.215]) by gash2.peakpeak.com (8.9.3/8.9.3) with ESMTP id LAA04794; Fri, 16 Aug 2002 11:54:07 -0600 Received: by fleche.redhat.com (Postfix, from userid 1000) id AD1604F80A8; Fri, 16 Aug 2002 11:55:27 -0600 (MDT) To: Mark Kettenis Cc: Fernando Nasser , Elena Zannoni , gdb-patches@sources.redhat.com Subject: Re: [RFA/TESTSUITE]: readline tests References: <87y9c1rodk.fsf@fleche.redhat.com> <3D59661F.C4E69AA7@redhat.com> <15705.26605.876458.521420@localhost.redhat.com> <3D596903.90900FB1@redhat.com> <87vg6eque4.fsf@fleche.redhat.com> <86adno6l3q.fsf@elgar.kettenis.dyndns.org> From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom X-Zippy: I have the power to HALT PRODUCTION on all TEENAGE SEX COMEDIES!! Date: Fri, 16 Aug 2002 10:54:00 -0000 In-Reply-To: <86adno6l3q.fsf@elgar.kettenis.dyndns.org> Message-ID: <87it2ay9gw.fsf@fleche.redhat.com> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-08/txt/msg00433.txt.bz2 >>>>> "Mark" == Mark Kettenis writes: Mark> FAIL: gdb.base/readline.exp: Simple operate-and-get-next - C-o for p 1 I think this means that sending C-o didn't cause an operate-and-get-next. The subsequent problems are caused by this. Does operate-and-get-next work on your system? You can find out by starting gdb and doing something like this: p 1 p 2 -> should display "p 1" -> Should execute "p 1" and display "p 2" Tom