forked from Imagelibrary/binutils-gdb
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:
@@ -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>
|
2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
|
||||||
|
|
||||||
* gdb.python/py-format-string.exp: Use proc_with_prefix to make
|
* gdb.python/py-format-string.exp: Use proc_with_prefix to make
|
||||||
|
|||||||
@@ -88,7 +88,9 @@ proc test_strfns_core_file { } {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
with_test_prefix "for corefile" {
|
||||||
test_all_strfns
|
test_all_strfns
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
test_strfns_core_file
|
test_strfns_core_file
|
||||||
|
|||||||
Reference in New Issue
Block a user