Now that the epoll tests pass (for both purecap and compat), add them to the extended Morello transitional syscalls list.
Signed-off-by: Kristina Martsenko kristina.martsenko@arm.com ---
The epoll_create02 test depends on musl commit cddf7d29 ("Morello: [epoll] return -EINVAL from epoll_create() if size is non-positive"). Unfortunately that commit comes after the 1.4 musl release (after the varargs change). I'm not sure if it would be better to cherry-pick the commit in the CI or to just comment out the epoll_create02 test for now. Either way is fine by me.
runtest/morello_transitional_extended | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+)
diff --git a/runtest/morello_transitional_extended b/runtest/morello_transitional_extended index 7fd431d3d..067fe82da 100644 --- a/runtest/morello_transitional_extended +++ b/runtest/morello_transitional_extended @@ -1,5 +1,26 @@ #DESCRIPTION: Morello transitional extended ABI system calls
+epoll_create01 epoll_create01 +epoll_create02 epoll_create02 +epoll_create1_01 epoll_create1_01 +epoll_create1_02 epoll_create1_02 +epoll01 epoll-ltp +epoll_ctl01 epoll_ctl01 +epoll_ctl02 epoll_ctl02 +epoll_ctl03 epoll_ctl03 +epoll_ctl04 epoll_ctl04 +epoll_ctl05 epoll_ctl05 +epoll_wait01 epoll_wait01 +epoll_wait02 epoll_wait02 +epoll_wait03 epoll_wait03 +epoll_wait04 epoll_wait04 +epoll_wait05 epoll_wait05 +epoll_pwait01 epoll_pwait01 +epoll_pwait02 epoll_pwait02 +epoll_pwait03 epoll_pwait03 +epoll_pwait04 epoll_pwait04 +epoll_pwait05 epoll_pwait05 + io_cancel01 io_cancel01 io_cancel02 io_cancel02 io_destroy01 io_destroy01