This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[obish/HPUX] Disable bigcore


It "hurts" poor little HP/UX.

committed,
Andrew
2004-02-27  Andrew Cagney  <cagney@redhat.com>

	* gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
	support.

Index: gdb.base/bigcore.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/bigcore.exp,v
retrieving revision 1.3
diff -u -r1.3 bigcore.exp
--- gdb.base/bigcore.exp	21 Feb 2004 18:43:58 -0000	1.3
+++ gdb.base/bigcore.exp	27 Feb 2004 16:47:13 -0000
@@ -41,7 +41,7 @@
 # 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
 }

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]