Re: [PATCH RESEND] selftests/futex: skip tests if shmget unsupported
From: André Almeida
Date: Fri Nov 14 2025 - 06:03:00 EST
Em 13/11/2025 17:40, Carlos Llamas escreveu:
On systems where the shmget() syscall is not supported, tests like
anon_page and shared_waitv will fail. Skip these tests in such cases to
allow the rest of the test suite to run.
Signed-off-by: Carlos Llamas <cmllamas@xxxxxxxxxx>
Reviewed-by: André Almeida <andrealmeid@xxxxxxxxxx>