From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9470 invoked by alias); 28 May 2002 15:59:58 -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 9425 invoked from network); 28 May 2002 15:59:50 -0000 Received: from unknown (HELO potter.sfbay.redhat.com) (205.180.83.107) by sources.redhat.com with SMTP; 28 May 2002 15:59:50 -0000 Received: from redhat.com (remus.sfbay.redhat.com [172.16.27.252]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with SMTP id g4SFvov14485; Tue, 28 May 2002 08:57:50 -0700 Date: Tue, 28 May 2002 09:03:00 -0000 From: Benjamin Kosnik To: Michael Elizabeth Chastain Cc: gdb-patches@sources.redhat.com Subject: Re: gdb.c++ testsuite 1.1: member_data.exp (resend) Message-Id: <20020528085943.3c2b843e.bkoz@redhat.com> In-Reply-To: <200205272140.g4RLeuC03933@duracef.shout.net> References: <200205272140.g4RLeuC03933@duracef.shout.net> Reply-To: bkoz@redhat.com Organization: Red Hat / Paris Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2002-05/txt/msg00970.txt.bz2 > member_data.exp => m-data.exp > member_data.cc => m-data.cc > member_data_static.exp => m-static.exp > member_data_static.cc => m-static.cc You are certainly willing to shape this into the form most correct for the gdb testsuites. > Next, I changed all the send_gdb/gdb_expect commands to gdb_test, > which shrinks the tests considerably. Ok. > All the tests PASS on all my configurations (native i686-pc-linux-gnu, > six gcc's, -gdwarf-2 and -gstabs+). Great. > This is a very nice test. I'm committing it shortly. Thanks.