selftests/futex: Refactor futex_wait_wouldblock with kselftest_harness.h
authorAndré Almeida <andrealmeid@igalia.com>
Wed, 17 Sep 2025 21:21:45 +0000 (18:21 -0300)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 20 Sep 2025 16:11:54 +0000 (18:11 +0200)
commitf5a16834410a89f929657d9b8a5a4011c05293c8
treeb99b69d115eb9486b31970c6e0d190e68b932924
parent0c02abf6389e01a3b78091394bc9624d5f1d84fb
selftests/futex: Refactor futex_wait_wouldblock with kselftest_harness.h

To reduce the boilerplate code, refactor futex_wait_wouldblock test to
use kselftest_harness header instead of futex's logging header.

Signed-off-by: André Almeida <andrealmeid@igalia.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
tools/testing/selftests/futex/functional/futex_wait_wouldblock.c
tools/testing/selftests/futex/functional/run.sh