diff options
author | Jim Blandy <jimb@codesourcery.com> | 2005-05-13 17:36:43 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2005-05-13 17:36:43 +0000 |
commit | f21565d2ff6d5e207028970ebecfbef3008154ec (patch) | |
tree | 91a02e2a41653ff6f8a939fcee0bed5ec825473b /gdb/testsuite/gdb.base/charset.exp | |
parent | d7c531cdd3e2617c81f62964e5f34335176766fe (diff) | |
download | fsf-binutils-gdb-f21565d2ff6d5e207028970ebecfbef3008154ec.zip fsf-binutils-gdb-f21565d2ff6d5e207028970ebecfbef3008154ec.tar.gz fsf-binutils-gdb-f21565d2ff6d5e207028970ebecfbef3008154ec.tar.bz2 |
* gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
calling gdb_suppress_entire_file.
* gdb.base/charset.exp: Same.
* gdb.base/call-rt-st.exp: Same.
Diffstat (limited to 'gdb/testsuite/gdb.base/charset.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/charset.exp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/charset.exp b/gdb/testsuite/gdb.base/charset.exp index 588bf05..212f3b3 100644 --- a/gdb/testsuite/gdb.base/charset.exp +++ b/gdb/testsuite/gdb.base/charset.exp @@ -32,7 +32,8 @@ set testfile "charset" 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 "couldn't compile ${srcdir}/${subdir}/${srcfile}" + return -1 } # Start with a fresh gdb. |