From eac69dcad3dde2ac3f520fe7f73270bb3bd58be2 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Thu, 16 Sep 2004 05:23:13 +0000 Subject: [PATCH] * gdb.base/bigcore.exp: Deactivate on IRIX targets. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.base/bigcore.exp | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index aa6abb45d22..6e7efd7870c 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-09-15 Joel Brobecker + + * gdb.base/bigcore.exp: Deactivate on IRIX targets. + 2004-09-14 Michael Chastain * gdb.threads/killed.c: Include . diff --git a/gdb/testsuite/gdb.base/bigcore.exp b/gdb/testsuite/gdb.base/bigcore.exp index b7201365361..0a55eae6cba 100644 --- a/gdb/testsuite/gdb.base/bigcore.exp +++ b/gdb/testsuite/gdb.base/bigcore.exp @@ -49,6 +49,13 @@ if { [istarget "*-*-*bsd*"] return } +# This testcase causes too much stress (in terms of memory usage) +# on certain systems... +if { [istarget "*-*-*irix*"] } { + untested "Testcase too stressful for this system" + return +} + set testfile "bigcore" set srcfile ${testfile}.c set binfile ${objdir}/${subdir}/${testfile} -- 2.30.2