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]

[RFA] testsuite/gdb.base/bigcore.exp: Skip test on Cygwin


Hi,

Cygwin doesn't support sparse corefiles so the test should be skipped.
Patch below.

Corinna

	* gdb.base/bigcore.exp: Skip test on Cygwin.

Index: gdb.base/bigcore.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/bigcore.exp,v
retrieving revision 1.6
diff -u -p -r1.6 bigcore.exp
--- gdb.base/bigcore.exp	10 May 2004 16:47:40 -0000	1.6
+++ gdb.base/bigcore.exp	28 Jun 2004 14:48:32 -0000
@@ -43,7 +43,8 @@ if ![isnative] then {
 
 if { [istarget "*-*-*bsd*"]
      || [istarget "*-*-hpux*"]
-     || [istarget "*-*-solaris*"] } {
+     || [istarget "*-*-solaris*"] 
+     || [istarget "*-*-cygwin*"] } {
     untested "Kernel lacks sparse corefile support (PR gdb/1551)"
     return
 }

-- 
Corinna Vinschen
Cygwin Co-Project Leader
Red Hat, Inc.


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