Fix test names starting with uppercase using gdb_test_multiple
authorLuis Machado <lgustavo@codesourcery.com>
Thu, 1 Dec 2016 20:43:42 +0000 (14:43 -0600)
committerLuis Machado <lgustavo@codesourcery.com>
Thu, 1 Dec 2016 20:43:42 +0000 (14:43 -0600)
commitde97fdd4a05cd7ad0b05444f1721f26c1ad9322f
tree8e3e5eb9ce882057acb1211137ed95467da363d9
parent9f058c10cef5987ee1f1cb28c9a8cf5ef1ec4d11
Fix test names starting with uppercase using gdb_test_multiple

This fixes offender testcases that have test names starting with uppercase
when using gdb_test_multiple in a single-line construct.

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

Fix test names starting with uppercase throughout the files.

* gdb.arch/i386-bp_permanent.exp
* gdb.arch/i386-gnu-cfi.exp
* gdb.base/disasm-end-cu.exp
* gdb.base/macscp.exp
* gdb.base/pending.exp
* gdb.base/watch_thread_num.exp
* gdb.cp/exception.exp
* gdb.cp/gdb2495.exp
* gdb.cp/local.exp
* gdb.python/py-evsignal.exp
* gdb.python/python.exp
* gdb.trace/tracecmd.exp
13 files changed:
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.arch/i386-bp_permanent.exp
gdb/testsuite/gdb.arch/i386-gnu-cfi.exp
gdb/testsuite/gdb.base/disasm-end-cu.exp
gdb/testsuite/gdb.base/macscp.exp
gdb/testsuite/gdb.base/pending.exp
gdb/testsuite/gdb.base/watch_thread_num.exp
gdb/testsuite/gdb.cp/exception.exp
gdb/testsuite/gdb.cp/gdb2495.exp
gdb/testsuite/gdb.cp/local.exp
gdb/testsuite/gdb.python/py-evsignal.exp
gdb/testsuite/gdb.python/python.exp
gdb/testsuite/gdb.trace/tracecmd.exp
This page took 0.028496 seconds and 4 git commands to generate.