KUNIT_ASSERT_EQ_MSG
KUNIT_ASSERT_EQ_MSG(test,
KUNIT_ASSERT_EQ_MSG(test, 0, atomic_read(&xe->g2g_test_count),
KUNIT_ASSERT_EQ_MSG(test, 0, ret, "Failed to register clean up action\n");
KUNIT_ASSERT_EQ_MSG(test, 0, ret, "Failed to register clean up action\n");
KUNIT_ASSERT_EQ_MSG(test, 0, xe->g2g_test_array[idx],
KUNIT_ASSERT_EQ_MSG(test, seqno, xe->g2g_test_array[idx],
KUNIT_ASSERT_EQ_MSG(test, 0, ret, "G2G alloc failed: %pe", ERR_PTR(ret));
KUNIT_ASSERT_EQ_MSG(test, 0, ret, "G2G register failed: %pe", ERR_PTR(ret));
KUNIT_ASSERT_EQ_MSG(test, 0, ret, "Failed to register runtime PM action\n");
KUNIT_ASSERT_EQ_MSG(test, 0, ret, "Failed to register CTB re-creation action\n");
KUNIT_ASSERT_EQ_MSG(test, 0, ret, "G2G send failed: %d [%d:%d -> %d:%d]\n", ret,
KUNIT_ASSERT_EQ_MSG(test, ret, 0, "Failed to link %s->%d",
KUNIT_ASSERT_EQ_MSG(test, ret, 0, KUNIT_SUBSUBTEST_INDENT "errno %pe", \
KUNIT_ASSERT_EQ_MSG(test, ret, 0, \
KUNIT_ASSERT_EQ_MSG(test, year - 1900, result.tm_year, FAIL_MSG);
KUNIT_ASSERT_EQ_MSG(test, month - 1, result.tm_mon, FAIL_MSG);
KUNIT_ASSERT_EQ_MSG(test, mday, result.tm_mday, FAIL_MSG);
KUNIT_ASSERT_EQ_MSG(test, yday, result.tm_yday, FAIL_MSG);
KUNIT_ASSERT_EQ_MSG(test, 1, result.tm_hour, FAIL_MSG);
KUNIT_ASSERT_EQ_MSG(test, 2, result.tm_min, FAIL_MSG);
KUNIT_ASSERT_EQ_MSG(test, 3, result.tm_sec, FAIL_MSG);
KUNIT_ASSERT_EQ_MSG(test, wday, result.tm_wday, FAIL_MSG);
KUNIT_ASSERT_EQ_MSG(test, ar.goal, found,
KUNIT_ASSERT_EQ_MSG(test, ar.goal + EXT4_C2B(sbi, 1), found,
KUNIT_ASSERT_EQ_MSG(test,
KUNIT_ASSERT_EQ_MSG(test,
KUNIT_ASSERT_EQ_MSG(test, bit, max,
KUNIT_ASSERT_EQ_MSG(test, grp1->bb_counters[i],
KUNIT_ASSERT_EQ_MSG(test, left, right, NULL)
KUNIT_ASSERT_EQ_MSG(test, expected_nr_ranges, actual_nr_ranges,
KUNIT_ASSERT_EQ_MSG(test, expected_ranges[i].start, actual_ranges[i].start,
KUNIT_ASSERT_EQ_MSG(test, expected_ranges[i].end, actual_ranges[i].end,
KUNIT_ASSERT_EQ_MSG(test, params->expected_ret, ret,
KUNIT_ASSERT_EQ_MSG(test, params->initial_nr_ranges,
KUNIT_ASSERT_EQ_MSG(test, 0,
KUNIT_ASSERT_EQ_MSG(test, year - 1900, result.tm_year, FAIL_MSG);
KUNIT_ASSERT_EQ_MSG(test, month - 1, result.tm_mon, FAIL_MSG);
KUNIT_ASSERT_EQ_MSG(test, mdday, result.tm_mday, FAIL_MSG);
KUNIT_ASSERT_EQ_MSG(test, yday, result.tm_yday, FAIL_MSG);
KUNIT_ASSERT_EQ_MSG(test, err, 0, "failed to parse filter from '%s'", filters);
KUNIT_ASSERT_EQ_MSG(test, slow, fast, "is-prime(%lu)", x);
KUNIT_ASSERT_EQ_MSG(test, next, x, "next-prime(%lu)", last);
KUNIT_ASSERT_EQ_MSG(test, instance.data[i], v, \
KUNIT_ASSERT_EQ_MSG(test,
KUNIT_ASSERT_EQ_MSG(test,
KUNIT_ASSERT_EQ_MSG(test,
KUNIT_ASSERT_EQ_MSG(test, memcmp(&large_dst[d_off], large_src, bytes), 0,
KUNIT_ASSERT_EQ_MSG(test,
KUNIT_ASSERT_EQ_MSG(test,
KUNIT_ASSERT_EQ_MSG(test,
KUNIT_ASSERT_EQ_MSG(test, sum, 0, \
KUNIT_ASSERT_EQ_MSG(test, sum, 0, \
KUNIT_ASSERT_EQ_MSG(test, q_real, q_test, "name:%s", name);
KUNIT_ASSERT_EQ_MSG(test, result - test_string, i,
KUNIT_ASSERT_EQ_MSG(test, result - test_string, i,
KUNIT_ASSERT_EQ_MSG(test, s->a, strspn(s->str, s->accept),
KUNIT_ASSERT_EQ_MSG(test, s->r, strcspn(s->str, s->reject),
KUNIT_ASSERT_EQ_MSG(test, v, 0xa1a1,
KUNIT_ASSERT_EQ_MSG(test, 0, strncmp(buf, src, count - 1),
KUNIT_ASSERT_EQ_MSG(test, buf[count - 1], '\0',
KUNIT_ASSERT_EQ_MSG(test, v, 0xb1b2,
KUNIT_ASSERT_EQ_MSG(test, buf[i], src[i],
KUNIT_ASSERT_EQ_MSG(test, buf[count - 1], '\0',
KUNIT_ASSERT_EQ_MSG(test, buf[index], '\0',
KUNIT_ASSERT_EQ_MSG(test, buf[index], POISON,
KUNIT_ASSERT_EQ_MSG(test, v, 0xa1a1,
KUNIT_ASSERT_EQ_MSG(test, v, 0xa1a1a1a1,
KUNIT_ASSERT_EQ_MSG(test, v, 0xb1b2b3b4,
KUNIT_ASSERT_EQ_MSG(test, v, 0xa1a1a1a1,
KUNIT_ASSERT_EQ_MSG(test, v, 0xa1a1a1a1a1a1a1a1ULL,
KUNIT_ASSERT_EQ_MSG(test, v, 0xb1b2b3b4b5b6b7b8ULL,
KUNIT_ASSERT_EQ_MSG(test, v, 0xa1a1a1a1a1a1a1a1ULL,
KUNIT_ASSERT_EQ_MSG(test, skt.nunlimited + skt.nlimited, skt.nattempts,
KUNIT_ASSERT_EQ_MSG(test, skt.nlimited, skt.nmissed, "Misses not equal to limits");
KUNIT_ASSERT_EQ_MSG(test, copy_to_user(umem, umem_src, size), 0,
KUNIT_ASSERT_EQ_MSG(test, retval, expected,
KUNIT_ASSERT_EQ_MSG(test, got, want,
KUNIT_ASSERT_EQ_MSG(test, refs, 1, "route ref imbalance");