Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [RFA] testsuite/gdb.base/bigcore.exp: Skip test on Cygwin
@ 2004-06-28 14:50 Corinna Vinschen
  0 siblings, 0 replies; 3+ messages in thread
From: Corinna Vinschen @ 2004-06-28 14:50 UTC (permalink / raw)
  To: gdb-patches

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.


^ permalink raw reply	[flat|nested] 3+ messages in thread
* Re: [RFA] testsuite/gdb.base/bigcore.exp: Skip test on Cygwin
@ 2004-06-28 18:03 Michael Elizabeth Chastain
  2004-06-29  6:35 ` Corinna Vinschen
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Elizabeth Chastain @ 2004-06-28 18:03 UTC (permalink / raw)
  To: gdb-patches; +Cc: vinschen

Approved.

Michael C

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-06-29  6:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-28 14:50 [RFA] testsuite/gdb.base/bigcore.exp: Skip test on Cygwin Corinna Vinschen
2004-06-28 18:03 Michael Elizabeth Chastain
2004-06-29  6:35 ` Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox