Fix test names starting with uppercase output by basic functions
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.cell / arch.exp
index 56d2c731d46905d6dfb78684d28359ae8482d08b..f328ab667440e2430ebb8980b4739bd222fdb0e4 100644 (file)
@@ -33,16 +33,16 @@ if {[skip_cell_tests]} {
 
 # Compile SPU binary.
 if { [gdb_compile_cell_spu $spu_src $spu_bin executable {debug}]  != "" } {
-  unsupported "Compiling spu binary failed."
+  unsupported "compiling spu binary failed."
   return -1
 }
 # Compile PPU binary.
 if { [gdb_cell_embedspu $spu_bin $spu_bin-embed.o {debug}]  != "" } {
-  unsupported "Embedding spu binary failed."
+  unsupported "embedding spu binary failed."
   return -1
 }
 if { [gdb_compile_cell_ppu [list $ppu_src $spu_bin-embed.o] $ppu_bin executable {debug}] != "" } {
-  unsupported "Compiling ppu binary failed."
+  unsupported "compiling ppu binary failed."
   return -1
 }
 
@@ -61,7 +61,7 @@ gdb_test "show architecture" \
         "startup architecture is powerpc:common"
 
 if ![runto_main] then {
-  fail "Can't run to main"
+  fail "can't run to main"
   return 0
 }
 
@@ -78,15 +78,15 @@ check_spu_arch ""
 send_gdb "thread\n"
 gdb_expect 10 {
     -re "Current thread is (\[0-9\]*) .*\r\n$gdb_prompt $" {
-       pass "Retrieve current thread"
+       pass "retrieve current thread"
        set thread_id $expect_out(1,string)
     }
     -re "$gdb_prompt $" {
-       fail "Retrieve current thread"
+       fail "retrieve current thread"
        return 0
     }
     timeout {
-       fail "Retrieve current thread (timed out)"
+       fail "retrieve current thread (timed out)"
        return 0
     }
 }
This page took 0.025183 seconds and 4 git commands to generate.