diff options
| author | Maxime Ripard <mripard@kernel.org> | 2026-02-24 12:03:10 +0100 |
|---|---|---|
| committer | Maxime Ripard <mripard@kernel.org> | 2026-02-27 10:39:34 +0100 |
| commit | 5ea5b6ff0d63aef1dc3fb25445acea183f61a934 (patch) | |
| tree | 7dff6650d154d6e755104a10eb513db4e21664fe /drivers/gpu/tests | |
| parent | 4827d6d83f079f7d58d6ec0ed49f85dd2b90837f (diff) | |
drm/tests: Mark slow tests as slow
Some DRM tests cross the 1s execution time threshold that defines a test
as slow. Let's flag them as such.
Reviewed-by: Arunpravin Paneer Selvam <Arunpravin.PaneerSelvam@amd.com>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@igalia.com>
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patch.msgid.link/20260224110310.1854608-1-mripard@kernel.org
Signed-off-by: Maxime Ripard <mripard@kernel.org>
Diffstat (limited to 'drivers/gpu/tests')
| -rw-r--r-- | drivers/gpu/tests/gpu_buddy_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/tests/gpu_buddy_test.c b/drivers/gpu/tests/gpu_buddy_test.c index 450e71deed90..5429010f34d3 100644 --- a/drivers/gpu/tests/gpu_buddy_test.c +++ b/drivers/gpu/tests/gpu_buddy_test.c @@ -910,7 +910,7 @@ static struct kunit_case gpu_buddy_tests[] = { KUNIT_CASE(gpu_test_buddy_alloc_contiguous), KUNIT_CASE(gpu_test_buddy_alloc_clear), KUNIT_CASE(gpu_test_buddy_alloc_range_bias), - KUNIT_CASE(gpu_test_buddy_fragmentation_performance), + KUNIT_CASE_SLOW(gpu_test_buddy_fragmentation_performance), KUNIT_CASE(gpu_test_buddy_alloc_exceeds_max_order), {} }; |
