Fix more cases of improper test names
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / catch-load.exp
index 5908e3257b03cccaf9df8af1d0fa004ecb1944a0..d37bc7572fbbb61b2400896c88ac3a4cce8100f2 100644 (file)
 #
 
 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
 }
 
This page took 0.029886 seconds and 4 git commands to generate.