From 15f7b60ef1a0c23c7fb9c21b59ff6ce529672893 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Fri, 9 Apr 2004 13:37:38 +0000 Subject: [PATCH] * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file support. --- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/gdb.base/bigcore.exp | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) 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 } -- 2.30.2