diff options
author | Tom Tromey <tromey@redhat.com> | 2013-08-22 13:39:13 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-08-22 13:39:13 +0000 |
commit | 7a218f88658c03a85051a8b6d1aac59541e697ff (patch) | |
tree | 5e8e7482e707a2c48e3c70cc5f517ff729f5a859 /gdb/testsuite/ChangeLog | |
parent | 3ce958b2ab9f0d1f6c4f12bdc42ea7e8cb21dd6a (diff) | |
download | gdb-7a218f88658c03a85051a8b6d1aac59541e697ff.zip gdb-7a218f88658c03a85051a8b6d1aac59541e697ff.tar.gz gdb-7a218f88658c03a85051a8b6d1aac59541e697ff.tar.bz2 |
fix some gdb.dwarf2 tests for parallel safety
This fixes a few gdb.dwarf2 tests to be more parallel-safe. This
mostly amounts to changing them to write their files into the
directory designated by standard_output_file.
Built and regtested on x86-64 Fedora 18.
* gdb.dwarf2/clztest.exp: Use standard_testfile.
* gdb.dwarf2/dw2-minsym-in-cu.exp: Use standard_testfile.
* gdb.dwarf2/fission-base.S: Remove directory from
DW_AT_GNU_dwo_name.
* gdb.dwarf2/fission-base.exp: Use build_executable. Set
debug-file-directory.
* gdb.dwarf2/fission-reread.S: Remove directory from
DW_AT_GNU_dwo_name.
* gdb.dwarf2/fission-reread.exp: Use build_executable. Set
debug-file-directory.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 661042e..f329338 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,16 @@ +2013-08-22 Tom Tromey <tromey@redhat.com> + + * gdb.dwarf2/clztest.exp: Use standard_testfile. + * gdb.dwarf2/dw2-minsym-in-cu.exp: Use standard_testfile. + * gdb.dwarf2/fission-base.S: Remove directory from + DW_AT_GNU_dwo_name. + * gdb.dwarf2/fission-base.exp: Use build_executable. Set + debug-file-directory. + * gdb.dwarf2/fission-reread.S: Remove directory from + DW_AT_GNU_dwo_name. + * gdb.dwarf2/fission-reread.exp: Use build_executable. Set + debug-file-directory. + 2013-08-16 Doug Evans <dje@google.com> * lib/prelink-support.exp (prelink_yes): Flag test as unsupported if |