Fix more cases of improper test names
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / jit-simple.exp
index 30e41e14a140e8e4126ccc27be41833682940cf8..c2bc6cd01638fa367f793ef7a1203ebdc6d5ae47 100644 (file)
@@ -25,7 +25,7 @@
 # address between runs.
 
 if {[skip_shlib_tests]} {
-    untested jit-simple.exp
+    untested "skipping shared library tests"
     return -1
 }
 
@@ -79,7 +79,7 @@ set binfile_dl $binfile-dl
 set options [list debug shlib=${binfile_lib}]
 if {[gdb_compile ${srcdir}/${subdir}/${srcfile_dl} $binfile_dl executable \
         [list debug shlib=$binfile_lib]] == -1 } {
-    untested jit-simple.exp
+    untested "failed to compile"
     return -1
 }
 
This page took 0.032462 seconds and 4 git commands to generate.