aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2018-09-17 10:10:47 +0100
committerNick Clifton <nickc@redhat.com>2018-09-17 10:10:47 +0100
commita0a8a9340dc79116297627a0884c6a01543e4b34 (patch)
tree4d03dd9c57b88200cf76aa41c35ccdc663c4628f /gas
parente6213e09ed0ef6ee40d00981c38baac6964aa95b (diff)
downloadgdb-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 'gas')
-rw-r--r--gas/ChangeLog12
-rw-r--r--gas/testsuite/gas/elf/group0a.d2
-rw-r--r--gas/testsuite/gas/elf/group0b.d2
-rw-r--r--gas/testsuite/gas/elf/group1a.d2
-rw-r--r--gas/testsuite/gas/elf/group1b.d2
-rw-r--r--gas/testsuite/gas/elf/section9.d2
-rw-r--r--gas/testsuite/gas/i386/ilp32/lns/lns-common-1.d2
-rw-r--r--gas/testsuite/gas/i386/ilp32/lns/lns-duplicate.d2
8 files changed, 19 insertions, 7 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index ca20c80..0fbe6fa 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,15 @@
+2018-09-17 Nick Clifton <nickc@redhat.com>
+
+ * 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.
+
2018-09-15 H.J. Lu <hongjiu.lu@intel.com>
PR gas/23665
diff --git a/gas/testsuite/gas/elf/group0a.d b/gas/testsuite/gas/elf/group0a.d
index e6b9366..be23160 100644
--- a/gas/testsuite/gas/elf/group0a.d
+++ b/gas/testsuite/gas/elf/group0a.d
@@ -1,5 +1,5 @@
#readelf: -SW
-#name: group section
+#name: group section (using readelf -SW)
#source: group0.s
#...
diff --git a/gas/testsuite/gas/elf/group0b.d b/gas/testsuite/gas/elf/group0b.d
index fc74ea6..c2b5f58 100644
--- a/gas/testsuite/gas/elf/group0b.d
+++ b/gas/testsuite/gas/elf/group0b.d
@@ -1,5 +1,5 @@
#readelf: -g
-#name: group section
+#name: group section (using readelf -g)
#source: group0.s
#...
diff --git a/gas/testsuite/gas/elf/group1a.d b/gas/testsuite/gas/elf/group1a.d
index 0f9f3e9..d5f7fec 100644
--- a/gas/testsuite/gas/elf/group1a.d
+++ b/gas/testsuite/gas/elf/group1a.d
@@ -1,5 +1,5 @@
#readelf: -SW
-#name: group section with multiple sections of same name
+#name: group section with multiple sections of same name (using readelf -SW)
#source: group1.s
# The RX port uses non-standard section names.
#notarget: rx-*
diff --git a/gas/testsuite/gas/elf/group1b.d b/gas/testsuite/gas/elf/group1b.d
index 405e203..9c592ed 100644
--- a/gas/testsuite/gas/elf/group1b.d
+++ b/gas/testsuite/gas/elf/group1b.d
@@ -1,5 +1,5 @@
#readelf: -g
-#name: group section with multiple sections of same name
+#name: group section with multiple sections of same name (using readelf -g)
#source: group1.s
#...
diff --git a/gas/testsuite/gas/elf/section9.d b/gas/testsuite/gas/elf/section9.d
index 1acf63e..63152fe 100644
--- a/gas/testsuite/gas/elf/section9.d
+++ b/gas/testsuite/gas/elf/section9.d
@@ -1,5 +1,5 @@
#readelf: -S --wide
-#name: section flags
+#name: section flags (for GNU lto sections)
#...
[ ]*\[.*\][ ]+\.gnu\.lto_main[ ]+PROGBITS.*[ ]+E[ ]+.*
diff --git a/gas/testsuite/gas/i386/ilp32/lns/lns-common-1.d b/gas/testsuite/gas/i386/ilp32/lns/lns-common-1.d
index 7b1d5c2..0f6e690 100644
--- a/gas/testsuite/gas/i386/ilp32/lns/lns-common-1.d
+++ b/gas/testsuite/gas/i386/ilp32/lns/lns-common-1.d
@@ -1,6 +1,6 @@
#source: ../../../lns/lns-common-1.s
#readelf: -wl
-#name: lns-common-1
+#name: lns-common-1 (ILP32)
Raw dump of debug contents of section \.z?debug_line:
#...
Initial value of 'is_stmt': 1
diff --git a/gas/testsuite/gas/i386/ilp32/lns/lns-duplicate.d b/gas/testsuite/gas/i386/ilp32/lns/lns-duplicate.d
index fc0f861..ffea47a 100644
--- a/gas/testsuite/gas/i386/ilp32/lns/lns-duplicate.d
+++ b/gas/testsuite/gas/i386/ilp32/lns/lns-duplicate.d
@@ -1,6 +1,6 @@
#source: ../../../lns/lns-duplicate.s
#readelf: -wl
-#name: lns-duplicate
+#name: lns-duplicate (ILP32)
Raw dump of debug contents of section \.z?debug_line:
#...
Line Number Statements: