* gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
authorMark Kettenis <kettenis@gnu.org>
Fri, 9 Apr 2004 13:37:38 +0000 (13:37 +0000)
committerMark Kettenis <kettenis@gnu.org>
Fri, 9 Apr 2004 13:37:38 +0000 (13:37 +0000)
support.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/bigcore.exp

index 1ebfed68ac4c156ba3946965d16aabdd695f0c71..b29f8599c3e094f3437fc1eb3595c7732c966ec5 100644 (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.
index 58cbfa1cc6696fb093a596c133d4595a2da82a7e..a14817e94de1c1017f02de678beb4b623190f437 100644 (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
 }
This page took 0.031898 seconds and 4 git commands to generate.