Lines Matching refs:kunit_info
292 kunit_info(test, "%zu %s arithmetic tests finished\n", \
351 kunit_info(test, "got %lld\n", (s64)__d); \
353 kunit_info(test, "got %llu\n", (u64)__d); \
404 kunit_info(test, "%d sane shift tests finished\n", count);
458 kunit_info(test, "%d overflow shift tests finished\n", count);
496 kunit_info(test, "%d truncate shift tests finished\n", count);
542 kunit_info(test, "%d nonsense shift tests finished\n", count);
639 kunit_info(test, "%d allocation overflow tests finished\n", count);
735 kunit_info(test, "%d overflow size helper tests finished\n", count);
946 kunit_info(test, "%d overflows_type() tests finished\n", count);
1019 kunit_info(test, "%d __same_type() tests finished\n", count);
1110 kunit_info(test, "%d castable_to_type() tests finished\n", count);