aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/call-rt-st.exp
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2005-05-13 17:36:43 +0000
committerJim Blandy <jimb@codesourcery.com>2005-05-13 17:36:43 +0000
commitf21565d2ff6d5e207028970ebecfbef3008154ec (patch)
tree91a02e2a41653ff6f8a939fcee0bed5ec825473b /gdb/testsuite/gdb.base/call-rt-st.exp
parentd7c531cdd3e2617c81f62964e5f34335176766fe (diff)
downloadgdb-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.exp5
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
+}