Fix test names starting with uppercase using multi-line gdb_test/mi_gdb_test
authorLuis Machado <lgustavo@codesourcery.com>
Thu, 1 Dec 2016 20:44:38 +0000 (14:44 -0600)
committerLuis Machado <lgustavo@codesourcery.com>
Thu, 1 Dec 2016 20:44:38 +0000 (14:44 -0600)
This fixes offender testcases that have test names starting with uppercase
when using gdb_test/mi_gdb_test in a multi-line construct.

gdb/testsuite/ChangeLog
2016-12-01  Luis Machado  <lgustavo@codesourcery.com>

Fix test names starting with uppercase throughout the files.

* gdb.ada/array_return.exp
* gdb.ada/expr_delims.exp
* gdb.ada/mi_dyn_arr.exp
* gdb.ada/mi_interface.exp
* gdb.ada/mi_var_array.exp
* gdb.ada/watch_arg.exp
* gdb.arch/alpha-step.exp
* gdb.arch/altivec-regs.exp
* gdb.arch/e500-regs.exp
* gdb.arch/powerpc-d128-regs.exp
* gdb.base/arrayidx.exp
* gdb.base/break.exp
* gdb.base/checkpoint.exp
* gdb.base/debug-expr.exp
* gdb.base/dmsym.exp
* gdb.base/radix.exp
* gdb.base/sepdebug.exp
* gdb.base/testenv.exp
* gdb.base/watch_thread_num.exp
* gdb.base/watchpoint-cond-gone.exp
* gdb.cell/break.exp
* gdb.cell/ea-cache.exp
* gdb.compile/compile.exp
* gdb.cp/gdb2495.exp
* gdb.gdb/selftest.exp
* gdb.gdb/xfullpath.exp
* gdb.go/hello.exp
* gdb.go/integers.exp
* gdb.objc/basicclass.exp
* gdb.pascal/hello.exp
* gdb.pascal/integers.exp
* gdb.python/py-breakpoint.exp
* gdb.python/py-cmd.exp
* gdb.python/py-linetable.exp
* gdb.python/py-xmethods.exp
* gdb.python/python.exp
* gdb.reverse/consecutive-precsave.exp
* gdb.reverse/finish-precsave.exp
* gdb.reverse/i386-precsave.exp
* gdb.reverse/machinestate-precsave.exp
* gdb.reverse/sigall-precsave.exp
* gdb.reverse/solib-precsave.exp
* gdb.reverse/step-precsave.exp
* gdb.reverse/until-precsave.exp
* gdb.reverse/watch-precsave.exp
* gdb.threads/leader-exit.exp
* gdb.threads/pthreads.exp
* gdb.threads/wp-replication.exp
* gdb.trace/actions.exp
* gdb.trace/mi-tsv-changed.exp
* gdb.trace/tsv.exp

52 files changed:
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.ada/array_return.exp
gdb/testsuite/gdb.ada/expr_delims.exp
gdb/testsuite/gdb.ada/mi_dyn_arr.exp
gdb/testsuite/gdb.ada/mi_interface.exp
gdb/testsuite/gdb.ada/mi_var_array.exp
gdb/testsuite/gdb.ada/watch_arg.exp
gdb/testsuite/gdb.arch/alpha-step.exp
gdb/testsuite/gdb.arch/altivec-regs.exp
gdb/testsuite/gdb.arch/e500-regs.exp
gdb/testsuite/gdb.arch/powerpc-d128-regs.exp
gdb/testsuite/gdb.base/arrayidx.exp
gdb/testsuite/gdb.base/break.exp
gdb/testsuite/gdb.base/checkpoint.exp
gdb/testsuite/gdb.base/debug-expr.exp
gdb/testsuite/gdb.base/dmsym.exp
gdb/testsuite/gdb.base/radix.exp
gdb/testsuite/gdb.base/sepdebug.exp
gdb/testsuite/gdb.base/testenv.exp
gdb/testsuite/gdb.base/watch_thread_num.exp
gdb/testsuite/gdb.base/watchpoint-cond-gone.exp
gdb/testsuite/gdb.cell/break.exp
gdb/testsuite/gdb.cell/ea-cache.exp
gdb/testsuite/gdb.compile/compile.exp
gdb/testsuite/gdb.cp/gdb2495.exp
gdb/testsuite/gdb.gdb/selftest.exp
gdb/testsuite/gdb.gdb/xfullpath.exp
gdb/testsuite/gdb.go/hello.exp
gdb/testsuite/gdb.go/integers.exp
gdb/testsuite/gdb.objc/basicclass.exp
gdb/testsuite/gdb.pascal/hello.exp
gdb/testsuite/gdb.pascal/integers.exp
gdb/testsuite/gdb.python/py-breakpoint.exp
gdb/testsuite/gdb.python/py-cmd.exp
gdb/testsuite/gdb.python/py-linetable.exp
gdb/testsuite/gdb.python/py-xmethods.exp
gdb/testsuite/gdb.python/python.exp
gdb/testsuite/gdb.reverse/consecutive-precsave.exp
gdb/testsuite/gdb.reverse/finish-precsave.exp
gdb/testsuite/gdb.reverse/i386-precsave.exp
gdb/testsuite/gdb.reverse/machinestate-precsave.exp
gdb/testsuite/gdb.reverse/sigall-precsave.exp
gdb/testsuite/gdb.reverse/solib-precsave.exp
gdb/testsuite/gdb.reverse/step-precsave.exp
gdb/testsuite/gdb.reverse/until-precsave.exp
gdb/testsuite/gdb.reverse/watch-precsave.exp
gdb/testsuite/gdb.threads/leader-exit.exp
gdb/testsuite/gdb.threads/pthreads.exp
gdb/testsuite/gdb.threads/wp-replication.exp
gdb/testsuite/gdb.trace/actions.exp
gdb/testsuite/gdb.trace/mi-tsv-changed.exp
gdb/testsuite/gdb.trace/tsv.exp

index 66356b44ec3249866e0bae90b56154edcf740234..fd6abe5ef165f502862c571505faaff6d795befc 100644 (file)
@@ -1,3 +1,59 @@
+2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
+
+       Fix test names starting with uppercase throughout the files.
+
+       * gdb.ada/array_return.exp
+       * gdb.ada/expr_delims.exp
+       * gdb.ada/mi_dyn_arr.exp
+       * gdb.ada/mi_interface.exp
+       * gdb.ada/mi_var_array.exp
+       * gdb.ada/watch_arg.exp
+       * gdb.arch/alpha-step.exp
+       * gdb.arch/altivec-regs.exp
+       * gdb.arch/e500-regs.exp
+       * gdb.arch/powerpc-d128-regs.exp
+       * gdb.base/arrayidx.exp
+       * gdb.base/break.exp
+       * gdb.base/checkpoint.exp
+       * gdb.base/debug-expr.exp
+       * gdb.base/dmsym.exp
+       * gdb.base/radix.exp
+       * gdb.base/sepdebug.exp
+       * gdb.base/testenv.exp
+       * gdb.base/watch_thread_num.exp
+       * gdb.base/watchpoint-cond-gone.exp
+       * gdb.cell/break.exp
+       * gdb.cell/ea-cache.exp
+       * gdb.compile/compile.exp
+       * gdb.cp/gdb2495.exp
+       * gdb.gdb/selftest.exp
+       * gdb.gdb/xfullpath.exp
+       * gdb.go/hello.exp
+       * gdb.go/integers.exp
+       * gdb.objc/basicclass.exp
+       * gdb.pascal/hello.exp
+       * gdb.pascal/integers.exp
+       * gdb.python/py-breakpoint.exp
+       * gdb.python/py-cmd.exp
+       * gdb.python/py-linetable.exp
+       * gdb.python/py-xmethods.exp
+       * gdb.python/python.exp
+       * gdb.reverse/consecutive-precsave.exp
+       * gdb.reverse/finish-precsave.exp
+       * gdb.reverse/i386-precsave.exp
+       * gdb.reverse/machinestate-precsave.exp
+       * gdb.reverse/sigall-precsave.exp
+       * gdb.reverse/solib-precsave.exp
+       * gdb.reverse/step-precsave.exp
+       * gdb.reverse/until-precsave.exp
+       * gdb.reverse/watch-precsave.exp
+       * gdb.threads/leader-exit.exp
+       * gdb.threads/pthreads.exp
+       * gdb.threads/wp-replication.exp
+       * gdb.trace/actions.exp
+       * gdb.trace/mi-tsv-changed.exp
+       * gdb.trace/tsv.exp
+
 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
 
        Fix test names starting with uppercase throughout the files.
index f4dae48f6ca5f9831b25fddb073c18d7fa7d41a7..37f284588f46fff99aada4206d3f84cb00513225 100644 (file)
@@ -52,7 +52,7 @@ gdb_test "break create_small_float_vector" \
 
 gdb_test "cont" \
          "Breakpoint \[0-9\]+, pck.create_small \\(\\).*" \
-         "Continuing to Create_Small"
+         "continuing to Create_Small"
 
 gdb_test "finish" \
          "Value returned is \\\$\[0-9\]+ = \\(1, 1\\)" \
@@ -63,7 +63,7 @@ gdb_test "finish" \
 
 gdb_test "cont" \
          "Breakpoint \[0-9\]+, pck.create_large \\(\\).*" \
-         "Continuing to Create_Large"
+         "continuing to Create_Large"
 
 # On hppa32, the value returned is too large to be returned via a register.
 # Instead, it is returned using the struct convention, and the debugger
@@ -82,7 +82,7 @@ gdb_test "finish" \
 
 gdb_test "cont" \
          "Breakpoint \[0-9\]+, pck.create_small_float_vector \\(\\).*" \
-         "Continuing to Create_Small_Float_Vector"
+         "continuing to Create_Small_Float_Vector"
 
 gdb_test "finish" \
          "Value returned is \\\$\[0-9\]+ = \\(4.25, 4.25\\)" \
index 4e1b962585aa0179f48782c16b17caf004a18e47..921fb10ff513ae2c69a88d507697b88be22be6d4 100644 (file)
@@ -39,26 +39,26 @@ gdb_test "continue" \
 # for an expression delimiter.
 gdb_test "print thread" \
          "= 1" \
-         "Print variable 'thread'"
+         "print variable 'thread'"
 
 gdb_test_no_output "delete 1"
 
 gdb_test "watch thread" \
          ".*atchpoint \[0-9\]+: thread" \
-         "Set plain watchpoint on variable 'thread'"
+         "set plain watchpoint on variable 'thread'"
 
 # Make sure that 'if' when followed by an expression beginning
 # with 'i' works.
 gdb_test "watch thread if i = 2" \
          ".*atchpoint \[0-9\]+: thread" \
-         "Set conditional watchpoint."
+         "set conditional watchpoint."
 
 gdb_test "info break" \
          ".*${ws}.*atchpoint${ws}keep${ws}y${ws}thread${ws}.*atchpoint${ws}keep${ws}y${ws}thread${ws}stop only if i = 2" \
-         "Check that watchpoint is set correctly."
+         "check that watchpoint is set correctly."
 
 # Check for right error when using both 'if' and 'thread' clauses.
 
 gdb_test "break foo.adb:$bp_location if thread = 10 thread 999" \
          ".*Unknown thread 999\\." \
-         "Combination of 'if' and 'thread' delimiters."
+         "combination of 'if' and 'thread' delimiters."
index 9a7da6e64eb8783ea8ae5d2dd175f0baf62af874..a8ce1f2d8f39b5b02dd7cd5c07510ac2e6d20ace 100644 (file)
@@ -45,7 +45,7 @@ mi_continue_to_line \
 
 mi_gdb_test "-var-create bt * bt" \
     "\\^done,name=\"bt\",numchild=\"3\",.*" \
-    "Create bt varobj"
+    "create bt varobj"
 
 mi_gdb_test "-var-update 1 *" \
     "\\^done,changelist=\\\[\\\]" \
index 764236a20a2942107d770a017668821e8ecd4c8d..30c85f018fb5740870f44ac80c007e449ea83726 100644 (file)
@@ -45,7 +45,7 @@ mi_continue_to_line \
 
 mi_gdb_test "-var-create ggg1 * ggg1" \
     "\\^done,name=\"ggg1\",numchild=\"1\",value=\"{...}\",type=\"<ref> pck.gadatatype\",has_more=\"0\"" \
-    "Create ggg1 varobj"
+    "create ggg1 varobj"
 
 mi_gdb_test "-var-list-children 1 ggg1" \
     "\\^done,numchild=\"1\",children=\\\[child={name=\"ggg1.i\",exp=\"i\",numchild=\"0\",value=\"42\",type=\"integer\"}\\\],has_more=\"0\"" \
index 3c7073f88d4dd9681ea8afbd091e7d88aeb9b2a4..01b7a61e8a1835332d222a38e629e8de20ac6fac 100644 (file)
@@ -45,7 +45,7 @@ mi_continue_to_line \
 
 mi_gdb_test "-var-create vta * vta" \
     "\\^done,name=\"vta\",numchild=\"2\",.*" \
-    "Create bt varobj"
+    "create bt varobj"
 
 mi_gdb_test "-var-list-children vta" \
     "\\^done,numchild=\"2\",children=\\\[child={name=\"vta.n\",exp=\"n\",numchild=\"0\",type=\"bar\\.int\"},child={name=\"vta.f\",exp=\"f\",numchild=\"0\",type=\"array \\(1 .. n\\) of character\"}\\\],.*" \
index 22a6746224e39d1176ea89392615110bba137518..94f1f99977d00ce04f6862aab910680a1edde2ea 100644 (file)
@@ -32,7 +32,7 @@ runto "watch.adb:$bp_location"
 
 gdb_test "watch x" \
          ".*atchpoint \[0-9\]+: x" \
-         "Set watchpoint on function argument X"
+         "set watchpoint on function argument X"
 
 # Then insert a breakpoint at the location we'd like to continue to...
 set bp_location [gdb_get_line_number "BREAK2" ${testdir}/watch.adb]
@@ -45,6 +45,6 @@ gdb_test "break watch.adb:$bp_location" \
 
 gdb_test "cont" \
          "Breakpoint \[0-9\]+, watch \\(\\).*" \
-         "Continuing to second breakpoint"
+         "continuing to second breakpoint"
 
 
index e45ad97074977f832705c12bb467c402d1c4b425..16743fba1a8c45732f7b1c9b7715bb7235b4d836 100644 (file)
@@ -94,7 +94,7 @@ proc test_stepi {function } {
     
     gdb_test "x /i \$pc" \
              "0x\[0-9a-fA-F\]+ <.*>:\[ \t\]+fneg.*" \
-             "Check stepi over fb$function stopped on fneg instruction"
+             "check stepi over fb$function stopped on fneg instruction"
 
 }
 
index f02ef26c27744c747d1fec15d16d3cadfd513eb8..51e5e7a54fe59fc3848ceaa8d3b95f0aa87fbc4b 100644 (file)
@@ -170,12 +170,12 @@ gdb_expect_list "info vector" ".*$gdb_prompt $" {
 
 gdb_test "break vector_fun" \
  "Breakpoint 2 at.*altivec-regs.c, line \[0-9\]+\\." \
- "Set breakpoint at vector_fun"
+ "set breakpoint at vector_fun"
 
 # Actually it is nuch easier to see these results printed in hex.
 gdb_test "set output-radix 16" \
   "Output radix now set to decimal 16, hex 10, octal 20." \
-  "Set output radix to hex"
+  "set output radix to hex"
 
 gdb_test "continue" \
   "Breakpoint 2, vector_fun .a=.0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe., b=.0x1010101, 0x1010101, 0x1010101, 0x1010101.*altivec-regs.c.*vec_splat_u8.2..;" \
index 669f3665ee54f9fd43f02c1ca99eb0a24120e63c..6d535aa600e50fb139362defe6b209a6f72cd985 100644 (file)
@@ -160,12 +160,12 @@ if ![runto_main] then {
 
 gdb_test "break vector_fun" \
  "Breakpoint 2 at.*e500-regs.c, line \[0-9\]+\\." \
- "Set breakpoint at vector_fun"
+ "set breakpoint at vector_fun"
 
 # Actually it is nuch easier to see these results printed in hex.
 # gdb_test "set output-radix 16" \
 #   "Output radix now set to decimal 16, hex 10, octal 20." \
-#   "Set output radix to hex"
+#   "set output radix to hex"
 
 gdb_test "continue" \
   "Breakpoint 2, vector_fun .a=.-2, -2., b=.1, 1.*e500-regs.c.*ev_create_s32 .2, 2.;" \
index 2be82c3a3e1dded0975e8f1247caba2cb8cad744..758c294999668c3c4ea90e664c9ca8c0eee60807 100644 (file)
@@ -57,14 +57,14 @@ gdb_test "print \$dl$i" "\\\$$decimal = 1\.2345678910" "print dl$i register as D
 
 gdb_test "info reg dl$i" \
         "dl$i\[ \]*1\.2345678910\[\t\]*\\(raw 0x2205800000000000000000049c5de09c\\)" \
-        "Print dl$i register with the info reg command"
+        "print dl$i register with the info reg command"
 
 gdb_test "info reg f[expr 2*$i]" \
         "f[expr 2*$i]\[ \]*8\.608957309287334e\-145\[\t\]*\\(raw 0x2205800000000000\\)" \
-        "Testing lower half of dl$i register"
+        "testing lower half of dl$i register"
 
 gdb_test "info reg f[expr 2*$i+1]" \
         "f[expr 2*$i+1]\[ \]*9\.7841140127686122e\-314\[\t\]*\\(raw 0x000000049c5de09c\\)" \
-        "Testing upper half of dl$i register"
+        "testing upper half of dl$i register"
 
 }
index a2253e91ba7161368a42a5fee3ff404b0c9c6357..bfd186bdc1b12ce9d7b8196f972ffa469a9a490f 100644 (file)
@@ -38,7 +38,7 @@ gdb_test_no_output "set print array-indexes off" \
 
 gdb_test "print array" \
          "\\{1, 2, 3, 4\\}" \
-         "Print array with array-indexes off"
+         "print array with array-indexes off"
 
 # Second, print the same array with the indexes
 
@@ -47,6 +47,6 @@ gdb_test_no_output "set print array-indexes on" \
 
 gdb_test "print array" \
          "\\{\\\[0\\\] = 1, \\\[1\\\] = 2, \\\[2\\\] = 3, \\\[3\\\] = 4\\}" \
-         "Print array with array-indexes on"
+         "print array with array-indexes on"
 
 
index bda86764a61f4059dd0c608ee1c8dbc474dd49e7..ef0a5d2faca4687a345d010bc8f12c78ef2ebfe9 100644 (file)
@@ -434,7 +434,7 @@ gdb_test "tbreak $srcfile:factorial" "Temporary breakpoint.*at.* file .*$srcfile
 #
 gdb_test "tbreak $bp_location1" \
     "Temporary breakpoint.*at.* file .*$srcfile, line $bp_location1.*" \
-    "Temporary breakpoint line number #1"
+    "temporary breakpoint line number #1"
 
 gdb_test "tbreak $bp_location6" "Temporary breakpoint.*at.* file .*$srcfile, line $bp_location6.*" "temporary breakpoint line number #2"
 
@@ -443,7 +443,7 @@ gdb_test "tbreak $bp_location6" "Temporary breakpoint.*at.* file .*$srcfile, lin
 #
 gdb_test "tbreak $srcfile:$bp_location2" \
     "Temporary breakpoint.*at.* file .*$srcfile, line $bp_location2.*" \
-    "Temporary breakpoint line number in file #1"
+    "temporary breakpoint line number in file #1"
 
 set bp_location11 [gdb_get_line_number "set breakpoint 11 here"]
 gdb_test  "tbreak $srcfile:$bp_location11" "Temporary breakpoint.*at.* file .*$srcfile, line $bp_location11.*" "Temporary breakpoint line number in file #2"
index ab1841995fcd5e874913ebd7adf9fc53ccfbdf6d..0c52092cee39d9eb5438be4ae56167149bc8d743 100644 (file)
@@ -154,7 +154,7 @@ gdb_test "continue" "breakpoint 3.*" "break3 one"
 
 gdb_test "shell diff -s $pi_txt $copy1_txt" \
     "Files .*pi.txt and .*copy1.txt are identical.*" \
-    "Diff input and output one"
+    "diff input and output one"
 
 #
 # And now run from various checkpoints, allowing 
@@ -207,7 +207,7 @@ gdb_test "print lines" " = 1162.*" "verify lines 7 two"
 
 gdb_test "shell diff -s $pi_txt $copy1_txt" \
     "Files .*pi.txt and .*copy1.txt are identical.*" \
-    "Diff input and output two"
+    "diff input and output two"
 
 # 
 # OK, now allow the original program to delete the output file, 
@@ -272,23 +272,23 @@ gdb_test "print ftell (out) > 100000" " = 1.*" "outfile still open 10"
 delete_breakpoints
 gdb_test "continue" \
     "Deleting copy.*$inferior_exited_re normally.*Switching to.*" \
-    "Exit, dropped into next fork one"
+    "exit, dropped into next fork one"
 
 gdb_test "continue" \
     "Deleting copy.*$inferior_exited_re normally.*Switching to.*" \
-    "Exit, dropped into next fork two"
+    "exit, dropped into next fork two"
 
 gdb_test "continue" \
     "Deleting copy.*$inferior_exited_re normally.*Switching to.*" \
-    "Exit, dropped into next fork three"
+    "exit, dropped into next fork three"
 
 gdb_test "continue" \
     "Deleting copy.*$inferior_exited_re normally.*Switching to.*" \
-    "Exit, dropped into next fork four"
+    "exit, dropped into next fork four"
 
 gdb_test "continue" \
     "Deleting copy.*$inferior_exited_re normally.*Switching to.*" \
-    "Exit, dropped into next fork five"
+    "exit, dropped into next fork five"
 
 #
 # There should be still at least five forks left
index 14e44e0d3c08d93e05a1f23ef4d801ee68f57be3..f254d45183b6c6ba5736ffe1ffe13d87cd36e75b 100644 (file)
@@ -54,4 +54,4 @@ test_debug_expr "print /x {char\[4\]} array" \
 # This caused gdb to output garbage and possibly segfault
 gdb_test "print \"hello\"" \
     ".*OP_STRING\[^\r\n\]*Language-specific string type: 0.*\[\r\n\]\\$$decimal = \"hello\"\[\r\n\].*" \
-    "String evaluation with debug expr"
+    "string evaluation with debug expr"
index 3e8d49461c92266b60c2f5e11de615dd91b3f800..b07142432e14e0ebbc776c1a1fd8e3acb59d44cb 100644 (file)
@@ -80,7 +80,7 @@ gdb_breakpoint dmsym_main.c:[gdb_get_line_number "BREAK" dmsym_main.c]
 gdb_run_cmd
 gdb_test "" \
          "Breakpoint $num, pck__foo__bar__minsym__2 \\(\\) at.*" \
-         "Run until breakpoint at BREAK"
+         "run until breakpoint at BREAK"
 
 gdb_test "continue" \
          "Breakpoint $num, main \\(\\) at.*"
index a2ee6be44a78b63f0b3fad996764b1c1a3dbb9cf..adc9ca851fe5b36e8db03ada8e5bda168ec64770 100644 (file)
@@ -154,21 +154,21 @@ test_output_radix 16 "10" "20"
 
 gdb_test "set radix" \
     "Input and output radices now set to decimal 10, hex a, octal 12\." \
-    "Reset radices"
+    "reset radices"
 
 gdb_test "set input-radix 0" \
     "Nonsense input radix ``decimal 0''; input radix unchanged\\." \
     "Reject input-radix 0"
 gdb_test "show input-radix" \
     "Default input radix for entering numbers is 10\\." \
-    "Input radix unchanged after rejecting 0"
+    "input radix unchanged after rejecting 0"
 
 gdb_test "set input-radix 1" \
     "Nonsense input radix ``decimal 1''; input radix unchanged\\." \
     "Reject input-radix 1"
 gdb_test "show input-radix" \
     "Default input radix for entering numbers is 10\\." \
-    "Input radix unchanged after rejecting 1"
+    "input radix unchanged after rejecting 1"
 
 gdb_test "set output-radix 0" \
     "Unsupported output radix ``decimal 0''; output radix unchanged\\." \
@@ -181,11 +181,11 @@ gdb_test "set output-radix 1" \
     "Reject output-radix 1"
 gdb_test "show output-radix" \
     "Default output radix for printing of values is 10\\." \
-    "Output radix unchanged after rejecting 1"
+    "output radix unchanged after rejecting 1"
 
 gdb_test "set radix 7" \
     "Unsupported output radix ``decimal 7''; output radix unchanged\\." \
     "set radix 7 rejected"
 gdb_test "show output-radix" \
     "Default output radix for printing of values is 10\\." \
-    "Output radix unchanged after rejection through set radix command"
+    "output radix unchanged after rejection through set radix command"
index 9c8ef12dcb37f3aa29c6daf5bf1d063fd014832f..c6694e6db6f84e8544cc7ec3d838894a22b84080 100644 (file)
@@ -242,11 +242,11 @@ gdb_test "tbreak $srcfile:factorial" "Temporary breakpoint.*at.* file .*$srcfile
 
 gdb_test "tbreak $bp_location1" \
     "Temporary breakpoint.*at.* file .*$srcfile, line $bp_location1.*" \
-    "Temporary breakpoint line number #1"
+    "temporary breakpoint line number #1"
 
 gdb_test "tbreak $bp_location6" \
     "Temporary breakpoint.*at.* file .*$srcfile, line $bp_location6.*" \
-    "Temporary breakpoint line number #2"
+    "temporary breakpoint line number #2"
 
 #
 # test break at line number in file
@@ -254,7 +254,7 @@ gdb_test "tbreak $bp_location6" \
 
 gdb_test "tbreak $srcfile:$bp_location2" \
     "Temporary breakpoint.*at.* file .*$srcfile, line $bp_location2.*" \
-    "Temporary breakpoint line number in file #1"
+    "temporary breakpoint line number in file #1"
 
 set bp_location11 [gdb_get_line_number "set breakpoint 11 here"]
 gdb_test  "tbreak $srcfile:$bp_location11" "Temporary breakpoint.*at.* file .*$srcfile, line $bp_location11.*" "Temporary breakpoint line number in file #2"
index 51373b353ef505f76517651ed03e29dbc08b6101..27cfe04aef8d4008f8677041077cf8fe3d37f64f 100644 (file)
@@ -49,7 +49,7 @@ gdb_breakpoint  $bp_line
 # First test with no TEST_GDB_VAR
 gdb_test "continue" \
   ".*Program found 0 variables starting with TEST_GDB.*" \
-  "Test no TEST_GDB var"
+  "test no TEST_GDB var"
 
 gdb_test_no_output "set env TEST_GDB_VAR1 test1" \
   "Set TEST_GDB_VAR1"
@@ -60,7 +60,7 @@ gdb_breakpoint  $bp_line
 # Second test with one TEST_GDB_VAR
 gdb_test "continue" \
   ".*Program found 1 variables starting with TEST_GDB.*" \
-  "Test with one TEST_GDB var"
+  "test with one TEST_GDB var"
 
 gdb_test_no_output "set env TEST_GDB_VAR2 test2" \
   "Set TEST_GDB_VAR2"
@@ -71,7 +71,7 @@ gdb_breakpoint  $bp_line
 # Third test with two TEST_GDB_VAR
 gdb_test "continue"  \
   ".*Program found 2 variables starting with TEST_GDB.*" \
-  "Test with two TEST_GDB var"
+  "test with two TEST_GDB var"
 
 gdb_test_no_output "unset env TEST_GDB_VAR1" \
   "Unset TEST_GDB_VAR1"
@@ -83,7 +83,7 @@ gdb_breakpoint  $bp_line
 # with unset command.
 gdb_test "continue"  \
   ".*Program found 1 variables starting with TEST_GDB.*" \
-  "Test with one TEST_GDB var, after unset"
+  "test with one TEST_GDB var, after unset"
 
 gdb_exit
 
@@ -103,7 +103,7 @@ gdb_test "show env" ".*TEST_GDB_GLOBAL=.*" "test passing TEST_GDB_GLOBAL to GDB"
 # First test with only inherited TEST_GDB_GLOBAL
 gdb_test "continue" \
   ".*TEST_GDB_GLOBAL=Global environment value.*Program found 1 variables starting with TEST_GDB.*" \
-  "Test with TEST_GDB_GLOBAL"
+  "test with TEST_GDB_GLOBAL"
 
 gdb_test_no_output "unset env TEST_GDB_GLOBAL" \
   "Unset TEST_GDB_GLOBAL"
@@ -114,7 +114,7 @@ gdb_breakpoint  $bp_line
 # Second test with one TEST_GDB_VAR
 gdb_test "continue" \
   ".*Program found 0 variables starting with TEST_GDB.*" \
-  "Test with TEST_GDB_GLOBAL unset"
+  "test with TEST_GDB_GLOBAL unset"
 
 gdb_exit
 
index 207712134c6dfa3b0b9629fab74d853224ef9f1e..5973623fea74a5433c7372bd80205323e4043fee 100644 (file)
@@ -75,7 +75,7 @@ delete_breakpoints
 
 gdb_test "awatch shared_var thread $thread_num" \
     "Hardware access \\(read/write\\) watchpoint .*: shared_var.*" \
-    "Watchpoint on shared variable"
+    "watchpoint on shared variable"
 
 gdb_test "info breakpoint \$bpnum" \
     "stop only in thread $thread_num" \
index d3b7eb6ffb32533a0f12d6213abd067a0b256b29..d85a0ff1027e09a32a71478044f8d6cb129617ed 100644 (file)
@@ -43,4 +43,4 @@ gdb_test "watch c if c == 30" "atchpoint \[0-9\]*.*" "place the watchpoint"
 
 gdb_test "finish" \
         "Watchpoint .* deleted because the program has left the block in.*which its expression is valid..*in (\\.?jumper|func).*" \
-        "Catch the no longer valid watchpoint"
+        "catch the no longer valid watchpoint"
index 66ed6987f06f10e7b968f77638ac479fb9bf843e..5e7b00a2f64eb98437a209966eb4b5c8b5b94e8c 100644 (file)
@@ -60,7 +60,7 @@ gdb_load ${ppu_bin}
 # shouldn't prompt for anything.
 gdb_test "delete breakpoints" \
         "" \
-        "No prompt when deleting non-existing breakpoints"
+        "no prompt when deleting non-existing breakpoints"
 
 gdb_test "break main" \
         "Breakpoint.*at.* file .*$testfile.c, line.*" \
index a6b2595a476dfa07248b28a7c90836f10aca8963..54d216886ca0f9457d9ff86d87f5c4141d170749 100644 (file)
@@ -78,7 +78,7 @@ gdb_test "p *ppe_int_ptr" \
 # int_var and should now also contain 42 (ea cache has been flushed).
 gdb_test "t 1" \
         ".*Switching to thread 1.*" \
-        "Switch to thread 1"
+        "switch to thread 1"
 
 gdb_test "p int_var" \
         ".*=.*42.*" \
index 610cf7ea4070cfaa35e571f56ec41d7bb0679365..cec44d86dc60e36a2fa31dda18ad1a58668365f2 100644 (file)
@@ -42,15 +42,15 @@ clean_restart ${testfile}
 #
 gdb_test "compile code int i=2;" \
     "The program must be running for the compile command to work.*" \
-    "Test compile code command without running inferior"
+    "test compile code command without running inferior"
 
 gdb_test "compile int i=2;" \
     "The program must be running for the compile command to work.*" \
-    "Test compile command without running inferior"
+    "test compile command without running inferior"
 
 gdb_test "compile file -r ${srcdir}/${subdir}/${testfile}-mod.c" \
     "The program must be running for the compile command to work.*" \
-    "Test compile file command without running inferior"
+    "test compile file command without running inferior"
 
 if ![runto_main] {
     return -1
@@ -79,7 +79,7 @@ gdb_test_no_output "compile -raw -- void _gdb_expr(){int i = 5;}" \
 
 gdb_test "compile -- -r  void _gdb_expr(){int i = 5;}" \
     ".* error: 'r' undeclared \\(first use in this function\\).*" \
-    "Test delimiter with -r after it"
+    "test delimiter with -r after it"
 
 gdb_test "p globalvar" " = 10" "expect 10"
 
@@ -339,7 +339,7 @@ gdb_test "compile file -r" \
     "Test compile file and raw option without a filename"
 gdb_test "compile file -z" \
     "Unknown argument.*" \
-    "Test compile file with unknown argument"
+    "test compile file with unknown argument"
 
 
 # LOC_CONST tests.
index f80c30c80268cee28934630d7390384e54a45961..dff5977743aebd0a98a85691fb87c03c917482e3 100644 (file)
@@ -80,7 +80,7 @@ gdb_test "p exceptions.throw_function_with_handler()" " = 2"
 # does not handle it.  It should be rewound.
 gdb_test "p exceptions.throw_function()" \
     "The program being debugged entered a std::terminate call, .*" \
-    "Call a function that raises an exception without a handler."
+    "call a function that raises an exception without a handler."
 
 # Make sure that after rewinding we are back at the call parent.
 gdb_test "bt" \
@@ -103,12 +103,12 @@ gdb_test_multiple "set unwind-on-terminating-exception off" \
 # Check that it is turned off.
 gdb_test "show unwind-on-terminating-exception" \
     "exception is unhandled while in a call dummy is off.*" \
-    "Turn off unwind on terminating exception flag"
+    "turn off unwind on terminating exception flag"
 
 # Check that the old behaviour is restored.
 gdb_test "p exceptions.throw_function()" \
     "The program being debugged was signaled while in a function called .*" \
-    "Call a function that raises an exception with unwinding off.."
+    "call a function that raises an exception with unwinding off.."
 
 # Restart the inferior back at main.
 if ![runto_main] then {
@@ -129,7 +129,7 @@ gdb_test_multiple "set unwindonsignal on" "turn unwindonsignal on" {
 # Check that it is turned on.
 gdb_test "show unwindonsignal" \
     "signal is received while in a call dummy is on.*" \
-    "Turn on unwind on signal"
+    "turn on unwind on signal"
 
 # Check to see if new behaviour interferes with
 # normal signal handling in inferior function calls.
@@ -145,7 +145,7 @@ gdb_test_multiple "set unwindonsignal off" "turn unwindonsignal off" {
 # Check that it is actually turned off.
 gdb_test "show unwindonsignal" \
     "signal is received while in a call dummy is off.*" \
-    "Turn off unwind on signal"
+    "turn off unwind on signal"
 
 # Check to see if new behaviour interferes with
 # normal signal handling in inferior function calls.
index 28d54930bc9d699b938134684cf42b72fe71e19a..340137ac8b71b7fcdd14bf38236eb3fe8aa3151c 100644 (file)
@@ -274,7 +274,7 @@ proc test_with_self { } {
     # disassemble yourself
     gdb_test "x/10i main" \
            "x/10i.*main.*main($cxx_main_args_re)?.$decimal.*main($cxx_main_args_re)?.$decimal.*" \
-           "Disassemble main"
+           "disassemble main"
 
     # We'll need this when we send a ^C to GDB.  Need to do it before we
     # run the program and gdb starts saving and restoring tty states.
index 7981a35e4a570f106306364f45589e1392e79d4e..812b5ea860c9a739e3ca9888fd23874bf8e9b72b 100644 (file)
@@ -52,7 +52,7 @@ proc test_with_self {} {
     # An empty filename
     gdb_test "print gdb_realpath (\"\")" \
              ".\[0-9\]+ =.*\"\"" \
-             "An empty filename"
+             "an empty filename"
 
     return 0
 }
index 666567cb57fb13737ef330f5ab520a809cb30d02..192d035a14d5ef19cd11ccae076d773ff57f9d82 100644 (file)
@@ -39,7 +39,7 @@ setup_xfail "*-*-*"
 
 gdb_test "print st" \
     ".* = $hex \"\"" \
-    "Starting string check"
+    "starting string check"
 
 if { [gdb_breakpoint ${srcfile}:${bp_location1}] } {
     pass "setting breakpoint 1"
@@ -49,4 +49,4 @@ gdb_test "cont" "Breakpoint .*:${bp_location1}.*" "going to first breakpoint"
 
 gdb_test "print st" \
     ".* = $hex \"Hello, world!\"" \
-    "String after assignment check"
+    "string after assignment check"
index dd28f6d951b6e39df313f4ed10b78b1fc34896d7..d242addf3ede05843410bb80940a75b335474ad7 100644 (file)
@@ -112,4 +112,4 @@ gdb_test "cont" \
         "Going to second breakpoint"
 gdb_test "print i" \
         ".* = 5.*" \
-        "Value of i after assignment"
+        "value of i after assignment"
index d950645d0937500d762451be7081404c2bb1662e..43db8e40dfc67fb3dd61e0fa8c8193edcdc0aaaa 100644 (file)
@@ -163,21 +163,21 @@ gdb_test continue \
 #
 gdb_test "print \[self printHi\]" \
     "Hi.*\\$\[0-9\] = \\(.*objc_object \\*\\) 0x\[0-9a-f\]+" \
-    "Call an Objective-C method with no arguments"
+    "call an Objective-C method with no arguments"
 
 gdb_test "print \[self printNumber: 42\]" \
     "42.*\\$\[0-9\] = 43" \
-    "Call an Objective-C method with one argument"
+    "call an Objective-C method with one argument"
 
 #
 # Test printing the object description
 #
 gdb_test "print-object object" \
     "BasicClass gdb test object" \
-    "Use of the print-object command"
+    "use of the print-object command"
 
 gdb_test "po self" \
     "BasicClass gdb test object" \
-    "Use of the po (print-object) command"
+    "use of the po (print-object) command"
 
 
index c4577ee216306c3879ba2f90866f0ecd107aad9f..b705dce2df68e1273b7564f5d1f0467fdde805f1 100644 (file)
@@ -50,7 +50,7 @@ gdb_test "cont" \
          "Going to first breakpoint"
 gdb_test "print st" \
         ".* = ''.*" \
-        "Empty string check"
+        "empty string check"
 
 # This test also fails for gpc because the program
 # stops after the string has been written
@@ -63,4 +63,4 @@ gdb_test "cont" \
         "Going to second breakpoint"
 gdb_test "print st" \
         ".* = 'Hello, world!'.*" \
-        "String after assignment check"
+        "string after assignment check"
index 4e6274528dae329c19c7edb90458144e041c9f52..3d83711c6f20ac66ec772f6f87f916b1a5428c71 100644 (file)
@@ -117,4 +117,4 @@ gdb_test "cont" \
         "Going to second breakpoint"
 gdb_test "print i" \
         ".* = 5.*" \
-        "Value of i after assignment"
+        "value of i after assignment"
index 7503f5a7f4f4c60a6699343cf6efc17af5bc41fb..e7b2948b96a7b219a5bbbcf3f73e8c02e54f121f 100644 (file)
@@ -72,7 +72,7 @@ proc test_bkpt_basic { } {
 
        gdb_test "python print (blist\[1\].location)" \
            "py-breakpoint\.c:${mult_line}*" \
-           "Check breakpoint location @mult_line"
+           "check breakpoint location @mult_line"
 
        # Check hit and ignore counts. 
        gdb_test "python print (blist\[1\].hit_count)" \
@@ -392,7 +392,7 @@ proc test_bkpt_eval_funcs { } {
 
        gdb_test "python eval_bp2.stop = stop_func"  \
            "RuntimeError: Only one stop condition allowed.  There is currently a GDB.*" \
-           "Assign stop function to a breakpoint that has a condition"
+           "assign stop function to a breakpoint that has a condition"
 
        delete_breakpoints
        gdb_breakpoint [gdb_get_line_number "Break at multiply."]
index 0665b8e1d325ebab775d8807f8a924308c2a1dca..f42fcaca1441920b6bf92821bcc860e62f3a2d2f 100644 (file)
@@ -179,7 +179,7 @@ gdb_py_test_multiple "expression completion command" \
 
 gdb_test "complete expr_test bar\." \
     "expr_test bar\.bc.*expr_test bar\.ij.*" \
-    "Test completion through complete command"
+    "test completion through complete command"
 
 if { [readline_is_used] } {
     set test "complete 'expr_test bar.i'"
index 702c654e28ff4c30786e3e0eb823682148dcfa91..b65f46d85a5e88f9f499c1a98c5b1cfb980d2766 100644 (file)
@@ -62,7 +62,7 @@ gdb_py_test_silent_cmd "python fset = lt.source_lines()" \
     "Get all source lines into a frozen set" 0
 gdb_test "python print (sorted(fset))" \
     "\\\[20, 21, 22, 24, 25, 28, 29, 30, 32, 33, 37, 39, 40, 42, 44, 45, 46\\\].*" \
-    "Test frozen set contains line numbers"
+    "test frozen set contains line numbers"
 
 # Test gdb.Linetable.has_line ()
 gdb_test "python print(lt.has_line(20))" \
@@ -73,4 +73,4 @@ gdb_test "python print(lt.has_line(44))" \
     "Test has_pcs at line 40"
 gdb_test "python print(lt.has_line(10))" \
     "False.*" \
-    "Test has_pcs at line 10"
+    "test has_pcs at line 10"
index 0d7957fe7804de250c5a3e15cb092baa21b06be7..cdb374f18c7c9bdedaaaffa256c3aac220e3d46a 100644 (file)
@@ -125,7 +125,7 @@ gdb_test "p g.mul<double>(2.0)" "From Python G<>::mul.*" \
   "After: g.mul<double>(2.0)"
 gdb_test "p g.mul<char>('a')" "From Python G<>::mul.*" \
 gdb_test "p g_ptr->mul<char>('a')" "From Python G<>::mul.*" \
-  "After: g_ptr->mul<char>('a')"
+  "after: g_ptr->mul<char>('a')"
 
 # Tests for 'disable/enable xmethod' command.
 gdb_test_no_output "disable xmethod progspace G_methods" \
index b6570164b6ff193048dc8dc6f002a212013be209..e789359385f0f78a8ed53acf2d5a60d3bfc4ab6f 100644 (file)
@@ -408,7 +408,7 @@ gdb_py_test_silent_cmd "set python print-stack none" \
     "Test print-stack set setting to none" 1
 gdb_test "show python print-stack" \
     "The mode of Python stack printing on error is \"none\".*" \
-    "Test print-stack show setting to none"
+    "test print-stack show setting to none"
 
 gdb_py_test_silent_cmd "set python print-stack message" \
     "Test print-stack set setting to message" 1
index ff860511fefc42f6510f3aa68eb8516d67f5ccc4..f019dde2f03182ac67438eb75cbb4c627fe5fb9d 100644 (file)
@@ -38,7 +38,7 @@ if [supports_process_record] {
 set end_location  [gdb_get_line_number "end of main"  ]
 gdb_test "break $end_location" \
     "Breakpoint $decimal at .*$srcfile, line $end_location\." \
-    "BP at end of main"
+    "breakpoint at end of main"
 
 gdb_test "continue" "Breakpoint .* end of main .*" "run to end of main"
 
index 65a3af1083296ede8ee2a83b407e7dbf4425eca4..efb319cff846303184c126bcb1236c5f7007e1db 100644 (file)
@@ -39,7 +39,7 @@ if [supports_process_record] {
 set breakloc [gdb_get_line_number "end of main" "$srcfile"]
 gdb_test "break $breakloc" \
     "Breakpoint $decimal at .*$srcfile, line $breakloc\." \
-    "BP at end of main"
+    "breakpoint at end of main"
 
 gdb_test "continue" "Breakpoint .* end of main .*" "run to end of main"
 
index 81788d6456f66a4024242f5ead946fd9e41bfb8e..c83c2f3c3c35cb503c3af78b33917af44b0da668 100644 (file)
@@ -56,7 +56,7 @@ global decimal
 
 gdb_test "break $end_of_main" \
     "Breakpoint $decimal at .*$srcfile, line $end_of_main\." \
-    "BP at end of main"
+    "breakpoint at end of main"
 
 gdb_test "continue" "Breakpoint .* end of main .*" "run to end of main"
 
index 02f1ccae59435690721d22b5cafaf9d797254ea3..d3ca64964933a8bc8cff0f9093aae77bb8e35748 100644 (file)
@@ -64,7 +64,7 @@ if [supports_process_record] {
 
 gdb_test "break $endmain" \
     "Breakpoint $decimal at .*$srcfile, line $endmain\." \
-    "BP at end of main"
+    "breakpoint at end of main"
 
 gdb_test "continue" "Breakpoint .* end main .*" "run to end of main"
 
index 24dff80182c4b12279d6452bf714b3832df09f07..a05a842abdc294caa8ce50c340f6815c2de3df66 100644 (file)
@@ -162,7 +162,7 @@ if [supports_process_record] {
 set breakloc [gdb_get_line_number "end of main" "$srcfile"]
 gdb_test "break $breakloc" \
     "Breakpoint $decimal at .*$srcfile, line $breakloc\." \
-    "BP at end of main"
+    "breakpoint at end of main"
 
 # Signal handlers must be disabled
 gdb_test "handle all nostop noprint"
index 8dbf3558808abf15aab74a7b72e5b57beb5869d5..1db4f3fb4f72234d16339513aa9304b85baee3c6 100644 (file)
@@ -89,7 +89,7 @@ if [supports_process_record] {
 set end_of_main [gdb_get_line_number "end of main" ]
 gdb_test "break $end_of_main" \
     "Breakpoint $decimal at .*$srcfile, line $end_of_main\." \
-    "BP at end of main"
+    "breakpoint at end of main"
 
 gdb_test "continue" "Breakpoint .* end of main .*" "run to end of main"
 
index 11a56d5a46be7fe905c892fc616a347bf1354531..4741a59ed2b540857a09365e2adf515be528ceed 100644 (file)
@@ -42,7 +42,7 @@ if [supports_process_record] {
 set end_of_main [gdb_get_line_number "end of main" ]
 gdb_test "break $end_of_main" \
     "Breakpoint $decimal at .*$srcfile, line $end_of_main\." \
-    "BP at end of main"
+    "breakpoint at end of main"
 
 # This can take awhile.
 with_timeout_factor 20 {
index 471a7e164e2547520b6cd3fd3b8fe11361f90478..2934e6a5a0baf58ccd376918149edfa8131dd146 100644 (file)
@@ -46,7 +46,7 @@ if [supports_process_record] {
 set end_of_main [gdb_get_line_number "set breakpoint 10a here" ]
 gdb_test "break $end_of_main" \
     "Breakpoint $decimal at .*$srcfile, line $end_of_main\." \
-    "BP at end of main"
+    "breakpoint at end of main"
 
 # This can take awhile.
 with_timeout_factor 20 {
index ee24a4817258affe57283e19beffd6180c3ddbe5..25f6a425af1d5bcddf1930661c2f238659453799 100644 (file)
@@ -39,7 +39,7 @@ if [supports_process_record] {
 set end_location  [gdb_get_line_number "end of main"  ]
 gdb_test "break $end_location" \
     "Breakpoint $decimal at .*$srcfile, line $end_location\." \
-    "BP at end of main"
+    "breakpoint at end of main"
 
 gdb_test "continue" "Breakpoint .* end of main .*" "run to end of main"
 
index 7daea8f2a2c85ac9e9fc31686787fc6af5efe3e5..f018f470657a6009f503cb50b159a3dad5ac44ef 100644 (file)
@@ -38,7 +38,7 @@ gdb_continue_to_breakpoint "break-here" ".* break-here .*"
 
 gdb_test "info threads" \
         "\r\n\[ \t\]*Id\[ \t\]+Target\[ \t\]+Id\[ \t\]+Frame\[ \t\]*\r\n\\* 2 *Thread \[^\r\n\]* at \[^\r\n\]*" \
-        "Single thread has been left"
+        "single thread has been left"
 
 # Test that ctrl-c works even if the leader has exited.
 
index 2d265058ec564b9cbf22b77197d760bf2b81447f..fa8ff9ad53d8017d2957253b226b1d2d04ee1936 100644 (file)
@@ -171,7 +171,7 @@ proc test_startup {} {
     gdb_test "break thread2" "Breakpoint .* file .*$srcfile.*"
     gdb_test "continue" \
            "Continuing.*Breakpoint .*, thread2 \\(arg=0xdeadbeef\\).*at.*$srcfile.*" \
-           "Continue to creation of second thread"
+           "continue to creation of second thread"
 
     # Extract the thread id number of thread 2 from "info threads" output.
     gdb_test_multiple "info threads" "get thread 2 id" {
index 88a2e06ad6ee6a33d5f0fa80c3fce3e904ba4eb3..9378ff85d3c26c6432f47a313e49676fed63d994 100644 (file)
@@ -102,7 +102,7 @@ delete_breakpoints
 # Prepare to create all the threads.
 gdb_test "break thread_started" \
         "Breakpoint \[0-9\]+ at .*: file .*${srcfile}, line .*" \
-        "Breakpoint on thread_started"
+        "breakpoint on thread_started"
 
 # Move all threads to where they're supposed to be for testing.
 for { set i 0 } { $i < $NR_THREADS } { incr i } {
index f02890ad3ee03fce785e8d22af131b6184608943..46890f5a919d0f1d5222a85c8400d013bb1e0daf 100644 (file)
@@ -212,7 +212,7 @@ gdb_test_no_output "set default-collect" \
 
 gdb_test "tvariable \$tsv" \
   "Trace state variable \\\$tsv created, with initial value 0." \
-  "Create a trace state variable"
+  "create a trace state variable"
 
 gdb_trace_setactions "5.10a: set teval action for first tracepoint" \
        "$trcpt1" \
index cf9a448c0d94d93cb8885d4d715e14703dbf6988..1e0e866a079ed445cb128bf4b22569f36bd046a3 100644 (file)
@@ -153,7 +153,7 @@ proc test_upload_tsv { } {
 
        gdb_test "tvariable \$tvar1" \
            "Trace state variable \\\$tvar1 created, with initial value 0." \
-           "Create a trace state variable"
+           "create a trace state variable"
 
        gdb_test "tvariable \$tvar2 = 45" \
            "Trace state variable \\\$tvar2 created, with initial value 45." \
index d9e2d6b5fcd4a7b59fed564287895cad92b3f2e5..a97648023121c6ecd6ce18bcbcc609b53d36a49b 100644 (file)
@@ -28,23 +28,23 @@ gdb_load $binfile
 
 gdb_test "tvariable \$tvar1" \
   "Trace state variable \\\$tvar1 created, with initial value 0." \
-  "Create a trace state variable"
+  "create a trace state variable"
 
 gdb_test "tvariable \$tvar2 = 45" \
   "Trace state variable \\\$tvar2 created, with initial value 45." \
-  "Create a trace state variable with initial value"
+  "create a trace state variable with initial value"
 
 gdb_test "tvariable \$tvar2 = -92" \
   "Trace state variable \\\$tvar2 now has initial value -92." \
-  "Change initial value of a trace state variable"
+  "change initial value of a trace state variable"
 
 gdb_test "tvariable \$tvar3 = 2 + 3" \
   "Trace state variable \\\$tvar3 created, with initial value 5." \
-  "Create a trace state variable with expression"
+  "create a trace state variable with expression"
 
 gdb_test "tvariable \$tvar3 = 1234567000000" \
   "Trace state variable \\\$tvar3 now has initial value 1234567000000." \
-  "Init trace state variable to a 64-bit value"
+  "init trace state variable to a 64-bit value"
 
 gdb_test "tvariable $" \
   "Must supply a non-empty variable name" \
@@ -97,7 +97,7 @@ gdb_test "delete tvariable" \
 
 gdb_test "info tvariables" \
   "No trace state variables.*" \
-  "List tvariables after deleting all"
+  "list tvariables after deleting all"
 
 # Now try running a trace.
 
@@ -120,7 +120,7 @@ if { $trcpt1 <= 0 } then {
 
 gdb_test "tvariable \$tvar5 = 15" \
   "Trace state variable \\\$tvar5 created, with initial value 15." \
-  "Create a trace state variable tvar5"
+  "create a trace state variable tvar5"
 
 gdb_trace_setactions "collect tsv for first tracepoint" \
        "$trcpt1" \
This page took 0.057509 seconds and 4 git commands to generate.