2004-02-27 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Fri, 27 Feb 2004 16:48:03 +0000 (16:48 +0000)
committerAndrew Cagney <cagney@redhat.com>
Fri, 27 Feb 2004 16:48:03 +0000 (16:48 +0000)
* gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
support.

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

index 97a657b9029a706333d5549ce81a10e5443fa47c..a9c8a5cbdbfaaa5d98de5a0ae6f31cbdf01038a2 100644 (file)
@@ -1,3 +1,8 @@
+2004-02-27  Andrew Cagney  <cagney@redhat.com>
+
+       * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
+       support.
+
 2004-02-26  Fred Fish  <fnf@redhat.com>
   
        * gdb.arch/gdb1431.c: Remove.
index aa831a87e2bdbc4c126b3d4e885d25159d59e4c8..58cbfa1cc6696fb093a596c133d4595a2da82a7e 100644 (file)
@@ -41,7 +41,7 @@ if ![isnative] then {
 # consumes too many resources - gigabytes worth of disk space and and
 # I/O bandwith.
 
-if { [istarget "*-*-*bsd*"] } {
+if { [istarget "*-*-*bsd*"] || [istarget "*-*-hpux*"] } {
     untested "Kernel lacks sparse corefile support (PR gdb/1551)"
     return
 }