diff options
author | Tom Tromey <tromey@redhat.com> | 2013-08-23 12:18:57 -0600 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-11-04 11:02:08 -0700 |
commit | 1e537771557f684cafb8247ad4ec03d38ac4deb5 (patch) | |
tree | 880b685524af73d17a0eb4caa96694e951dca79b /gdb/testsuite/ChangeLog | |
parent | b44b82afd9ec85bff726e294b0d0065efb5179e0 (diff) | |
download | gdb-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/ChangeLog | 12 |
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): |