This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFC] gdb.cp/static-print-quit.exp: fix racy tests (PR testsuite/12649)
- From: Jan Kratochvil <jan dot kratochvil 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: Fri, 6 May 2011 15:40:42 +0200
- Subject: Re: [RFC] gdb.cp/static-print-quit.exp: fix racy tests (PR testsuite/12649)
- References: <20110506021511.GA30222@host1.jankratochvil.net> <4DC3B82D.1000505@redhat.com>
On Fri, 06 May 2011 10:58:21 +0200, Marek Polacek wrote:
> I tested your patch and all seems fine.
Thanks, checked in:
http://sourceware.org/ml/gdb-cvs/2011-05/msg00039.html
> the `-re' are in fact not needed since we don't use any regexps in the
> string. However, they certainly do no harm so no need to remove them.
OK, I did not know :-) but I find the standard -re way when no regexp escaping
is needed in these cases as fine, kept it without change.
Thanks,
Jan