From: Thomas Monjalon <thomas@monjalon.net>
To: Marat Khalili <marat.khalili@huawei.com>
Cc: bruce.richardson@intel.com, dev@dpdk.org
Subject: Re: [PATCH] buildtools/get-test-suites.py: muti-line macros
Date: Sun, 29 Jun 2025 22:44:52 +0200 [thread overview]
Message-ID: <4979497.e6Ti0vRb3T@thomas> (raw)
In-Reply-To: <20250618123946.66915-1-marat.khalili@huawei.com>
18/06/2025 14:39, Marat Khalili:
> Test list is currently generated by scanning all files for macros
> starting with `REGISTER_` and ending with `_TEST`. Unfortunately, this
> was done line-by-line, and macros split into several lines were silently
> ignored resulting in tests being excluded from test suites without any
> warning.
>
> Make regular expression multiline, capturing everything until the
> closing parenthesis. (There should be no nested parentheses due to the
> nature of the arguments these macros accept.)
>
> The rest of the functionality stays the same. The result was manually
> compared to be identical to the previous version.
>
> Signed-off-by: Marat Khalili <marat.khalili@huawei.com>
Applied, thanks.
prev parent reply other threads:[~2025-06-29 20:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-18 12:39 [PATCH] buildtools/get-test-suites.py: muti-line macros Marat Khalili
2025-06-29 20:44 ` Thomas Monjalon [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4979497.e6Ti0vRb3T@thomas \
--to=thomas@monjalon.net \
--cc=bruce.richardson@intel.com \
--cc=dev@dpdk.org \
--cc=marat.khalili@huawei.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.