Hi Amit,
On Thu, Sep 01, 2022 at 02:16:23PM +0530, Amit Daniel Kachhap wrote:
Enable struct siginfo and sigevent related signal tests in the extended PCuABI syscall list.
Signed-off-by: Amit Daniel Kachhap amit.kachhap@arm.com
runtest/morello_transitional_extended | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+)
diff --git a/runtest/morello_transitional_extended b/runtest/morello_transitional_extended index a31f0884c..a213f3a31 100644 --- a/runtest/morello_transitional_extended +++ b/runtest/morello_transitional_extended @@ -17,3 +17,26 @@ semget06 semget06 semop01 semop01 semop02 semop02 semop03 semop03
+timer_create01 timer_create01 +timer_create02 timer_create02 +timer_create03 timer_create03 +timer_delete01 timer_delete01 +timer_delete02 timer_delete02
+mq_open01 mq_open01
One of the testcases within this one will fail with musl as it does not report proper error with invalid mq name: with the name being an empty string musl will still trigger an actual syscall, whereas it should report an error (EINVAL). So it seems the test itself needs a little bit of tweaking to support musl.
--- BR B.
+mq_notify01 mq_notify01 +mq_notify02 mq_notify02 +mq_timedsend01 mq_timedsend01 +mq_timedreceive01 mq_timedreceive01 +mq_unlink01 mq_unlink01
+rt_sigqueueinfo01 rt_sigqueueinfo01 +rt_tgsigqueueinfo01 rt_tgsigqueueinfo01 +pidfd_open01 pidfd_open01 +pidfd_open02 pidfd_open02 +pidfd_open03 pidfd_open03 +pidfd_open04 pidfd_open04 +pidfd_send_signal01 pidfd_send_signal01 +pidfd_send_signal02 pidfd_send_signal02
+pidfd_send_signal03 pidfd_send_signal03
2.17.1
linux-morello-ltp mailing list -- linux-morello-ltp@op-lists.linaro.org To unsubscribe send an email to linux-morello-ltp-leave@op-lists.linaro.org