Fix test names starting with uppercase using multi-line gdb_test_no_output
authorLuis Machado <lgustavo@codesourcery.com>
Thu, 1 Dec 2016 20:45:32 +0000 (14:45 -0600)
committerLuis Machado <lgustavo@codesourcery.com>
Thu, 1 Dec 2016 20:45:32 +0000 (14:45 -0600)
commitcd2ddb6cde55a20d191e1002dbe1977df695cda9
tree45b05c85afdc7069bb41e6654e1d3643522f9570
parentbb95117e107fe58ecd35683bf0e8da3b414378ff
Fix test names starting with uppercase using multi-line gdb_test_no_output

This fixes offender testcases that have test names starting with uppercase
when using gdb_test_no_output 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/assign_1.exp
* gdb.ada/boolean_expr.exp
* gdb.base/arrayidx.exp
* gdb.base/del.exp
* gdb.base/gcore-buffer-overflow.exp
* gdb.base/testenv.exp
* gdb.compile/compile.exp
* gdb.python/py-framefilter-invalidarg.exp
* gdb.python/py-framefilter.exp
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.ada/assign_1.exp
gdb/testsuite/gdb.ada/boolean_expr.exp
gdb/testsuite/gdb.base/arrayidx.exp
gdb/testsuite/gdb.base/del.exp
gdb/testsuite/gdb.base/gcore-buffer-overflow.exp
gdb/testsuite/gdb.base/testenv.exp
gdb/testsuite/gdb.compile/compile.exp
gdb/testsuite/gdb.python/py-framefilter-invalidarg.exp
gdb/testsuite/gdb.python/py-framefilter.exp
This page took 0.028451 seconds and 4 git commands to generate.