public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Tom Tromey <tom@tromey.com>
To: Simon Marchi via Gdb-patches <gdb-patches@sourceware.org>
Subject: Re: [PATCH] gdb/testsuite/tui: start GDB with "set filename-display basename"
Date: Fri, 23 Sep 2022 07:50:31 -0600	[thread overview]
Message-ID: <87k05u19p4.fsf@tromey.com> (raw)
In-Reply-To: <20220922160215.742183-1-simon.marchi@polymtl.ca> (Simon Marchi via Gdb-patches's message of "Thu, 22 Sep 2022 12:02:15 -0400")

>>>>> "Simon" == Simon Marchi via Gdb-patches <gdb-patches@sourceware.org> writes:

Simon> And that causes `wait_for` to think the "step" command is complete.
Simon> This is wrong, as the prompt at line 17 isn't the prompt drawn after the
Simon> completion of the "step" command.  The subsequent tests now run with a
Simon> partially updated screen (what is shown above) and obviously fail.

Simon> The ideal way to fix this would be for `wait_for` to be smarter, to
Simon> avoid it confusing the different prompts drawn.

This is actually ridiculously hard.  Not being able to solve this is why
we added the refresh-counting hack for TUI testing.

Simon> Doing this happens to fix my failures and makes my CI happy (which in
Simon> turns makes me happy).  To be clear, I understand that this does not fix
Simon> the root issue of `proc wait_for` being confused.  However, it makes TUI
Simon> test runs be more similar for everyone, such that there's less chance of
Simon> TUI tests randomly failing for somebody.

It seems like an improvement to me.

Simon> Note that there are other reasons why TUI tests could vary, like
Simon> different curses library versions taking different re-drawing decisions.
Simon> However, I think my change is a good step towards more stable test
Simon> results.

Indeed, I think this has happened already.

Anyway the patch looks good to me.

Tom

  reply	other threads:[~2022-09-23 13:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-22 16:02 Simon Marchi
2022-09-23 13:50 ` Tom Tromey [this message]
2022-09-23 14:22   ` Simon Marchi

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=87k05u19p4.fsf@tromey.com \
    --to=tom@tromey.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).