From: Corinna Vinschen Date: Tue, 29 Jun 2004 06:34:50 +0000 (+0000) Subject: * gdb.base/bigcore.exp: Skip test on Cygwin. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cc9841166628bb95b554ecd53a127273f3fe2bf9;p=binutils-gdb.git * gdb.base/bigcore.exp: Skip test on Cygwin. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 5ea869ca9d0..2fc90f6a090 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-06-29 Corinna Vinschen + + * gdb.base/bigcore.exp: Skip test on Cygwin. + 2004-06-28 Michael Chastain * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output diff --git a/gdb/testsuite/gdb.base/bigcore.exp b/gdb/testsuite/gdb.base/bigcore.exp index adedb399751..b7201365361 100644 --- a/gdb/testsuite/gdb.base/bigcore.exp +++ b/gdb/testsuite/gdb.base/bigcore.exp @@ -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 }