Fix test names starting with uppercase output by basic functions
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.trace / mi-tracepoint-changed.exp
index a0e49afd451c087108ab09ef90d3bd20ae09e2fa..43b34c996630a148b49f3bd54e7cf04688bdd03b 100644 (file)
@@ -32,13 +32,13 @@ set lib_opts [gdb_target_symbol_prefix_flags]
 
 if { [gdb_compile_shlib $libsrc1 $lib_sl1 $lib_opts] != ""
      || [gdb_compile_shlib $libsrc2 $lib_sl2 $lib_opts] != ""} {
-    untested "Could not compile either $libsrc1 or $libsrc2"
+    untested "could not compile either $libsrc1 or $libsrc2"
     return -1
 }
 
 set exec_opts [list debug shlib=$lib_sl1 shlib_load]
 if { [gdb_compile $srcdir/$subdir/$srcfile $binfile executable $exec_opts] != "" } {
-    untested "Failed to compile $srcfile"
+    untested "failed to compile $srcfile"
     return -1
 }
 
@@ -66,7 +66,7 @@ proc test_reconnect { } {
        gdb_load_shlib $lib_sl1
        gdb_load_shlib $lib_sl2
        if ![runto_main] then {
-           fail "Can't run to main"
+           fail "can't run to main"
            return 0
        }
        # Create tracepoints on marker and main, and leave them in the
@@ -247,12 +247,12 @@ gdb_load_shlib $lib_sl1
 gdb_load_shlib $lib_sl2
 
 if ![runto_main] {
-    fail "Can't run to main to check for trace support"
+    fail "can't run to main to check for trace support"
     return -1
 }
 
 if ![gdb_target_supports_trace] {
-    unsupported "Current target does not support trace"
+    unsupported "current target does not support trace"
     return -1
 }
 
This page took 0.025146 seconds and 4 git commands to generate.