diff options
author | Luis Machado <lgustavo@codesourcery.com> | 2016-12-01 14:45:32 -0600 |
---|---|---|
committer | Luis Machado <lgustavo@codesourcery.com> | 2016-12-01 14:45:32 -0600 |
commit | cd2ddb6cde55a20d191e1002dbe1977df695cda9 (patch) | |
tree | 45b05c85afdc7069bb41e6654e1d3643522f9570 /gdb/testsuite/ChangeLog | |
parent | bb95117e107fe58ecd35683bf0e8da3b414378ff (diff) | |
download | gdb-cd2ddb6cde55a20d191e1002dbe1977df695cda9.zip gdb-cd2ddb6cde55a20d191e1002dbe1977df695cda9.tar.gz gdb-cd2ddb6cde55a20d191e1002dbe1977df695cda9.tar.bz2 |
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
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index fd6abe5..5f3d8a1 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -2,6 +2,20 @@ 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 + +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 |