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/gdb.dwarf2/clztest.exp | |
parent | * binutils-all/nm.exp: --size-sort test: Add more ELF-like (diff) | |
download | binutils-gdb-7a218f88658c03a85051a8b6d1aac59541e697ff.tar.gz binutils-gdb-7a218f88658c03a85051a8b6d1aac59541e697ff.tar.bz2 binutils-gdb-7a218f88658c03a85051a8b6d1aac59541e697ff.zip |
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/gdb.dwarf2/clztest.exp')
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/clztest.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.dwarf2/clztest.exp b/gdb/testsuite/gdb.dwarf2/clztest.exp index 127fbdfd87a..0874342dab8 100644 --- a/gdb/testsuite/gdb.dwarf2/clztest.exp +++ b/gdb/testsuite/gdb.dwarf2/clztest.exp @@ -15,6 +15,7 @@ load_lib dwarf.exp +standard_testfile .S set test "clztest" # This test can only be run on targets which support DWARF-2 and use gas. |