This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] gdb.mi/mi-var-display.exp: fix racy tests (PR testsuite/12649)
- From: Marek Polacek <mpolacek at redhat dot com>
- To: "gdb-patches at sourceware dot org" <gdb-patches at sourceware dot org>
- Date: Wed, 22 Jun 2011 13:56:45 +0200
- Subject: Re: [PATCH] gdb.mi/mi-var-display.exp: fix racy tests (PR testsuite/12649)
- References: <4E00A31B.6030500@redhat.com>
On 06/21/2011 03:56 PM, Marek Polacek wrote:
> +if ![mi_gdb_test "p/x \$fp" ".*($hex).*\\^done" "Xprint FP register"] {
Duh, redundant `X'. Fixed.