From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31940 invoked by alias); 22 Oct 2002 17:09:24 -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 31927 invoked from network); 22 Oct 2002 17:09:23 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 22 Oct 2002 17:09:23 -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 g9MGm5w13123; Tue, 22 Oct 2002 12:48:05 -0400 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 g9MH9Mf31057; Tue, 22 Oct 2002 13:09:22 -0400 Received: from lindt.uglyboxes.com (vpn50-13.rdu.redhat.com [172.16.50.13]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g9MH9Mw32661; Tue, 22 Oct 2002 13:09:22 -0400 Date: Tue, 22 Oct 2002 10:09:00 -0000 From: Keith Seitz X-X-Sender: keiths@lindt.uglyboxes.com To: Daniel Jacobowitz cc: gdb-patches@sources.redhat.com, Subject: Re: [RFA/testsuite] Update selftest.exp In-Reply-To: <20021022020730.GA22928@nevyn.them.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-10/txt/msg00410.txt.bz2 On Mon, 21 Oct 2002, 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. Yes, I see this failure, too. > Should I also match "gdbtk-main.c" [I don't know if this > part of the testsuite is ever run on the insight binary]? I don't think it is necessary unless there is a way to use the insight executable with testing. Right now, I believe the testsuite will always run "gdb" and there is no way to change this (tool-exec doesn't seem to fit the bill). Keith