* gdb.base/store.exp: Don't use gdb_suppress_entire_file.
This commit is contained in:
parent
9af2e58deb
commit
b9c5a23d0d
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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}] {
|
||||
|
|
Loading…
Reference in a new issue