]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* gdb.base/bigcore.exp: Deactivate on IRIX targets.
authorJoel Brobecker <brobecker@gnat.com>
Thu, 16 Sep 2004 05:23:13 +0000 (05:23 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Thu, 16 Sep 2004 05:23:13 +0000 (05:23 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/bigcore.exp

index aa6abb45d220c98f468f1cdbd03b0abc94cb1aec..6e7efd7870c8e6b57fe95aa44830ed466af88af8 100644 (file)
@@ -1,3 +1,7 @@
+2004-09-15  Joel Brobecker  <brobecker@gnat.com>
+
+       * gdb.base/bigcore.exp: Deactivate on IRIX targets.
+
 2004-09-14  Michael Chastain  <mec.gnu@mindspring.com>
 
        * gdb.threads/killed.c: Include <stdlib.h>.
index b7201365361e6366730b714fee2c58fd7d3811b1..0a55eae6cbab64b2001b3ea8398ead5d78a97709 100644 (file)
@@ -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}