diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/catch-load.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/catch-load.exp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/testsuite/gdb.base/catch-load.exp b/gdb/testsuite/gdb.base/catch-load.exp index 5908e32..d37bc75 100644 --- a/gdb/testsuite/gdb.base/catch-load.exp +++ b/gdb/testsuite/gdb.base/catch-load.exp @@ -14,19 +14,19 @@ # if {[skip_shlib_tests]} { - untested catch-load.exp + untested "skipping shared library tests" return -1 } if {[get_compiler_info]} { warning "Could not get compiler info" - untested catch-load.exp + untested "no compiler info" return -1 } standard_testfile .c if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug shlib_load}] != "" } { - untested catch-load.exp + untested "failed to compile" return -1 } @@ -35,7 +35,7 @@ set srcfile2 ${testfile2}.c set binfile2 [standard_output_file ${testfile2}.so] set binfile2_dlopen [shlib_target_file ${testfile2}.so] if { [gdb_compile_shlib "${srcdir}/${subdir}/${srcfile2}" ${binfile2} {debug}] != "" } { - untested catch-load.exp + untested "failed to compile shared library" return -1 } |