From: Jim Blandy Date: Mon, 2 May 2005 20:57:30 +0000 (+0000) Subject: * gdb.base/auxv.exp: Call 'untested' and return -1 instead of X-Git-Tag: msnyder-tracepoint-checkpoint-branchpoint~381 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=78df6c563d7976613a18b41e8a686d2e83a01c54;p=platform%2Fupstream%2Fbinutils.git * gdb.base/auxv.exp: Call 'untested' and return -1 instead of calling gdb_suppress_entire_file. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index e133fd8..7ccee46 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2005-05-02 Jim Blandy + + * gdb.base/auxv.exp: Call 'untested' and return -1 instead of + calling gdb_suppress_entire_file. + 2005-04-30 Randolph Chung * gdb.threads/staticthreads.exp: Override signal to check for hppa. diff --git a/gdb/testsuite/gdb.base/auxv.exp b/gdb/testsuite/gdb.base/auxv.exp index cb064f5..5187dd9 100644 --- a/gdb/testsuite/gdb.base/auxv.exp +++ b/gdb/testsuite/gdb.base/auxv.exp @@ -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.