aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-04-09 13:37:38 +0000
committerMark Kettenis <kettenis@gnu.org>2004-04-09 13:37:38 +0000
commit15f7b60ef1a0c23c7fb9c21b59ff6ce529672893 (patch)
tree6d3e26bc3ddf57ef81b66ebfda3c68ff0c85c4f8 /gdb
parentb31bc72481caa94afd56f9fbbf7cdb064842b479 (diff)
downloadgdb-15f7b60ef1a0c23c7fb9c21b59ff6ce529672893.zip
gdb-15f7b60ef1a0c23c7fb9c21b59ff6ce529672893.tar.gz
gdb-15f7b60ef1a0c23c7fb9c21b59ff6ce529672893.tar.bz2
* gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
support.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/ChangeLog5
-rw-r--r--gdb/testsuite/gdb.base/bigcore.exp4
2 files changed, 8 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 1ebfed6..b29f859 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -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.
diff --git a/gdb/testsuite/gdb.base/bigcore.exp b/gdb/testsuite/gdb.base/bigcore.exp
index 58cbfa1..a14817e 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
}