public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Keith Seitz <keiths@redhat.com>
To: Sergio Durigan Junior <sergiodj@redhat.com>
Cc: gdb-patches@sourceware.org
Subject: Re: [RFA/testsuite] Regexp-escape command in capture_command_output
Date: Thu, 11 Jun 2015 20:10:00 -0000	[thread overview]
Message-ID: <5579EB36.9010500@redhat.com> (raw)
In-Reply-To: <87twuevz8b.fsf@redhat.com>

On 06/11/2015 12:09 PM, Sergio Durigan Junior wrote:
>>> diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp
>>> index 73e55e3..fe7dd60 100644
>>> --- a/gdb/testsuite/lib/gdb.exp
>>> +++ b/gdb/testsuite/lib/gdb.exp
>>> @@ -5185,7 +5185,7 @@ proc capture_command_output { command prefix } {
>>>  
>>>      set output_string ""
>>>      gdb_test_multiple "$command" "capture_command_output for $command" {
>>> -	-re "${command}\[\r\n\]+${prefix}(.*)\[\r\n\]+$gdb_prompt $" {
>>> +	-re "[string_to_regexp ${command}]\[\r\n\]+${prefix}(.*)\[\r\n\]+$gdb_prompt $" {
>>>  	    set output_string $expect_out(1,string)
> 
> The patch looks correct, but shouldn't we convert ${prefix} to regexp as
> well?

Actually, no, we shouldn't. Prefix is supposed to be a regexp that
expect can grok. Much of the test suite already relies on this; in
gdb.base/completion.exp:

set regs_output [capture_command_output "mt print registers" \
                     ".*Name.*Nr.*Rel.*Offset.*Size.*Type.\[^\n\]*\n"]

Keith

  reply	other threads:[~2015-06-11 20:10 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-19 22:14 [PATCH v5] Explicit locations: add UI features for CLI Keith Seitz
2015-05-19 22:22 ` Keith Seitz
2015-05-19 22:27 ` [RFA/testsuite] Regexp-escape command in capture_command_output Keith Seitz
2015-06-11 19:09   ` Sergio Durigan Junior
2015-06-11 20:10     ` Keith Seitz [this message]
2015-06-11 20:13       ` Sergio Durigan Junior
2015-06-11 20:22         ` Keith Seitz
2015-06-11 20:25           ` Sergio Durigan Junior

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=5579EB36.9010500@redhat.com \
    --to=keiths@redhat.com \
    --cc=gdb-patches@sourceware.org \
    --cc=sergiodj@redhat.com \
    /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).