[LTP] [PATCH v2] syscalls/epoll_create: add libc test for epoll_create
Petr Vorel
pvorel@suse.cz
Fri Nov 5 08:56:36 CET 2021
Hi Zhao,
> For epoll_create01.c/epoll_create02.c, we add libc epoll_create()
> test because Syscall __NR_epoll_create is not support in some arches.
Reviewed-by: Petr Vorel <pvorel@suse.cz>
FYI in the past I was thinking about further automation of test variant,
thus I added variant_desc (see accept4_01.c). But nowadays most of the test
variants are using struct test_variants (mostly due time64 support thus they use
time64_variants.h). It looks to me only accept4_01.c and epoll_create0[12].c you
just ported, so any optimisation for non-time64 tests is not relevant any more.
Kind regards,
Petr
More information about the ltp
mailing list