* gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / charset.exp
index 588bf059c77ce6d7d2fc47a69f5d34bdbe48d543..212f3b3c509d26eb4fee623aab41665d1d1f61d6 100644 (file)
@@ -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.
This page took 0.025505 seconds and 4 git commands to generate.