From: Mark Kettenis Date: Fri, 9 Apr 2004 13:37:38 +0000 (+0000) Subject: * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=15f7b60ef1a0c23c7fb9c21b59ff6ce529672893;p=binutils-gdb.git * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file support. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 1ebfed68ac4..b29f8599c3e 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2004-04-09 Mark Kettenis + + * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file + support. + 2004-04-05 Andrew Cagney * gdb.base/sigaltstack.c: New file. diff --git a/gdb/testsuite/gdb.base/bigcore.exp b/gdb/testsuite/gdb.base/bigcore.exp index 58cbfa1cc66..a14817e94de 100644 --- a/gdb/testsuite/gdb.base/bigcore.exp +++ b/gdb/testsuite/gdb.base/bigcore.exp @@ -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 }