Searched refs:KUNIT_CASE_SLOW (Results 1 – 8 of 8) sorted by relevance
| /linux/lib/ |
| A D | memcpy_kunit.c | 499 KUNIT_CASE_SLOW(memcpy_large_test), 500 KUNIT_CASE_SLOW(memmove_test), 501 KUNIT_CASE_SLOW(memmove_large_test), 502 KUNIT_CASE_SLOW(memmove_overlap_test),
|
| /linux/drivers/rtc/ |
| A D | lib_test.c | 89 KUNIT_CASE_SLOW(rtc_time64_to_tm_test_date_range_160000),
|
| /linux/kernel/time/ |
| A D | time_test.c | 89 KUNIT_CASE_SLOW(time64_to_tm_test_date_range),
|
| /linux/drivers/gpu/drm/xe/tests/ |
| A D | xe_guc_id_mgr_test.c | 124 KUNIT_CASE_SLOW(check_all),
|
| A D | xe_guc_relay_test.c | 425 KUNIT_CASE_SLOW(pf_loopback_busy), 426 KUNIT_CASE_SLOW(pf_loopback_retry),
|
| /linux/lib/kunit/ |
| A D | kunit-example-test.c | 299 KUNIT_CASE_SLOW(example_slow_test),
|
| /linux/Documentation/dev-tools/kunit/ |
| A D | running_tips.rst | 305 To mark a test case as slow, you can also use ``KUNIT_CASE_SLOW(test_name)``. 433 The macro ``KUNIT_CASE_SLOW(test_name)`` can be easily used to set the speed
|
| /linux/include/kunit/ |
| A D | test.h | 182 #define KUNIT_CASE_SLOW(test_name) \ macro
|
Completed in 22 milliseconds