Searched refs:KUNIT_CASE_SLOW (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/lib/tests/ |
| H 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-6.15/drivers/rtc/ |
| H A D | lib_test.c | 89 KUNIT_CASE_SLOW(rtc_time64_to_tm_test_date_range_160000),
|
| /linux-6.15/kernel/time/ |
| H A D | time_test.c | 89 KUNIT_CASE_SLOW(time64_to_tm_test_date_range),
|
| /linux-6.15/lib/kunit/ |
| H A D | kunit-example-test.c | 299 KUNIT_CASE_SLOW(example_slow_test),
|
| /linux-6.15/drivers/gpu/drm/xe/tests/ |
| H A D | xe_guc_id_mgr_test.c | 124 KUNIT_CASE_SLOW(check_all),
|
| H A D | xe_guc_relay_test.c | 425 KUNIT_CASE_SLOW(pf_loopback_busy), 426 KUNIT_CASE_SLOW(pf_loopback_retry),
|
| /linux-6.15/Documentation/dev-tools/kunit/ |
| H 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-6.15/include/kunit/ |
| H A D | test.h | 182 #define KUNIT_CASE_SLOW(test_name) \ macro
|
| /linux-6.15/mm/kasan/ |
| H A D | kasan_test_c.c | 2126 KUNIT_CASE_SLOW(kasan_atomics),
|