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: Tom Tromey <tromey at redhat dot com>
- To: Marek Polacek <mpolacek at redhat dot com>
- Cc: "gdb-patches\ at sourceware dot org" <gdb-patches at sourceware dot org>
- Date: Wed, 22 Jun 2011 09:17:03 -0600
- Subject: Re: [PATCH] gdb.mi/mi-nsmoribund.exp: fix racy tests (PR testsuite/12649)
- References: <4DFF632D.6020804@redhat.com>
>>>>> "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.
Tom