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

This commit is contained in:
Corinna Vinschen 2004-06-29 06:34:50 +00:00
parent 1daf35d984
commit cc98411666
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-06-29 Corinna Vinschen <vinschen@redhat.com>
* gdb.base/bigcore.exp: Skip test on Cygwin.
2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
* gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output

View File

@ -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
}