Skip to content

Commit a1fb84a

Browse files
Carlos Llamasgregkh
authored andcommitted
binder: mark binder_alloc_exhaustive_test as slow
The binder_alloc_exhaustive_test kunit test takes over 30s to complete and the kunit framework reports: # binder_alloc_exhaustive_test: Test should be marked slow (runtime: 33.842881934s) Mark the test as suggested to silence the warning. Cc: Tiffany Yang <ynaffit@google.com> Signed-off-by: Carlos Llamas <cmllamas@google.com> Reviewed-by: Tiffany Yang <ynaffit@google.com> Reviewed-by: Alice Ryhl <aliceryhl@google.com> Link: https://patch.msgid.link/20251024161525.1732874-1-cmllamas@google.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent d54d5e2 commit a1fb84a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/android/tests/binder_alloc_kunit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ static void binder_alloc_test_exit(struct kunit *test)
554554
static struct kunit_case binder_alloc_test_cases[] = {
555555
KUNIT_CASE(binder_alloc_test_init_freelist),
556556
KUNIT_CASE(binder_alloc_test_mmap),
557-
KUNIT_CASE(binder_alloc_exhaustive_test),
557+
KUNIT_CASE_SLOW(binder_alloc_exhaustive_test),
558558
{}
559559
};
560560

0 commit comments

Comments
 (0)