* gdb.base/bigcore.exp: Deactivate on IRIX targets.
This commit is contained in:
parent
65596487c8
commit
eac69dcad3
2 changed files with 11 additions and 0 deletions
|
@ -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>.
|
||||||
|
|
|
@ -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}
|
||||||
|
|
Loading…
Reference in a new issue