This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] gdb.mi/mi-nsmoribund.exp: fix racy tests (PR testsuite/12649)
- From: Marek Polacek <mpolacek at redhat dot com>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: "gdb-patches at sourceware dot org" <gdb-patches at sourceware dot org>
- Date: Wed, 22 Jun 2011 17:38:42 +0200
- Subject: Re: [PATCH] gdb.mi/mi-nsmoribund.exp: fix racy tests (PR testsuite/12649)
- References: <4DFF632D.6020804@redhat.com> <m3hb7hkia8.fsf@fleche.redhat.com>
On 06/22/2011 05:17 PM, Tom Tromey wrote:
>>>>>> "Marek" == Marek Polacek <mpolacek@redhat.com> writes:
>
> Marek> 2011-06-20 Marek Polacek <mpolacek@redhat.com>
> Marek> * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with mi_gdb_test.
>
> Marek> +mi_gdb_test "-exec-continue --all" "\[^\n\]*\r\n$running_re" "resume all, thread specific breakpoint"
>
> Wrap this line, ok with that change.
Thanks, checked in:
http://sourceware.org/ml/gdb-cvs/2011-06/msg00119.html
Marek