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.
+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
}
}
- test_all_strfns
+ with_test_prefix "for corefile" {
+ test_all_strfns
+ }
}
test_strfns_core_file