public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 00/12] Remove DUPLICATEs warnings
@ 2021-11-26 23:00 Lancelot SIX
  2021-11-26 23:00 ` [PATCH 01/12] gdb/testsuite: Remove duplicates from gdb.mi/mi-syn-frame.exp Lancelot SIX
                   ` (14 more replies)
  0 siblings, 15 replies; 33+ messages in thread
From: Lancelot SIX @ 2021-11-26 23:00 UTC (permalink / raw)
  To: gdb-patches; +Cc: Lancelot SIX

Hi,

This cleanup series is a continuation of the following series:
https://sourceware.org/pipermail/gdb-patches/2021-November/183628.html

With this series, I get rid of all the DUPLICATE warnings I have when
running the testsuite on in my current configuration (i.e. NixOS
GNU/Linux on x86_64, with python support enabled).  I have no doubt that
other configurations might still see other warnings, though.

As for the previous series, this series only contains pretty straight
forward fixes, mostly adjusting test names in order to distinguish
similar tests.

All feedback are welcome.

Best,
Lancelot.

Lancelot SIX (12):
  gdb/testsuite: Remove duplicates from gdb.mi/mi-syn-frame.exp
  gdb/testsuite: Remove duplicates from gdb.mi/mi-nsthrexec.exp
  gdb/testsuite: Remove duplicates from gdb.mi/mi-watch.exp
  gdb/testsuite: Remove duplicates from gdb.mi/mi-catch-load.exp
  gdb/testsuite: Remove duplicates from gdb.mi/mi-var-child.exp
  gdb/testsuite: Remove duplicates from gdb.mi/mi2-var-child.exp
  gdb/testsuite: Remove duplicates from gdb.mi/mi-nonstop.exp
  gdb/testsuite: Remove duplicates from gdb.mi/mi-nonstop-exit.exp
  gdb/testsuite: Remove duplicates from gdb.mi/mi-var-rtti.exp
  gdb/testsuite: Remove duplicates from gdb.mi/mi-language.exp
  gdb/testsuite: Remove duplicates from gdb.mi/mi2-amd64-entry-value.exp
  gdb/testsuite: Remove duplicates from gdb.threads/staticthreads.ex

 gdb/testsuite/gdb.mi/mi-catch-load.exp        | 77 ++++++++++---------
 gdb/testsuite/gdb.mi/mi-language.exp          |  2 +-
 gdb/testsuite/gdb.mi/mi-nonstop-exit.exp      | 22 ++----
 gdb/testsuite/gdb.mi/mi-nonstop.exp           |  4 +-
 gdb/testsuite/gdb.mi/mi-nsthrexec.exp         |  2 +-
 gdb/testsuite/gdb.mi/mi-syn-frame.exp         | 16 ++--
 gdb/testsuite/gdb.mi/mi-var-child.exp         | 18 +----
 gdb/testsuite/gdb.mi/mi-var-rtti.cc           | 12 +--
 gdb/testsuite/gdb.mi/mi-watch.exp             |  2 +-
 .../gdb.mi/mi2-amd64-entry-value.exp          | 42 ++++++----
 gdb/testsuite/gdb.mi/mi2-var-child.exp        | 18 +----
 gdb/testsuite/gdb.threads/staticthreads.exp   |  2 +-
 12 files changed, 101 insertions(+), 116 deletions(-)

-- 
2.33.1


^ permalink raw reply	[flat|nested] 33+ messages in thread

end of thread, other threads:[~2022-01-07 22:43 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-26 23:00 [PATCH 00/12] Remove DUPLICATEs warnings Lancelot SIX
2021-11-26 23:00 ` [PATCH 01/12] gdb/testsuite: Remove duplicates from gdb.mi/mi-syn-frame.exp Lancelot SIX
2021-11-26 23:00 ` [PATCH 02/12] gdb/testsuite: Remove duplicates from gdb.mi/mi-nsthrexec.exp Lancelot SIX
2021-11-26 23:00 ` [PATCH 03/12] gdb/testsuite: Remove duplicates from gdb.mi/mi-watch.exp Lancelot SIX
2021-11-26 23:00 ` [PATCH 04/12] gdb/testsuite: Remove duplicates from gdb.mi/mi-catch-load.exp Lancelot SIX
2021-12-10 21:55   ` Pedro Alves
2021-12-16 23:27     ` Lancelot SIX
2021-12-17 12:21       ` Pedro Alves
2021-11-26 23:00 ` [PATCH 05/12] gdb/testsuite: Remove duplicates from gdb.mi/mi-var-child.exp Lancelot SIX
2021-12-10 21:55   ` Pedro Alves
2021-12-16 23:40     ` Lancelot SIX
2021-12-17 13:00       ` [PATCH] gdb/testsuite: Remove some duplication " Pedro Alves
2021-12-17 23:24         ` Lancelot SIX
2022-01-06 16:44           ` Pedro Alves
2021-11-26 23:00 ` [PATCH 06/12] gdb/testsuite: Remove duplicates from gdb.mi/mi2-var-child.exp Lancelot SIX
2021-11-26 23:00 ` [PATCH 07/12] gdb/testsuite: Remove duplicates from gdb.mi/mi-nonstop.exp Lancelot SIX
2021-11-26 23:00 ` [PATCH 08/12] gdb/testsuite: Remove duplicates from gdb.mi/mi-nonstop-exit.exp Lancelot SIX
2021-12-10 21:56   ` Pedro Alves
2021-12-16 23:48     ` Lancelot SIX
2021-12-17 13:52       ` Pedro Alves
2021-11-26 23:00 ` [PATCH 09/12] gdb/testsuite: Remove duplicates from gdb.mi/mi-var-rtti.exp Lancelot SIX
2021-11-26 23:00 ` [PATCH 10/12] gdb/testsuite: Remove duplicates from gdb.mi/mi-language.exp Lancelot SIX
2021-12-10 21:56   ` Pedro Alves
2021-12-16 23:59     ` Lancelot SIX
2021-12-17 13:53       ` Pedro Alves
2021-11-26 23:00 ` [PATCH 11/12] gdb/testsuite: Remove duplicates from gdb.mi/mi2-amd64-entry-value.exp Lancelot SIX
2021-12-10 21:56   ` Pedro Alves
2021-12-17 22:57     ` Lancelot SIX
2022-01-06 16:49       ` Pedro Alves
2021-11-26 23:00 ` [PATCH 12/12] gdb/testsuite: Remove duplicates from gdb.threads/staticthreads.ex Lancelot SIX
2021-12-09 18:15 ` [PATCH 00/12] Remove DUPLICATEs warnings Tom Tromey
2021-12-10 22:01 ` Pedro Alves
2022-01-07 22:43 ` Lancelot SIX

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).