]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb/testsuite: resolve remaining duplicate test names in gdb.cp/*.exp
authorAndrew Burgess <andrew.burgess@embecosm.com>
Tue, 16 Mar 2021 10:17:07 +0000 (10:17 +0000)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Fri, 26 Mar 2021 14:04:18 +0000 (14:04 +0000)
commit3c2dcf90b55fea84260ac83ab968c5df3b44d34d
tree05900dd11cccf7c7a6c622d924425b22df5e225b
parent6b78370dcc18719d4a34d64ab759f30643d7b8d3
gdb/testsuite: resolve remaining duplicate test names in gdb.cp/*.exp

This commit resolves the remaining duplicate test names in
gdb.cp/*.exp.  These are all the easy duplicates, I'm either giving
tests a new, unique name, extending an existing name to make it
unique, or changing an existing name to better reflect what the test
is actually doing, and thus, making this test name unique.

There should be no change in what is tested after this commit.

gdb/testsuite/ChangeLog:

* gdb.cp/breakpoint.exp: Extend test names to make them unique.
* gdb.cp/casts.exp: Give tests unique names.
* gdb.cp/filename.exp: Likewise.
* gdb.cp/gdb2495.exp: Likewise.
* gdb.cp/mb-ctor.exp: Extend test names to make them unique.
* gdb.cp/misc.exp: Rename test to make it unique.
* gdb.cp/nsnested.exp: Give tests unique names.
* gdb.cp/ovldbreak.exp: Likewise.
* gdb.cp/pr17494.exp: Rename test to reflect what is actually
being tested.  This also removes the duplicate test name.
* gdb.cp/ref-types.exp: Likewise.
* gdb.cp/temargs.exp: Likewise.
12 files changed:
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.cp/breakpoint.exp
gdb/testsuite/gdb.cp/casts.exp
gdb/testsuite/gdb.cp/filename.exp
gdb/testsuite/gdb.cp/gdb2495.exp
gdb/testsuite/gdb.cp/mb-ctor.exp
gdb/testsuite/gdb.cp/misc.exp
gdb/testsuite/gdb.cp/nsnested.exp
gdb/testsuite/gdb.cp/ovldbreak.exp
gdb/testsuite/gdb.cp/pr17494.exp
gdb/testsuite/gdb.cp/ref-types.exp
gdb/testsuite/gdb.cp/temargs.exp