From a777764a50ba44e6806c26c75501e190fa749c0f Mon Sep 17 00:00:00 2001 From: kettenis Date: Sat, 21 Feb 2004 18:43:58 +0000 Subject: [PATCH] * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.base/bigcore.exp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 0a6d117ca1..3e59787c00 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-02-21 Mark Kettenis + + * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD. + 2004-02-19 Fred Fish New testcase for PR breakpoint/1558. diff --git a/gdb/testsuite/gdb.base/bigcore.exp b/gdb/testsuite/gdb.base/bigcore.exp index 29092bdf10..aa831a87e2 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 "*-*-netbsd*"] } { +if { [istarget "*-*-*bsd*"] } { untested "Kernel lacks sparse corefile support (PR gdb/1551)" return } -- 2.11.0