public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Fix several cases of racy output matching
@ 2017-10-26 17:42 Pedro Alves
  2017-10-26 17:42 ` [PATCH 3/6] Fix racy output matching in gdb.base/memattr.exp Pedro Alves
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Pedro Alves @ 2017-10-26 17:42 UTC (permalink / raw)
  To: gdb-patches

After <https://sourceware.org/ml/gdb-patches/2017-10/msg00751.html>, I
had the bright idea of running the whole testsuite with "make
check-read1", and that exposed a number of problems.

This fixes a good chunk of those.  (There are more in at least gdb.mi/
and gdb.python/.)

Pedro Alves (6):
  Fix racy output matching in gdb.asm/asm-source.exp
  Fix racy output matching in gdb.base/completion.exp
  Fix racy output matching in gdb.base/memattr.exp
  Fix racy output matching in gdb.base/cpcompletion.exp
  Fix racy output matching in gdb.base/multi-attach.exp,
    gdb.server/ext-{attach, restart, ext-run}.exp
  Fix racy output matching in gdb.tui/tui-completion.exp

 gdb/testsuite/gdb.asm/asm-source.exp     |  2 +-
 gdb/testsuite/gdb.base/completion.exp    | 86 +++++++++++++-------------------
 gdb/testsuite/gdb.base/memattr.exp       | 12 ++---
 gdb/testsuite/gdb.cp/cpcompletion.exp    |  2 +-
 gdb/testsuite/gdb.multi/multi-attach.exp |  4 +-
 gdb/testsuite/gdb.server/ext-attach.exp  |  2 +-
 gdb/testsuite/gdb.server/ext-restart.exp |  2 +-
 gdb/testsuite/gdb.server/ext-run.exp     |  2 +-
 gdb/testsuite/gdb.server/ext-wrapper.exp |  2 +-
 gdb/testsuite/gdb.tui/completion.exp     | 36 +++++++------
 10 files changed, 65 insertions(+), 85 deletions(-)

-- 
2.5.5

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

end of thread, other threads:[~2017-11-15 16:16 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-26 17:42 [PATCH 0/6] Fix several cases of racy output matching Pedro Alves
2017-10-26 17:42 ` [PATCH 3/6] Fix racy output matching in gdb.base/memattr.exp Pedro Alves
2017-10-26 17:42 ` [PATCH 2/6] Fix racy output matching in gdb.base/completion.exp Pedro Alves
2017-10-26 17:42 ` [PATCH 5/6] Fix racy output matching in gdb.base/multi-attach.exp, gdb.server/ext-{attach, restart, ext-run}.exp Pedro Alves
2017-10-26 17:42 ` [PATCH 1/6] Fix racy output matching in gdb.asm/asm-source.exp Pedro Alves
2017-10-26 17:42 ` [PATCH 4/6] Fix racy output matching in gdb.base/cpcompletion.exp Pedro Alves
2017-10-26 17:42 ` [PATCH 6/6] Fix racy output matching in gdb.tui/tui-completion.exp Pedro Alves
2017-11-15 16:09   ` Simon Marchi
2017-11-15 16:16     ` Pedro Alves
2017-11-09 22:50 ` [PATCH 0/6] Fix several cases of racy output matching Pedro Alves

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