+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
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}] {