From: Elena Zannoni Date: Mon, 23 Jun 2003 20:21:03 +0000 (+0000) Subject: 2003-06-23 Elena Zannoni X-Git-Tag: cagney_x86i386-20030821-branchpoint~172 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99b6f184aa8286915d9179673a2d6882c2297357;p=thirdparty%2Fbinutils-gdb.git 2003-06-23 Elena Zannoni * gdb.objc/basicclass.exp: Return -1 if we cannot compile the testcase. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 8a1a41141f6..875015511f6 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2003-06-23 Elena Zannoni + + * gdb.objc/basicclass.exp: Return -1 if we cannot compile + the testcase. + 2003-06-22 Daniel Jacobowitz * gdb.base/relocate.exp: Test add-symbol-file with a variable diff --git a/gdb/testsuite/gdb.objc/basicclass.exp b/gdb/testsuite/gdb.objc/basicclass.exp index 44b709e3e27..5fb51815333 100644 --- a/gdb/testsuite/gdb.objc/basicclass.exp +++ b/gdb/testsuite/gdb.objc/basicclass.exp @@ -29,7 +29,7 @@ set binfile ${objdir}/${subdir}/${testfile} # which libraries to link in. Most of the time it uses pthread # if {[gdb_compile_objc "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [list debug ]] != "" } { - gdb_suppress_entire_file "Testcase compile failed, so all tests in this file will automatically fail." + return -1 } #