]> Gentwo Git Trees - linux/.git/commit
binder: mark binder_alloc_exhaustive_test as slow
authorCarlos Llamas <cmllamas@google.com>
Fri, 24 Oct 2025 16:15:02 +0000 (16:15 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Nov 2025 12:24:19 +0000 (13:24 +0100)
commita1fb84ab7b92e8e9df448a79e8c02b57c98b5141
tree323b6f926b59d7340c79bd3355e0409f0a479110
parentd54d5e294c9febba9389b03a12fbae2fab9c8f6b
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>
drivers/android/tests/binder_alloc_kunit.c