From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7401 invoked by alias); 1 Oct 2003 15:31:29 -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 7378 invoked from network); 1 Oct 2003 15:31:28 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 1 Oct 2003 15:31:28 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 180812B89; Wed, 1 Oct 2003 11:31:23 -0400 (EDT) Message-ID: <3F7AF34A.4070605@redhat.com> Date: Wed, 01 Oct 2003 15:31:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michael Elizabeth Chastain , jimb@redhat.com Cc: carlton@kealia.com, fnasser@redhat.com, gdb-patches@sources.redhat.com Subject: Re: RFA: Don't include value of expression in pc-fp.exp test name References: <200309301749.h8UHnZkE029086@duracef.shout.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-10/txt/msg00002.txt.bz2 > Michael Elizabeth Chastain writes: > > >> Yeah! It makes my life easier! >> >> You need to add '2003' to the copyright year to the top of pc-fp.exp. >> >> Proofread. Tested on my test bed with 10 configurations. >> All the gdb.sum's come out identical now. > > > Fantastic. I think this deserves mention in NEWS. As Michael well knows, supplemental information, such as which specific branch of a test passed or failed can be included in paren in the test message. Any analysis tools comparing test results needs to accomodate this convention. If you really want to remove this specific output, then what ever. However, please don't start removing the supplemental information willy nilly. Instead, fix your script. Andrew