From: Daniel Jacobowitz Date: Thu, 22 Jun 2006 19:57:02 +0000 (+0000) Subject: * gdb.base/store.exp: Don't use gdb_suppress_entire_file. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b9c5a23d0d66c53d9a27bf9143136e9c5664f162;p=binutils-gdb.git * gdb.base/store.exp: Don't use gdb_suppress_entire_file. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 16c64376051..d0028ef193d 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2006-06-22 Daniel Jacobowitz + + * gdb.base/store.exp: Don't use gdb_suppress_entire_file. + 2006-06-22 Daniel Jacobowitz * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not diff --git a/gdb/testsuite/gdb.base/store.exp b/gdb/testsuite/gdb.base/store.exp index 7b92eca3bf7..82bcb0dd035 100644 --- a/gdb/testsuite/gdb.base/store.exp +++ b/gdb/testsuite/gdb.base/store.exp @@ -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}] {