From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12380 invoked by alias); 3 Dec 2002 15:20:40 -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 12367 invoked from network); 3 Dec 2002 15:20:37 -0000 Received: from unknown (HELO touchme.toronto.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 3 Dec 2002 15:20:37 -0000 Received: from redhat.com (tooth.toronto.redhat.com [172.16.14.29]) by touchme.toronto.redhat.com (Postfix) with ESMTP id 49ABE80021C; Tue, 3 Dec 2002 10:20:37 -0500 (EST) Message-ID: <3DECCE35.4020308@redhat.com> Date: Tue, 03 Dec 2002 07:20:00 -0000 From: Fernando Nasser Organization: Red Hat Canada User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020607 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA/testsuite] Update selftest.exp References: <20021022020730.GA22928@nevyn.them.org> <20021105214522.GC17994@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-12/txt/msg00060.txt.bz2 OK with me as well. I guess we just forgot to update this. Thanks! Fernando Daniel Jacobowitz wrote: > On Mon, Oct 21, 2002 at 10:07:30PM -0400, Daniel Jacobowitz wrote: > >>Are others seeing this failure? If not, I'm not sure why not. There is no >>main in "main.c" any more. It's in "gdb.c" now. >> >>The "read" was bogus, too. It was supposed to match a read syscall; what it >>was actually matching was some debugging info that said "readline/". We >>call poll for the event loop nowadays. >> >>Is this patch OK? Should I also match "gdbtk-main.c" [I don't know if this >>part of the testsuite is ever run on the insight binary]? > > > Ping. Keith confirmed that I'm OK on the insight side. > > >>-- >>Daniel Jacobowitz >>MontaVista Software Debian GNU/Linux Developer >> >>2002-10-21 Daniel Jacobowitz >> >> * gdb.base/selftest.exp: Update for current gdb. >> >>Index: testsuite/gdb.base/selftest.exp >>=================================================================== >>RCS file: /cvs/src/src/gdb/testsuite/gdb.base/selftest.exp,v >>retrieving revision 1.4 >>diff -u -p -r1.4 selftest.exp >>--- testsuite/gdb.base/selftest.exp 22 Jun 2002 22:19:37 -0000 1.4 >>+++ testsuite/gdb.base/selftest.exp 13 Oct 2002 22:55:02 -0000 >>@@ -392,7 +392,7 @@ GDB.*Copyright \[0-9\]+ Free Software Fo >> set description "backtrace through signal handler" >> send_gdb "backtrace\n" >> gdb_expect { >>- -re "#0.*read.*in main \\(.*\\) at .*main\\.c.*$gdb_prompt $" { >>+ -re "#0.*(read|poll).*in main \\(.*\\) at .*gdb\\.c.*$gdb_prompt $" { >> pass "$description" >> } >> -re ".*$gdb_prompt $" { >> > > -- Fernando Nasser Red Hat Canada Ltd. E-Mail: fnasser@redhat.com 2323 Yonge Street, Suite #300 Toronto, Ontario M4P 2C9