[gdb/testsuite] Fix capitalized test names
authorTom de Vries <tdevries@suse.de>
Thu, 18 Oct 2018 11:23:08 +0000 (13:23 +0200)
committerTom de Vries <tdevries@suse.de>
Thu, 18 Oct 2018 13:06:38 +0000 (15:06 +0200)
At https://sourceware.org/gdb/wiki/GDBTestcaseCookbook\
  #Follow_the_test_name_convention we find:
..
Test names should start with a lower case and don't need to end with a period
(they are not sentences).
...

Fix some capitalized test names.

Tested on x86_64-linux.

2018-10-18  Tom de Vries  <tdevries@suse.de>

* gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
* gdb.ada/excep_handle.exp: Same.
* gdb.ada/mi_string_access.exp: Same.
* gdb.ada/mi_var_union.exp: Same.
* gdb.arch/arc-analyze-prologue.exp: Same.
* gdb.arch/arc-decode-insn.exp: Same.
* gdb.base/readnever.exp: Same.
* gdb.fortran/printing-types.exp: Same.
* gdb.guile/scm-lazy-string.exp: Same.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.ada/bp_inlined_func.exp
gdb/testsuite/gdb.ada/excep_handle.exp
gdb/testsuite/gdb.ada/mi_string_access.exp
gdb/testsuite/gdb.ada/mi_var_union.exp
gdb/testsuite/gdb.arch/arc-analyze-prologue.exp
gdb/testsuite/gdb.arch/arc-decode-insn.exp
gdb/testsuite/gdb.base/readnever.exp
gdb/testsuite/gdb.fortran/printing-types.exp
gdb/testsuite/gdb.guile/scm-lazy-string.exp

index 90ce8af3ae5ba91710f3979308d58cc342ac7d5f..8fa224ac4cdc3a6232c177024a826c9b61797a12 100644 (file)
@@ -1,3 +1,15 @@
+2018-10-18  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
+       * gdb.ada/excep_handle.exp: Same.
+       * gdb.ada/mi_string_access.exp: Same.
+       * gdb.ada/mi_var_union.exp: Same.
+       * gdb.arch/arc-analyze-prologue.exp: Same.
+       * gdb.arch/arc-decode-insn.exp: Same.
+       * gdb.base/readnever.exp: Same.
+       * gdb.fortran/printing-types.exp: Same.
+       * gdb.guile/scm-lazy-string.exp: Same.
+
 2018-10-16  Tom de Vries  <tdevries@suse.de>
 
        PR gdb/23730
index 2013e6be825e32599a052556091eb982b0ba4117..f7aa1c38cc3f364d44cb81fc92f6e5c48f3c387e 100644 (file)
@@ -24,7 +24,7 @@ if {[gdb_compile_ada "${srcfile}" "${binfile}" executable [list debug ]] != "" }
 clean_restart ${testfile}
 
 if ![runto_main] then {
-   fail "Cannot run to main, testcase aborted"
+   fail "cannot run to main, testcase aborted"
    return 0
 }
 
index c693fd30ea22f3be053f6a8bbaf2507300425c08..b7cd6dcd705dc0549fdd82f4ec86af3e85be96e9 100644 (file)
@@ -43,7 +43,7 @@ set catchpoint_storage_error_msg \
 ############################################
 
 if ![runto_main] then {
-   fail "Cannot run to main, testcase aborted"
+   fail "cannot run to main, testcase aborted"
    return 0
 }
 
index 8ecf907b1e27d244dbcb485637bea9777533bbbe..adae4ab13febbd2f88a6874014cd27fd849c6403 100644 (file)
@@ -34,7 +34,7 @@ mi_gdb_reinitialize_dir $srcdir/$subdir
 mi_gdb_load ${binfile}
 
 if ![mi_run_to_main] then {
-   fail "Cannot run to main, testcase aborted"
+   fail "cannot run to main, testcase aborted"
    return 0
 }
 
index 26a7ed0dd46943f1c4fbc3cc58b56ec6eb72c51d..51147a491ef79440f6217901c67da03d757d3ec9 100644 (file)
@@ -36,7 +36,7 @@ mi_gdb_reinitialize_dir $srcdir/$subdir
 mi_gdb_load ${binfile}
 
 if ![mi_run_to_main] then {
-   fail "Cannot run to main, testcase aborted"
+   fail "cannot run to main, testcase aborted"
    return 0
 }
 
index d874515d2bdd4a3bd4ae000435f19b1d8130aaff..6a4d60eebc79992211e455e69603cb3d6ec0340d 100644 (file)
@@ -27,7 +27,7 @@ if { [prepare_for_testing "failed to prepare" $testfile $srcfile] } {
 }
 
 if ![runto_main] {
-    fail "Can't run to main"
+    fail "can't run to main"
     return 0
 }
 
index 7ee666b0d7ec214e8ed0c4c4fa62cc90aefd42fd..a4cd7c79485a577fc77b273a9ea37adef9102c67 100644 (file)
@@ -43,7 +43,7 @@ if { [prepare_for_testing "failed to prepare" $testfile $srcfile] } {
 }
 
 if ![runto_main] {
-    fail "Can't run to main"
+    fail "can't run to main"
     return 0
 }
 
index 805ecd218a2f1abd5d1bb5f01e753f5efbca856c..c712dae9e5408acfa2c1049006ecda8eb9bf36f7 100644 (file)
@@ -16,7 +16,7 @@
 standard_testfile .c
 
 if { [build_executable "failed to build" $testfile $srcfile { debug }] == -1 } {
-    untested "Couldn't compile ${srcfile}"
+    untested "couldn't compile ${srcfile}"
     return -1
 }
 
index 9237907ed603c84fe555f4b3e87358ca1d170c88..885bb64f8a45c2d3ed4018ceeb754ab21a6d2832 100644 (file)
@@ -22,7 +22,7 @@ if {[prepare_for_testing $testfile.exp $testfile $srcfile {debug f90}]} {
 }
 
 if {![runto MAIN__]} then {
-    untested "Could not run to breakpoint MAIN__"
+    untested "could not run to breakpoint MAIN__"
     return -1
 }
 
index 52211b30f77c3c3dabd21349108cbfe71a9c1ae1..13cc885315f088f5934c0abb8f813db867615692 100644 (file)
@@ -33,7 +33,7 @@ if { [skip_guile_tests] } { continue }
 # The following tests require execution.
 
 if ![gdb_guile_runto_main] {
-    fail "Can't run to main"
+    fail "can't run to main"
     return
 }
 
This page took 0.038982 seconds and 4 git commands to generate.