From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23511 invoked by alias); 9 Feb 2005 17:04:06 -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 23491 invoked from network); 9 Feb 2005 17:04:03 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 9 Feb 2005 17:04:03 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j19H43l7014733 for ; Wed, 9 Feb 2005 12:04:03 -0500 Received: from localhost.redhat.com (vpn50-64.rdu.redhat.com [172.16.50.64]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j19H3vO29569; Wed, 9 Feb 2005 12:03:57 -0500 Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 237477D79; Wed, 9 Feb 2005 12:03:18 -0500 (EST) Message-ID: <420A4254.9070108@gnu.org> Date: Wed, 09 Feb 2005 17:09:00 -0000 From: Andrew Cagney User-Agent: Mozilla Thunderbird 0.8 (X11/20041020) MIME-Version: 1.0 To: Corinna Vinschen Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] testsuite/gdb.base/maint.exp: Add relative pathname test and fix test for Cygwin References: <20050203125811.GA19985@cygbert.vinschen.de> <420A1A04.9010106@gnu.org> <20050209164557.GP2597@cygbert.vinschen.de> In-Reply-To: <20050209164557.GP2597@cygbert.vinschen.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-02/txt/msg00062.txt.bz2 Um, I've so far only looked at this: > testsuite/ChangeLog: > > * maint.exp: Raise timeout to give Cygwin targeted GDBs more time > for printing symbols and statistics. > Add test for using relative pathnames in "maint print msymbols" test. > Mark "maint info sections DATA" XFAIL on Cygwin. > Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me" > tests. not this > ChangeLog: > > * symmisc.c: Include gdb_stat.h. > (maintenance_print_msymbols): Use inode numbers to compare files. Andrew