]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/gdb.trace/change-loc.exp
Fix test names starting with uppercase output by basic functions
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.trace / change-loc.exp
index 9fef3f064487d27c787c37c280af0fd1d62d2113..118060a82518d3ed235a796f25a6b38ad01b4291 100644 (file)
@@ -39,7 +39,7 @@ set additional_flags [list debug shlib=$lib_sl1 shlib_load [gdb_target_symbol_pr
 if { [gdb_compile_shlib $libsrc1 $lib_sl1 $lib_opts] != ""
      || [gdb_compile_shlib $libsrc2 $lib_sl2 $lib_opts] != ""
      || [gdb_compile $srcdir/$subdir/$srcfile $binfile executable $additional_flags] != ""} {
-    untested "Could not compile either $libsrc1 or $srcdir/$subdir/$srcfile."
+    untested "could not compile either $libsrc1 or $srcdir/$subdir/$srcfile."
     return -1
 }
 
@@ -49,12 +49,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] } then {
-    unsupported "Current target does not support trace"
+    unsupported "current target does not support trace"
     return -1
 }
 
@@ -70,7 +70,7 @@ proc tracepoint_change_loc_1 { trace_type } {
 
        clean_restart ${testfile}
        if ![runto_main] {
-           fail "Can't run to main"
+           fail "can't run to main"
            return -1
        }
        gdb_test_no_output "delete break 1"
@@ -298,7 +298,7 @@ proc tracepoint_install_in_trace_disabled { trace_type } {
 
        clean_restart ${testfile}
        if ![runto_main] {
-           fail "Can't run to main"
+           fail "can't run to main"
            return -1
        }