* gdb.base/bigcore.exp: Disable on Solaris; no sparse core file

support.
This commit is contained in:
Mark Kettenis 2004-04-09 13:37:38 +00:00
parent b31bc72481
commit 15f7b60ef1
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-04-09 Mark Kettenis <kettenis@gnu.org>
* gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
support.
2004-04-05 Andrew Cagney <cagney@redhat.com>
* gdb.base/sigaltstack.c: New file.

View File

@ -41,7 +41,9 @@ if ![isnative] then {
# consumes too many resources - gigabytes worth of disk space and and
# I/O bandwith.
if { [istarget "*-*-*bsd*"] || [istarget "*-*-hpux*"] } {
if { [istarget "*-*-*bsd*"]
|| [istarget "*-*-hpux*"]
|| [istarget "*-*-solaris*"] } {
untested "Kernel lacks sparse corefile support (PR gdb/1551)"
return
}