Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Pedro Alves <palves@redhat.com>
To: "Gustavo, Luis" <luis_gustavo@mentor.com>
Cc: gdb-patches@sourceware.org, Stan Shebs <stanshebs@earthlink.net>
Subject: Re: [rfc target-side break conditions ] Testcase
Date: Tue, 14 Feb 2012 14:29:00 -0000	[thread overview]
Message-ID: <4F3A6FCC.7050906@redhat.com> (raw)
In-Reply-To: <4F33026A.4000307@mentor.com>

I'm not seeing how this test is intended to catch as is.  Any other
GDB output will PASS as long as it ends in the prompt, which usually
does.

On 02/08/2012 11:16 PM, Luis Gustavo wrote:
> +# If target-side condition evaluation is not supported, this warning will be
> +# displayed.
> +set warning "warning: Target does not support breakpoint condition evaluation.\r\nUsing GDB evaluation mode instead.\r\n"
> +
> +gdb_test_multiple $test_target $test_target {
> +    -re $warning {

This should match $gdb_prompt as well.  Otherwise, you confuse the following tests.

> +	unsupported $test_target
> +	return -1
> +    }
> +
> +    -re "\r\n$gdb_prompt " {

Did you intend to make sure that _only_ the prompt was output, like
gdb_tests_no_output?  If so, then you need to make that:

        -re "^$test_target\r\n$gdb_prompt $" {

> +	pass $test_target
> +    }
> +}

-- 
Pedro Alves


  reply	other threads:[~2012-02-14 14:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-08 23:17 Luis Gustavo
2012-02-14 14:29 ` Pedro Alves [this message]
2012-02-14 14:31   ` Pedro Alves
2012-02-22 15:33   ` Luis Gustavo
2012-02-23 17:51     ` Pedro Alves
2012-02-24 12:21       ` Luis Gustavo

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=4F3A6FCC.7050906@redhat.com \
    --to=palves@redhat.com \
    --cc=gdb-patches@sourceware.org \
    --cc=luis_gustavo@mentor.com \
    --cc=stanshebs@earthlink.net \
    /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