Fix test names starting with uppercase output by basic functions
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.arch / ftrace-insn-reloc.exp
index 44d195755d449d179e9a8a738cc18d7e85bca7ce..edf767fbb90e9e132588960e02ed92e200c9207b 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
 }
 
@@ -52,14 +52,14 @@ 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
 }
 
 gdb_reinitialize_dir $srcdir/$subdir
 
 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
 }
 
@@ -82,7 +82,7 @@ proc read_testcase { n } {
 set n_testcases [gdb_readexpr "n_testcases"]
 
 if { ${n_testcases} == 0 } {
-    untested "No instruction relocation to test"
+    untested "no instruction relocation to test"
     return 1
 }
 
This page took 0.024874 seconds and 4 git commands to generate.