This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH v2] Logical short circuiting with argument lists
- From: Simon Marchi <simon dot marchi at polymtl dot ca>
- To: Tom Tromey <tom at tromey dot com>
- Cc: Richard Bunt <richard dot bunt at arm dot com>, gdb-patches at sourceware dot org, nd at arm dot com
- Date: Fri, 07 Sep 2018 23:29:04 +0100
- Subject: Re: [PATCH v2] Logical short circuiting with argument lists
- References: <79494820-f795-ad3c-8546-0ad288cd05b0@arm.com> <87mustueua.fsf@tromey.com>
On 2018-09-07 23:23, Tom Tromey wrote:
For some of the tests -- I'm afraid I didn't enumerate them -- you will
need to supply a different (and unique) test name to gdb_test, because
there is a rule against tests having parenthesized text at the end of
their name:
https://sourceware.org/gdb/wiki/GDBTestcaseCookbook#Do_not_use_.22tail_parentheses.22_on_test_messages
This says "... and space before parentheses" and it is the case here,
though.
Simon