Fix test names starting with uppercase output by basic functions
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.python / py-symbol.exp
index 4cdb3b89c231039e159a96b4512762d71d1c9acb..41c4a9e218dcbaa0ec39eacb5ad3c2c4095dd928 100644 (file)
@@ -50,7 +50,7 @@ gdb_test "python print (gdb.lookup_global_symbol('qq').needs_frame)" \
 
 
 if ![runto_main] then {
-    fail "Can't run to main"
+    fail "can't run to main"
     return 0
 }
 
@@ -127,7 +127,7 @@ gdb_test "python print (t\[0\].symtab)" "${py_symbol_c}" "Get symtab"
 # C++ tests
 # Recompile binary.
 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}-cxx" executable "debug c++"] != "" } {
-    untested "Couldn't compile ${srcfile} in c++ mode"
+    untested "couldn't compile ${srcfile} in c++ mode"
     return -1
 }
 
@@ -138,7 +138,7 @@ gdb_reinitialize_dir $srcdir/$subdir
 gdb_load ${binfile}-cxx
 
 if ![runto_main] then {
-    fail "Can't run to main"
+    fail "can't run to main"
     return 0
 }
 
@@ -167,7 +167,7 @@ gdb_test "python print (cplusfunc.addr_class == gdb.SYMBOL_LOC_BLOCK)" "True" "T
 # Start with a fresh gdb.
 clean_restart ${testfile}
 if ![runto_main] then {
-    fail "Cannot run to main."
+    fail "cannot run to main."
     return 0
 }
 
This page took 0.025326 seconds and 4 git commands to generate.