]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/gdb.base/bigcore.exp
* gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.base / bigcore.exp
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
 }