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
This commit is contained in:
parent
9f058c10ce
commit
de97fdd4a0
13 changed files with 31 additions and 14 deletions
|
@ -322,7 +322,7 @@ gdb_test_multiple "set prompt blah " "set blah in GDB" {
|
|||
}
|
||||
}
|
||||
|
||||
gdb_test_multiple "python gdb.prompt_hook = None" "Delete hook" {
|
||||
gdb_test_multiple "python gdb.prompt_hook = None" "delete hook" {
|
||||
-re "\[\r\n\]$newprompt2 $" {
|
||||
pass "delete old hook"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue