summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.stabs/exclfwd.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.stabs/exclfwd.exp')
-rw-r--r--gdb/testsuite/gdb.stabs/exclfwd.exp6
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.stabs/exclfwd.exp b/gdb/testsuite/gdb.stabs/exclfwd.exp
index 9d500146393..42b2c942545 100644
--- a/gdb/testsuite/gdb.stabs/exclfwd.exp
+++ b/gdb/testsuite/gdb.stabs/exclfwd.exp
@@ -38,12 +38,14 @@ set binfile ${objdir}/${subdir}/${testfile}
foreach file {exclfwd1 exclfwd2} {
if {[gdb_compile "${srcdir}/${subdir}/${file}.c" "${file}.o" object {debug}] != ""} {
- gdb_suppress_entire_file "Testcase compile failed, so all tests in this file will automatically fail."
+ untested exclfwd.exp
+ return -1
}
}
if {[gdb_compile "exclfwd1.o exclfwd2.o" ${binfile} executable {debug}] != "" } {
- gdb_suppress_entire_file "Testcase compile failed, so all tests in this file will automatically fail."
+ untested exclfwd.exp
+ return -1
}
gdb_exit