From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27854 invoked by alias); 12 Oct 2004 14:44: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 27847 invoked from network); 12 Oct 2004 14:44:57 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 12 Oct 2004 14:44:57 -0000 Received: from drow by nevyn.them.org with local (Exim 4.34 #1 (Debian)) id 1CHNtY-00015r-EQ; Tue, 12 Oct 2004 10:44:57 -0400 Date: Tue, 12 Oct 2004 14:44:00 -0000 From: Daniel Jacobowitz To: Michael Chastain , gdb-patches@sources.redhat.com Subject: Re: [rfa] Dwarf2 testsuite Message-ID: <20041012144456.GB17864@nevyn.them.org> Mail-Followup-To: Michael Chastain , gdb-patches@sources.redhat.com References: <20041008183500.GA6625@nevyn.them.org> <4166EE58.nailDYH15U42R@mindspring.com> <20041008202550.GA4140@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041008202550.GA4140@nevyn.them.org> User-Agent: Mutt/1.5.5.1+cvs20040105i X-SW-Source: 2004-10/txt/msg00210.txt.bz2 On Fri, Oct 08, 2004 at 04:25:50PM -0400, Daniel Jacobowitz wrote: > On Fri, Oct 08, 2004 at 03:45:28PM -0400, Michael Chastain wrote: > > Okay, I threw this in my in-queue and I'll reply on Sunday (estimated). > > Cool. Thank you. > > > Some random comments: > > > > . It's okay to have tests that execute on some systems and not others, > > as long as gnu/hurd and gnu/linux are included. This is actually > > covered in section 6, "platforms to support", in > > http://www.fsf.org/prep/maintain/maintain.html > > Hmm, Hurd is ELF also, so that should be fine. Oops, I missed this. OK to commit? Not tested... -- Daniel Jacobowitz 2004-10-12 Daniel Jacobowitz * gdb.dwarf2/dw2-basic.exp: Run on Hurd also. Index: dw2-basic.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.dwarf2/dw2-basic.exp,v retrieving revision 1.1 diff -u -p -r1.1 dw2-basic.exp --- dw2-basic.exp 12 Oct 2004 14:41:42 -0000 1.1 +++ dw2-basic.exp 12 Oct 2004 14:43:44 -0000 @@ -20,6 +20,7 @@ # This test can only be run on targets which support DWARF-2 and use gas. # For now pick a sampling of likely targets. if {![istarget *-*-linux*] + && ![istarget *-*-gnu*] && ![istarget *-*-elf*] && ![istarget arm-*-eabi*] && ![istarget powerpc-*-eabi*]} {