diff options
Diffstat (limited to 'gdb/testsuite/gdb.hp/gdb.base-hp/hwwatchbus.exp')
-rw-r--r-- | gdb/testsuite/gdb.hp/gdb.base-hp/hwwatchbus.exp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.hp/gdb.base-hp/hwwatchbus.exp b/gdb/testsuite/gdb.hp/gdb.base-hp/hwwatchbus.exp index 3e529f8c0e6..d0b7b26dadd 100644 --- a/gdb/testsuite/gdb.hp/gdb.base-hp/hwwatchbus.exp +++ b/gdb/testsuite/gdb.hp/gdb.base-hp/hwwatchbus.exp @@ -37,7 +37,8 @@ set binfile ${objdir}/${subdir}/${testfile} # build the first test case 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 hwwatchbus.exp + return -1 } if [get_compiler_info ${binfile}] { |