mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-29 15:00:34 +00:00
* gdb.base/bigcore.exp: Skip test on Cygwin.
This commit is contained in:
parent
1daf35d984
commit
cc98411666
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user