KUNIT_SUBTEST_INDENT
kunit_log(lvl, test, KUNIT_SUBTEST_INDENT "# %s: " fmt, \
KUNIT_SUBTEST_INDENT "Expected %s %s %s, but\n",
KUNIT_SUBTEST_INDENT "Expected %s %s %s, but\n",
KUNIT_SUBTEST_INDENT "Expected %s %s %s, but\n",
KUNIT_SUBTEST_INDENT "Expected %s is not null, but is\n",
KUNIT_SUBTEST_INDENT "Expected %s is not null, but is\n",
KUNIT_SUBTEST_INDENT "Expected %s %s %s, but\n",
KUNIT_SUBTEST_INDENT "Expected %s to be true, but is false\n",
KUNIT_SUBTEST_INDENT "Expected %s to be false, but is true\n",
KUNIT_SUBTEST_INDENT "Expected %s is not null, but is\n",
KUNIT_SUBTEST_INDENT "Expected %s is not error, but is: %ld\n",
seq_puts(seq, KUNIT_SUBTEST_INDENT "KTAP version 1\n");
seq_printf(seq, KUNIT_SUBTEST_INDENT "# Subtest: %s\n", suite->name);
seq_printf(seq, KUNIT_SUBTEST_INDENT "1..%zd\n", kunit_suite_num_test_cases(suite));
KUNIT_SUBTEST_INDENT
pr_info(KUNIT_SUBTEST_INDENT "KTAP version 1\n");
pr_info(KUNIT_SUBTEST_INDENT "# Subtest: %s\n",
pr_info(KUNIT_SUBTEST_INDENT "1..%zd\n",
kunit_err(test_case, KUNIT_SUBTEST_INDENT KUNIT_SUBTEST_INDENT
kunit_log(KERN_INFO, test, KUNIT_SUBTEST_INDENT KUNIT_SUBTEST_INDENT
kunit_log(KERN_INFO, test, KUNIT_SUBTEST_INDENT KUNIT_SUBTEST_INDENT
kunit_log(KERN_INFO, test, KUNIT_SUBTEST_INDENT
KUNIT_SUBTEST_INDENT "1..%zd\n",
kunit_err(suite, KUNIT_SUBTEST_INDENT
KUNIT_FAIL(test, KUNIT_SUBTEST_INDENT "KASAN failure" \