* gdb.base/bigcore.exp: Deactivate on IRIX targets.

This commit is contained in:
Joel Brobecker 2004-09-16 05:23:13 +00:00
parent 65596487c8
commit eac69dcad3
2 changed files with 11 additions and 0 deletions

View 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> 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
* gdb.threads/killed.c: Include <stdlib.h>. * gdb.threads/killed.c: Include <stdlib.h>.

View file

@ -49,6 +49,13 @@ if { [istarget "*-*-*bsd*"]
return 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 testfile "bigcore"
set srcfile ${testfile}.c set srcfile ${testfile}.c
set binfile ${objdir}/${subdir}/${testfile} set binfile ${objdir}/${subdir}/${testfile}