summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/bigcore.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.base/bigcore.exp')
-rw-r--r--gdb/testsuite/gdb.base/bigcore.exp7
1 files changed, 7 insertions, 0 deletions
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}