This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [rfa] Dwarf2 testsuite


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  <dan@debian.org>

	* 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*]} {


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]