From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9968 invoked by alias); 14 Jun 2004 19:04:55 -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 9939 invoked from network); 14 Jun 2004 19:04:53 -0000 Received: from unknown (HELO smtp6.mindspring.com) (207.69.200.110) by sourceware.org with SMTP; 14 Jun 2004 19:04: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 1BZwlF-0006GZ-00; Mon, 14 Jun 2004 15:04:49 -0400 Received: by berman.michael-chastain.com (Postfix, from userid 502) id 1CEF44B104; Mon, 14 Jun 2004 15:04:57 -0400 (EDT) To: cagney@gnu.org, gdb-patches@sources.redhat.com Subject: Re: [patch/rfc] Fix non-portable test names Message-Id: <20040614190457.1CEF44B104@berman.michael-chastain.com> Date: Mon, 14 Jun 2004 19:04:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2004-06/txt/msg00321.txt.bz2 Cool, I like it when 'diff old/gdb.sum new/gdb.sum' works better. (1) gdb.base/ending-run.exp needs its copyright years updated. It was edited in 2003, and you are editing it in 2004. (2) Ditto with gdb.base/sizeof.exp copyright years. (3) Did you test it? Michael C === 2004-06-13 Andrew Cagney * gdb.base/gcore.exp (capture_command_output): Delete the always passing tests containing inferior values. * gdb.base/ending-run.exp: Do not include the breakpoint address in the test message. * gdb.base/sizeof.exp (check_sizeof): Do not include the type's size in the test name, use gdb_test_multiple.