Hi! On 2026-03-09 17:37:52+0800, Sun Jian wrote: > Add a fixture-based test with a single variant and mark it with > XFAIL_ADD(). The test intentionally fails and is expected to be > accounted as XFAIL, covering the constructor ordering dependency > between TEST_F() registration and XFAIL_ADD() registration. > > Suggested-by: Thomas Weißschuh <[email protected]>
I used my wrong email address for this. Could you switch it to: Thomas Weißschuh <[email protected]> > Signed-off-by: Sun Jian <[email protected]> > --- > .../kselftest_harness/harness-selftest.c | 23 +++++++++++++++++++ Also update harness-selftest.expected with the new output. To verify that everything works, run 'make run_tests' from the test directory. > 1 file changed, 23 insertions(+) (...)

