aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-08-23 12:18:57 -0600
committerTom Tromey <tromey@redhat.com>2013-11-04 11:02:08 -0700
commit1e537771557f684cafb8247ad4ec03d38ac4deb5 (patch)
tree880b685524af73d17a0eb4caa96694e951dca79b /gdb/testsuite/ChangeLog
parentb44b82afd9ec85bff726e294b0d0065efb5179e0 (diff)
downloadgdb-1e537771557f684cafb8247ad4ec03d38ac4deb5.zip
gdb-1e537771557f684cafb8247ad4ec03d38ac4deb5.tar.gz
gdb-1e537771557f684cafb8247ad4ec03d38ac4deb5.tar.bz2
introduce relative_filename and use it
This introduces a new relative_filename proc to gdb.exp and changes some tests to use it. This helps make these tests parallel-safe. 2013-11-04 Tom Tromey <tromey@redhat.com> * gdb.base/fullname.exp: Use standard_output_file, relative_filename. * gdb.base/hashline1.exp: Use standard_testfile, standard_output_file, relative_filename, clean_restart. * gdb.base/hashline2.exp: Use standard_testfile, standard_output_file. * gdb.base/hashline3.exp: Use standard_testfile, standard_output_file, relative_filename. * lib/gdb.exp (relative_filename): New proc.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index c913cbb..b171dc2 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,5 +1,17 @@
2013-11-04 Tom Tromey <tromey@redhat.com>
+ * gdb.base/fullname.exp: Use standard_output_file,
+ relative_filename.
+ * gdb.base/hashline1.exp: Use standard_testfile,
+ standard_output_file, relative_filename, clean_restart.
+ * gdb.base/hashline2.exp: Use standard_testfile,
+ standard_output_file.
+ * gdb.base/hashline3.exp: Use standard_testfile,
+ standard_output_file, relative_filename.
+ * lib/gdb.exp (relative_filename): New proc.
+
+2013-11-04 Tom Tromey <tromey@redhat.com>
+
* gdb.base/fileio.c (test_open, test_write, test_read)
(test_lseek, test_close, test_stat, test_fstat)
(test_isatty, test_system, test_rename, test_unlink):