* gdb.base/store.exp: Don't use gdb_suppress_entire_file.
authorDaniel Jacobowitz <drow@false.org>
Thu, 22 Jun 2006 19:57:02 +0000 (19:57 +0000)
committerDaniel Jacobowitz <drow@false.org>
Thu, 22 Jun 2006 19:57:02 +0000 (19:57 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/store.exp

index 16c64376051e43d4db48105f574cebe883711ce9..d0028ef193de4e76984d4009e786997e1d92d2a8 100644 (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
index 7b92eca3bf7029c9c4bb8852c0cc37d2a2dbd426..82bcb0dd035fc609dae64d2934dcf970bd6607d6 100644 (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}] {
This page took 0.03799 seconds and 4 git commands to generate.