* gdb.base/auxv.exp: Call 'untested' and return -1 instead of
authorJim Blandy <jimb@codesourcery.com>
Mon, 2 May 2005 20:57:30 +0000 (20:57 +0000)
committerJim Blandy <jimb@codesourcery.com>
Mon, 2 May 2005 20:57:30 +0000 (20:57 +0000)
calling gdb_suppress_entire_file.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/auxv.exp

index e133fd821f9d2f53de15b9abfd5ad20cc8314f65..7ccee4640ffcb7d1ab67b083b5bccceecad98f2d 100644 (file)
@@ -1,3 +1,8 @@
+2005-05-02  Jim Blandy  <jimb@redhat.com>
+
+       * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
+       calling gdb_suppress_entire_file.
+
 2005-04-30  Randolph Chung  <tausq@debian.org>
 
        * gdb.threads/staticthreads.exp: Override signal to check for hppa.
index cb064f560a52c2d60607c461427f912197d33968..5187dd9ed3f285657af96fd8ee8f0a732df9fc76 100644 (file)
@@ -37,7 +37,8 @@ set corefile ${objdir}/${subdir}/${testfile}.corefile
 set gcorefile ${objdir}/${subdir}/${testfile}.gcore
 
 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 "couldn't compile ${srcdir}/${subdir}/${srcfile}"
+    return -1
 }
 
 # Use a fresh directory to confine the native core dumps.