[PATCH libaio 28/28] harness: Skip the test if io_pgetevents() is not implemented
authorGuillem Jover <guillem@hadrons.org>
Wed, 21 Aug 2019 03:29:52 +0000 (05:29 +0200)
committerGuillem Jover <guillem@debian.org>
Tue, 2 Nov 2021 23:56:45 +0000 (23:56 +0000)
commit11b67c0efce86c6943bf08190070fddc6fa3d9da
treec51704f3ed9c832a0fc7c53139248a2d0292d0f1
parentd7ac417a4b8f3bc09bdbde82ce819ca4b56033a7
[PATCH libaio 28/28] harness: Skip the test if io_pgetevents() is not implemented

Either the kernel or the syscall wrapper will return -ENOSYS when this
syscall is not implemented. So we should cope with this in the test
suite and SKIP the test case.

This is currently the case for alpha and ia64, even though they have
already been wired up very recently in the kernel mainline.

Signed-off-by: Guillem Jover <guillem@hadrons.org>
Signed-off-by: Jeff Moyer <jmoyer@redhat.com>
Gbp-Pq: Topic upstream
Gbp-Pq: Name 0028-harness-Skip-the-test-if-io_pgetevents-is-not-implem.patch
harness/cases/22.t