From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31200 invoked by alias); 4 Jun 2004 23:46:54 -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 31193 invoked from network); 4 Jun 2004 23:46:53 -0000 Received: from unknown (HELO smtp6.mindspring.com) (207.69.200.110) by sourceware.org with SMTP; 4 Jun 2004 23:46:53 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by smtp6.mindspring.com with esmtp (Exim 3.33 #1) id 1BWOOh-0003PR-00; Fri, 04 Jun 2004 19:46:52 -0400 Received: by berman.michael-chastain.com (Postfix, from userid 502) id F2D354B104; Fri, 4 Jun 2004 19:46:53 -0400 (EDT) To: jimb@redhat.com, mec.gnu@mindspring.com Subject: Re: RFA: gdb.base/charset.exp: don't use expect_out without regexp groups Cc: gdb-patches@sources.redhat.com Message-Id: <20040604234653.F2D354B104@berman.michael-chastain.com> Date: Fri, 04 Jun 2004 23:46:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2004-06/txt/msg00091.txt.bz2 > Tested on powerpc-ibm-aix4.3.3.0, powerpc-unknown-linux-gnu, and > i686-pc-linux-gnu. Cool. Recommended for self-approval. Here's the add-on hit (which is a separate issue) ... can I get you to mail in one of these powerpc-ibm-aix4.3.3.0 gdb.sum files to gdb-testers. Like, "grep -v '^PASS' gdb.sum" to remove the PASS results first. And add a blurb at the top saying what compiler was used to compile the test programs. Michael C === 2004-06-03 Jim Blandy * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in cases where the regexp has no groups; this grabs random text from the previous test suite, whatever that was.