mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
gdb/testsuite: resolve duplicate test names in gdb.guile/*.exp
This commit:
commit ecf25064e8
Date: Thu May 13 15:42:20 2021 +0100
gdb: fix pretty printing max depth behaviour
Introduced a couple of duplicate tests, this commit resolves them by
providing unique test names.
gdb/testsuite/ChangeLog:
* gdb.guile/scm-pretty-print.exp: Add test names to resolve
duplicate test names.
This commit is contained in:
parent
2129a94255
commit
d9211df246
@ -1,3 +1,8 @@
|
||||
2021-05-19 Andrew Burgess <andrew.burgess@embecosm.com>
|
||||
|
||||
* gdb.guile/scm-pretty-print.exp: Add test names to resolve
|
||||
duplicate test names.
|
||||
|
||||
2021-05-19 Tom de Vries <tdevries@suse.de>
|
||||
|
||||
* gdb.base/info-types.exp.tcl: Scan info types output line-by-line.
|
||||
|
@ -90,10 +90,11 @@ proc run_lang_tests {exefile lang} {
|
||||
}
|
||||
|
||||
gdb_test "print x" " = \"this is x\""
|
||||
gdb_test "print cstring" " = \"const string\""
|
||||
|
||||
gdb_test "print cstring" " = \"const string\"" \
|
||||
"print cstring with max-depth unlimited"
|
||||
gdb_test_no_output "set print max-depth 0"
|
||||
gdb_test "print cstring" " = \"const string\""
|
||||
gdb_test "print cstring" " = \"const string\"" \
|
||||
"print cstring with max-depth 0"
|
||||
gdb_test_no_output "set print max-depth unlimited"
|
||||
|
||||
gdb_test "print estring" " = \"embedded x\\\\201\\\\202\\\\203\\\\204\""
|
||||
|
Loading…
Reference in New Issue
Block a user