OSDN Git Service

* gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
authorkettenis <kettenis>
Fri, 9 Apr 2004 13:37:37 +0000 (13:37 +0000)
committerkettenis <kettenis>
Fri, 9 Apr 2004 13:37:37 +0000 (13:37 +0000)
support.

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

index 1ebfed6..b29f859 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 58cbfa1..a14817e 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
 }