diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2003-06-23 20:20:31 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2003-06-23 20:20:31 +0000 |
commit | 5f135ce75307e75bd1410bf34d6f6e8a7fce7bec (patch) | |
tree | 218e43202e93c92db7f7774a48c5ced1cc54ef73 /gdb/testsuite | |
parent | 65bd5e2a9733a7b4795bb71ae5ffc9ceeb6e1138 (diff) | |
download | gdb-5f135ce75307e75bd1410bf34d6f6e8a7fce7bec.tar.gz |
2003-06-23 Elena Zannoni <ezannoni@redhat.com>
* gdb.objc/basicclass.exp: Return -1 if we cannot compile
the testcase.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/testsuite/gdb.objc/basicclass.exp | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 8a1a41141f6..ce28f5da078 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2003-06-23 Elena Zannoni <ezannoni@redhat.com> + + * gdb.objc/basicclass.exp: Return -1 if we cannot compile + the testcase. + 2003-06-22 Daniel Jacobowitz <drow@mvista.com> * 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 } # |