public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Andrew Burgess <andrew.burgess@embecosm.com>
To: gdb-patches@sourceware.org
Subject: [PATCH 00/14] Resolve all duplicate test names in gdb.python/
Date: Mon,  8 Mar 2021 18:36:57 +0000	[thread overview]
Message-ID: <cover.1615228575.git.andrew.burgess@embecosm.com> (raw)

After this series there are no longer any duplicate test names in the
gdb.python/ directory.

---

Andrew Burgess (14):
  gdb/testsuite: make test names unique in gdb.python/py-mi.exp
  gdb/testsuite: make test names unique in
    gdb.python/py-format-string.exp
  gdb/testsuite: make test names unique in gdb.python/py-strfns.exp
  gdb/testsuite: make test names unique in
    gdb.python/py-finish-breakpoint.exp
  gdb/testsuite: make test names unique in gdb.python/py-explore.exp
  gdb/testsuite: make test names unique in gdb.python/py-pp-maint.exp
  gdb/testsuite: make test names unique in gdb.python/py-block.exp
  gdb/testsuite: make test names unique in gdb.python/py-prompt.exp
  gdb/testsuite: make test names unique in gdb.python/py-symtab.exp
  gdb/testsuite: remove a duplicate test
  gdb/testsuite: make test names unique in gdb.python/py-explore-cc.exp
  gdb/testsuite: check the correct Python variable in test
  gdb/testsuite: remove duplicate test from gdb.python/py-value-cc.exp
  gdb/testsuite: resolve remaining duplicate test names in
    gdb.python/*.exp

 gdb/testsuite/ChangeLog                       |  71 ++++
 gdb/testsuite/gdb.python/lib-types.exp        |   2 +-
 gdb/testsuite/gdb.python/py-bad-printers.exp  |   7 +-
 gdb/testsuite/gdb.python/py-block.exp         |  18 +-
 gdb/testsuite/gdb.python/py-events.exp        |   2 +-
 gdb/testsuite/gdb.python/py-explore-cc.exp    |   8 +-
 gdb/testsuite/gdb.python/py-explore.exp       |  58 ++--
 .../gdb.python/py-finish-breakpoint.exp       |  28 +-
 .../gdb.python/py-finish-breakpoint2.exp      |   6 +-
 gdb/testsuite/gdb.python/py-format-string.exp |  36 +-
 gdb/testsuite/gdb.python/py-frame-inline.exp  |   2 +-
 gdb/testsuite/gdb.python/py-frame.exp         |   3 +-
 gdb/testsuite/gdb.python/py-infthread.exp     |   3 +-
 gdb/testsuite/gdb.python/py-lookup-type.exp   |   2 -
 gdb/testsuite/gdb.python/py-mi.exp            | 322 +++++++++---------
 gdb/testsuite/gdb.python/py-pp-maint.exp      |  15 +-
 gdb/testsuite/gdb.python/py-prompt.exp        |  85 ++---
 gdb/testsuite/gdb.python/py-strfns.exp        |   4 +-
 gdb/testsuite/gdb.python/py-symtab.exp        |   6 +-
 gdb/testsuite/gdb.python/py-value-cc.exp      |   2 -
 20 files changed, 394 insertions(+), 286 deletions(-)

-- 
2.25.4


             reply	other threads:[~2021-03-08 18:37 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-08 18:36 Andrew Burgess [this message]
2021-03-08 18:36 ` [PATCH 01/14] gdb/testsuite: make test names unique in gdb.python/py-mi.exp Andrew Burgess
2021-03-08 18:36 ` [PATCH 02/14] gdb/testsuite: make test names unique in gdb.python/py-format-string.exp Andrew Burgess
2021-03-08 18:37 ` [PATCH 03/14] gdb/testsuite: make test names unique in gdb.python/py-strfns.exp Andrew Burgess
2021-03-08 18:37 ` [PATCH 04/14] gdb/testsuite: make test names unique in gdb.python/py-finish-breakpoint.exp Andrew Burgess
2021-03-08 18:37 ` [PATCH 05/14] gdb/testsuite: make test names unique in gdb.python/py-explore.exp Andrew Burgess
2021-03-08 18:37 ` [PATCH 06/14] gdb/testsuite: make test names unique in gdb.python/py-pp-maint.exp Andrew Burgess
2021-03-08 18:37 ` [PATCH 07/14] gdb/testsuite: make test names unique in gdb.python/py-block.exp Andrew Burgess
2021-03-08 18:37 ` [PATCH 08/14] gdb/testsuite: make test names unique in gdb.python/py-prompt.exp Andrew Burgess
2021-03-08 18:37 ` [PATCH 09/14] gdb/testsuite: make test names unique in gdb.python/py-symtab.exp Andrew Burgess
2021-03-08 18:37 ` [PATCH 10/14] gdb/testsuite: remove a duplicate test Andrew Burgess
2021-03-08 18:37 ` [PATCH 11/14] gdb/testsuite: make test names unique in gdb.python/py-explore-cc.exp Andrew Burgess
2021-03-08 18:37 ` [PATCH 12/14] gdb/testsuite: check the correct Python variable in test Andrew Burgess
2021-03-08 18:37 ` [PATCH 13/14] gdb/testsuite: remove duplicate test from gdb.python/py-value-cc.exp Andrew Burgess
2021-03-08 18:37 ` [PATCH 14/14] gdb/testsuite: resolve remaining duplicate test names in gdb.python/*.exp Andrew Burgess
2021-03-10 14:32 ` [PATCH 00/14] Resolve all duplicate test names in gdb.python/ Tom Tromey

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1615228575.git.andrew.burgess@embecosm.com \
    --to=andrew.burgess@embecosm.com \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).