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:
Andrew Burgess 2021-03-08 16:55:28 +00:00
parent 5fc5a1b882
commit 22d3e7f629
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -88,7 +88,9 @@ proc test_strfns_core_file { } {
}
}
test_all_strfns
with_test_prefix "for corefile" {
test_all_strfns
}
}
test_strfns_core_file