From: Jakub Kicinski <kuba@kernel.org>
To: Sun Jian <sun.jian.kdev@gmail.com>
Cc: netdev@vger.kernel.org, linux-kselftest@vger.kernel.org,
linux-kernel@vger.kernel.org, pabeni@redhat.com,
edumazet@google.com, davem@davemloft.net, horms@kernel.org,
shuah@kernel.org, kees@kernel.org, luto@amacapital.net,
wad@chromium.org
Subject: Re: [PATCH v2 1/2] selftests/harness: order TEST_F and XFAIL_ADD constructors
Date: Tue, 24 Feb 2026 15:44:47 -0800 [thread overview]
Message-ID: <20260224154447.61be24de@kernel.org> (raw)
In-Reply-To: <20260224113900.3331-1-sun.jian.kdev@gmail.com>
On Tue, 24 Feb 2026 19:38:59 +0800 Sun Jian wrote:
> *
> * EXPECT_* and ASSERT_* are valid in a TEST() { } context.
> */
> +#define KSELFTEST_PRIO_TEST_F 20000
> +#define KSELFTEST_PRIO_XFAIL 20001
> +
> #define TEST_SIGNAL(test_name, signal) __TEST_IMPL(test_name, signal)
You inserted these defines between the kdoc for TEST_SIGNAL() and its
definition.
When you respin, two notes:
- please wait 24h after the previous version before sending a new one,
to allow people in all timezones to comment and avoid splintering
the discussion
- please start a new thread for each submission, and refer to the
previous one with a link in the changelog:
v2:
- bla
- bla
v1: https://lore.kernel.org/20260224104434.14912-1-sun.jian.kdev@gmail.com
--
pw-bot: cr
next prev parent reply other threads:[~2026-02-24 23:44 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-22 11:18 [PATCH 1/2] selftests/harness: fix XFAIL_ADD matching when test metadata is not initialized Sun Jian
2026-02-22 11:18 ` [PATCH 2/2] selftests: net: tun: don't abort XFAIL cases Sun Jian
2026-02-24 1:22 ` [PATCH 1/2] selftests/harness: fix XFAIL_ADD matching when test metadata is not initialized Jakub Kicinski
2026-02-24 2:43 ` sun jian
2026-02-24 2:53 ` Jakub Kicinski
2026-02-24 5:01 ` sun jian
2026-02-24 8:05 ` sun jian
2026-02-24 10:44 ` [PATCH 1/2] selftests/harness: order TEST_F and XFAIL_ADD constructors Sun Jian
2026-02-24 10:44 ` [PATCH 2/2] selftests: net: tun: don't abort XFAIL cases Sun Jian
2026-02-24 11:38 ` [PATCH v2 1/2] selftests/harness: order TEST_F and XFAIL_ADD constructors Sun Jian
2026-02-24 11:39 ` [PATCH v2 2/2] selftests: net: tun: don't abort XFAIL cases Sun Jian
2026-02-24 23:44 ` Jakub Kicinski [this message]
2026-02-25 2:10 ` [PATCH v2 1/2] selftests/harness: order TEST_F and XFAIL_ADD constructors sun jian
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=20260224154447.61be24de@kernel.org \
--to=kuba@kernel.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=horms@kernel.org \
--cc=kees@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=luto@amacapital.net \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=shuah@kernel.org \
--cc=sun.jian.kdev@gmail.com \
--cc=wad@chromium.org \
/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.