* gdb.base/store.exp: Don't use gdb_suppress_entire_file.

This commit is contained in:
Daniel Jacobowitz 2006-06-22 19:57:02 +00:00
parent 9af2e58deb
commit b9c5a23d0d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
* gdb.base/store.exp: Don't use gdb_suppress_entire_file.
2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
* gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not

View File

@ -30,7 +30,8 @@ set testfile "store"
set srcfile ${testfile}.c
set binfile ${objdir}/${subdir}/${testfile}
if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
gdb_suppress_entire_file "Testcase compile failed, so all tests in this file will automatically fail."
untested store.exp
return -1
}
if [get_compiler_info ${binfile}] {