Home
last modified time | relevance | path

Searched refs:KUNIT_CASE_SLOW (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/lib/
H A Dmemcpy_kunit.c554 KUNIT_CASE_SLOW(memcpy_large_test),
555 KUNIT_CASE_SLOW(memmove_test),
556 KUNIT_CASE_SLOW(memmove_large_test),
557 KUNIT_CASE_SLOW(memmove_overlap_test),
/openbmc/linux/kernel/time/
H A Dtime_test.c89 KUNIT_CASE_SLOW(time64_to_tm_test_date_range),
/openbmc/linux/lib/kunit/
H A Dkunit-example-test.c248 KUNIT_CASE_SLOW(example_slow_test),
/openbmc/linux/Documentation/dev-tools/kunit/
H A Drunning_tips.rst294 To mark a test case as slow, you can also use ``KUNIT_CASE_SLOW(test_name)``.
422 The macro ``KUNIT_CASE_SLOW(test_name)`` can be easily used to set the speed
/openbmc/linux/include/kunit/
H A Dtest.h183 #define KUNIT_CASE_SLOW(test_name) \ macro