gdb/testsuite: make test names unique in gdb.python/py-strfns.exp
Wrap some code in `with_test_prefix` to make test names unique. gdb/testsuite/ChangeLog: * gdb.python/py-strfns.exp: Use with_test_prefix to make test names unique.
This commit is contained in:
parent
5fc5a1b882
commit
22d3e7f629
@ -1,3 +1,8 @@
|
||||
2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
|
||||
|
||||
* gdb.python/py-strfns.exp: Use with_test_prefix to make test
|
||||
names unique.
|
||||
|
||||
2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
|
||||
|
||||
* gdb.python/py-format-string.exp: Use proc_with_prefix to make
|
||||
|
@ -88,7 +88,9 @@ proc test_strfns_core_file { } {
|
||||
}
|
||||
}
|
||||
|
||||
test_all_strfns
|
||||
with_test_prefix "for corefile" {
|
||||
test_all_strfns
|
||||
}
|
||||
}
|
||||
|
||||
test_strfns_core_file
|
||||
|
Loading…
Reference in New Issue
Block a user