Fix test names starting with uppercase output by basic functions
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.trace / trace-condition.exp
index e36dba42fc9d56ea28a94ce1191ce4dd99cc9187..0e93e5171259afccb2d0c4a9bc37aa9a63b3ad3e 100644 (file)
@@ -28,7 +28,7 @@ if [prepare_for_testing $expfile $executable $srcfile \
 }
 
 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
 }
 
@@ -53,12 +53,12 @@ if { [gdb_compile "$srcdir/$subdir/$srcfile" $binfile \
 clean_restart ${executable}
 
 if ![runto_main] {
-    fail "Can't run to main for ftrace tests"
+    fail "can't run to main for ftrace tests"
     return 0
 }
 
 if { [gdb_test "info sharedlibrary" ".*${remote_libipa}.*" "IPA loaded"] != 0 } {
-    untested "Could not find IPA lib loaded"
+    untested "could not find IPA lib loaded"
     return 1
 }
 
@@ -68,7 +68,7 @@ proc test_tracepoints { trace_command condition num_frames { kfail_proc 0 } } {
     clean_restart ${executable}
 
     if ![runto_main] {
-       fail "Can't run to main for ftrace tests"
+       fail "can't run to main for ftrace tests"
        return 0
     }
 
This page took 0.027878 seconds and 4 git commands to generate.