diff options
author | Nick Clifton <nickc@redhat.com> | 2018-09-17 10:10:47 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2018-09-17 10:10:47 +0100 |
commit | a0a8a9340dc79116297627a0884c6a01543e4b34 (patch) | |
tree | 4d03dd9c57b88200cf76aa41c35ccdc663c4628f /binutils/testsuite/binutils-all/objcopy.exp | |
parent | e6213e09ed0ef6ee40d00981c38baac6964aa95b (diff) | |
download | gdb-a0a8a9340dc79116297627a0884c6a01543e4b34.zip gdb-a0a8a9340dc79116297627a0884c6a01543e4b34.tar.gz gdb-a0a8a9340dc79116297627a0884c6a01543e4b34.tar.bz2 |
Ensure that binutils test names are unique.
binutils* testsuite/binutils-all/compress.exp: Rename second "objcopy
zlib-gnu compress debug sections 3" test to "objcopy zlib-gabi
compress debug sections 3" and use gabi object files instead
of gnu object files.
* testsuite/binutils-all/objcopy.exp: Add suffix to the names
of the "ELF group" tests.
* testsuite/binutils-all/readelf.exp (proc readelf_find_size):
Add an iteration parameter and include it in the name of the
test. Update callers to include an iteration count.
gas * testuite/gas/elf/group0a.d: Add extra details to the test
name.
* testuite/gas/elf/group0b.d: Likewise.
* testuite/gas/elf/group1a.d: Likewise.
* testuite/gas/elf/group1b.d: Likewise.
* testuite/gas/elf/group0b.d: Likewise.
* testuite/gas/elf/section9.d: Likewise.
* testuite/gas/i386/ilp32/lns/lns-common-1.d: Likewise.
* testuite/gas/i386/ilp32/lns/lns-duplicate-1.d: Likewise.
ld * testuite/ld/ld-elf/audit.exp: Differentiate the names of the
two "Run with shared with --audit" tests.
* testuite/ld/ld-elf/compress.exp: Differentiate the zlib
compressed debug output test names.
* testuite/ld/ld-i386/tlspie1.d: Add extra details to the test
name.
* testuite/ld/ld-i386/tlspie2.d: Likewise.
* testuite/ld/ld-size/size.exp: Add missing escapes to the end
of lines in the size-3e test.
* testuite/ld/ld-unique/unique.exp: Differentiate the names of
the two "Checking unique PIC object" tests.
* testuite/ld/ld-x86-64/tlspie1.d: Add extra details to the test
name.
Diffstat (limited to 'binutils/testsuite/binutils-all/objcopy.exp')
-rw-r--r-- | binutils/testsuite/binutils-all/objcopy.exp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/binutils/testsuite/binutils-all/objcopy.exp b/binutils/testsuite/binutils-all/objcopy.exp index df1e268..df9935e 100644 --- a/binutils/testsuite/binutils-all/objcopy.exp +++ b/binutils/testsuite/binutils-all/objcopy.exp @@ -1045,10 +1045,10 @@ if [is_elf_format] { objcopy_test_symbol_manipulation objcopy_test_elf_common_symbols objcopy_test "ELF unknown section type" unknown.s - objcopy_test_readelf "ELF group" group.s - objcopy_test_readelf "ELF group" group-2.s - objcopy_test_readelf "ELF group" group-3.s - objcopy_test_readelf "ELF group" group-4.s + objcopy_test_readelf "ELF group 1" group.s + objcopy_test_readelf "ELF group 2" group-2.s + objcopy_test_readelf "ELF group 3" group-3.s + objcopy_test_readelf "ELF group 4" group-4.s objcopy_test_readelf "GNU_MBIND section" mbind1.s run_dump_test "group-5" run_dump_test "group-6" |