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]

[PATCH] Don't run bigcore.exp on *BSD


Since neither FreeBSD, nor NetBSD or OpenBSD generate sparce core
files, I'm disabling this test on all BSD's.

Committed,

Mark


Index: testsuite/ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.

Index: testsuite/gdb.base/bigcore.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/bigcore.exp,v
retrieving revision 1.2
diff -u -p -r1.2 bigcore.exp
--- testsuite/gdb.base/bigcore.exp 16 Feb 2004 18:49:09 -0000 1.2
+++ testsuite/gdb.base/bigcore.exp 21 Feb 2004 18:41:24 -0000
@@ -41,7 +41,7 @@ if ![isnative] then {
 # consumes too many resources - gigabytes worth of disk space and and
 # I/O bandwith.
 
-if { [istarget "*-*-netbsd*"] } {
+if { [istarget "*-*-*bsd*"] } {
     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]