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/call-rt-st.exp | |
parent | d7c531cdd3e2617c81f62964e5f34335176766fe (diff) | |
download | gdb-f21565d2ff6d5e207028970ebecfbef3008154ec.zip gdb-f21565d2ff6d5e207028970ebecfbef3008154ec.tar.gz 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/call-rt-st.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/call-rt-st.exp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.base/call-rt-st.exp b/gdb/testsuite/gdb.base/call-rt-st.exp index 7152a4a..7e94408 100644 --- a/gdb/testsuite/gdb.base/call-rt-st.exp +++ b/gdb/testsuite/gdb.base/call-rt-st.exp @@ -43,8 +43,9 @@ if { [istarget "sparclet-*-*"] } { } if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug additional_flags=-w}] != "" } { - 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 +} |