public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix a few "make check-perf" problems
@ 2021-06-18 21:12 Pedro Alves
  2021-06-18 21:12 ` [PATCH 1/2] gdb.perf/: FAIL on Python errors, avoid "ERROR: internal buffer is full" Pedro Alves
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Pedro Alves @ 2021-06-18 21:12 UTC (permalink / raw)
  To: gdb-patches; +Cc: Qingchuan Shi

These patches make "make check-perf" work with Python 3.8, and fix a
couple other issues:

 - Python errors should be detected and issue FAIL.
 - We currently run against a bunch of expect buffer overflows.

Pedro Alves (2):
  gdb.perf/: FAIL on Python errors, avoid "ERROR: internal buffer is
    full"
  Update gdb performance testsuite to be compatible with Python 3.8

 gdb/testsuite/gdb.perf/backtrace.exp          |  2 +-
 gdb/testsuite/gdb.perf/disassemble.exp        |  2 +-
 .../gdb.perf/lib/perftest/measure.py          | 50 +++++++++++++------
 .../gdb.perf/lib/perftest/perftest.py         |  6 ++-
 gdb/testsuite/gdb.perf/single-step.exp        |  2 +-
 gdb/testsuite/gdb.perf/skip-command.exp       |  2 +-
 gdb/testsuite/gdb.perf/skip-prologue.exp      | 12 +----
 gdb/testsuite/gdb.perf/solib.exp              |  2 +-
 .../gdb.perf/template-breakpoints.exp         |  2 +-
 gdb/testsuite/lib/perftest.exp                | 25 ++++++++++
 10 files changed, 72 insertions(+), 33 deletions(-)


base-commit: ff5404f5b37484567a19603769a2c0e56f108272
-- 
2.26.2


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

end of thread, other threads:[~2021-07-06 11:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-18 21:12 [PATCH 0/2] Fix a few "make check-perf" problems Pedro Alves
2021-06-18 21:12 ` [PATCH 1/2] gdb.perf/: FAIL on Python errors, avoid "ERROR: internal buffer is full" Pedro Alves
2021-06-18 21:12 ` [PATCH 2/2] Update gdb performance testsuite to be compatible with Python 3.8 Pedro Alves
2021-07-06 11:13 ` [PATCH 0/2] Fix a few "make check-perf" problems 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).