diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-02-27 16:48:03 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-02-27 16:48:03 +0000 |
commit | b9d231378092789a06d0de59541a864c64a3ba36 (patch) | |
tree | 5d3f513bfb68e9e6bd1f814a990d366fafb3014b /gdb/testsuite | |
parent | 1797a8f623fe9a60ec738f109c6c6327abb5b2a6 (diff) | |
download | gdb-b9d231378092789a06d0de59541a864c64a3ba36.zip gdb-b9d231378092789a06d0de59541a864c64a3ba36.tar.gz gdb-b9d231378092789a06d0de59541a864c64a3ba36.tar.bz2 |
2004-02-27 Andrew Cagney <cagney@redhat.com>
* gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
support.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/bigcore.exp | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 97a657b..a9c8a5c 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -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. diff --git a/gdb/testsuite/gdb.base/bigcore.exp b/gdb/testsuite/gdb.base/bigcore.exp index aa831a8..58cbfa1 100644 --- a/gdb/testsuite/gdb.base/bigcore.exp +++ b/gdb/testsuite/gdb.base/bigcore.exp @@ -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 } |