Having paths in test names makes comparing test results from two
separate runs (in different directories) harder.
gdb/testsuite/ChangeLog:
* gdb.base/cached-source-file.exp: Avoid source file paths in test
names.
+2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
+
+ * gdb.base/cached-source-file.exp: Avoid source file paths in test
+ names.
+
2020-02-25 Tom de Vries <tdevries@suse.de>
PR go/18926
set bp_line [gdb_get_line_number "break-here" $srcfile]
gdb_assert { [runto "$srcfile:$bp_line"] } \
- "run to $srcfile:$bp_line"
+ "run to break-here marker"
# Do a "list" and check that the printed line matches the line of the
# original source file.