]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/testsuite/ChangeLog-2014-2021
[gdb/testsuite] Fix duplicate test-names in gdb.{gdb,opt,xml}
authorTom de Vries <tdevries@suse.de>
Tue, 12 May 2020 08:28:44 +0000 (10:28 +0200)
committerTom de Vries <tdevries@suse.de>
Tue, 12 May 2020 08:28:44 +0000 (10:28 +0200)
commitc9f3b40e1ad5ea299e7725951bb78222fefcdf51
tree27df87e117d0eaaf5a1bde448c6765e26530c332
parent2528f8ada68f0bf26c7e978a5be76dd3ec763f8b
[gdb/testsuite] Fix duplicate test-names in gdb.{gdb,opt,xml}

There are 3 test directories with one duplicate test-name: gdb.gdb, gdb.opt
and gdb.xml.  The duplicates are:
...
DUPLICATE: gdb.gdb/complaints.exp: call complaint_internal ($cstr)
DUPLICATE: gdb.opt/inline-locals.exp: info locals above bar 2 \
  (PRMS: gdb/25695)
DUPLICATE: gdb.xml/tdesc-regs.exp: ptype $extrareg
...

Fix as appropriate.

Tested on x86_64-linux.

gdb/testsuite/ChangeLog:

2020-05-12  Tom de Vries  <tdevries@suse.de>

* gdb.gdb/complaints.exp: Use with_test_prefix.
* gdb.xml/tdesc-regs.exp: Same.
* gdb.opt/inline-locals.exp: Fix test name.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.gdb/complaints.exp
gdb/testsuite/gdb.opt/inline-locals.exp
gdb/testsuite/gdb.xml/tdesc-regs.exp