mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-30 00:52:16 +08:00
* gdb.base/bigcore.exp: Skip test on Cygwin.
This commit is contained in:
@ -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>
|
2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
|
||||||
|
|
||||||
* gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
|
* gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
|
||||||
|
@ -43,7 +43,8 @@ if ![isnative] then {
|
|||||||
|
|
||||||
if { [istarget "*-*-*bsd*"]
|
if { [istarget "*-*-*bsd*"]
|
||||||
|| [istarget "*-*-hpux*"]
|
|| [istarget "*-*-hpux*"]
|
||||||
|| [istarget "*-*-solaris*"] } {
|
|| [istarget "*-*-solaris*"]
|
||||||
|
|| [istarget "*-*-cygwin*"] } {
|
||||||
untested "Kernel lacks sparse corefile support (PR gdb/1551)"
|
untested "Kernel lacks sparse corefile support (PR gdb/1551)"
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user