Fix more cases of improper test names
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.mi / mi-catch-load.exp
index fe28afc33066649485c069fdd49cecc44d3e03e5..c503497bbd1417c7f66c84f4bb0925f0bcf132b4 100644 (file)
@@ -25,14 +25,14 @@ if [mi_gdb_start] {
 
 if {[get_compiler_info]} {
     warning "Could not get compiler info"
-    untested mi-catch-load.exp
+    untested "no compiler info"
     return -1
 }
 
 standard_testfile mi-catch-load.c
 
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug shlib_load}] != "" } {
-    untested mi-catch-load.exp
+    untested "failed to compile"
     return -1
 }
 
@@ -41,7 +41,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 mi-catch-load.exp
+    untested "failed to compile shared library"
     return -1
 }
 mi_run_to_main
This page took 0.026466 seconds and 4 git commands to generate.