From: Corinna Vinschen <vinschen@redhat.com>
To: gdb-patches@sources.redhat.com
Subject: [RFA] testsuite/gdb.base/bigcore.exp: Skip test on Cygwin
Date: Mon, 28 Jun 2004 14:50:00 -0000 [thread overview]
Message-ID: <20040628145037.GD19325@cygbert.vinschen.de> (raw)
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.
next reply other threads:[~2004-06-28 14:50 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-06-28 14:50 Corinna Vinschen [this message]
2004-06-28 18:03 Michael Elizabeth Chastain
2004-06-29 6:35 ` Corinna Vinschen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040628145037.GD19325@cygbert.vinschen.de \
--to=vinschen@redhat.com \
--cc=gdb-patches@sources.redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox