[LTP] [PATCH v5 0/1] Adding new testcases for existing tests
Filip Bozuta
Filip.Bozuta@syrmia.com
Sun Dec 13 23:47:28 CET 2020
This series introduces new test cases for existing tests for syscalls:
* sendmmsg()
* recvmmsg()
These new test cases are part of my work of implementation for 2038
safe variants of the above mentioned 'recvmmsg()':
* recvmmsg_time64()
These test cases are needed to make sure that QEMU implementation of
the above mentioned time64 syscall works properly.
v5:
* Fixed the compilation error in 'recvmmsg01.c'
* Created a separate setup for each test
* Removed useless 'retval' variable
Filip Bozuta (1):
syscalls/{send|recv}mmsg: add a test case for timeout and errno test
runtest/syscalls | 3 +
testcases/kernel/syscalls/recvmmsg/Makefile | 7 +
.../kernel/syscalls/recvmmsg/recvmmsg01.c | 146 ++++++++++++++++++
testcases/kernel/syscalls/sendmmsg/.gitignore | 1 +
testcases/kernel/syscalls/sendmmsg/sendmmsg.h | 45 ++++++
.../kernel/syscalls/sendmmsg/sendmmsg01.c | 111 ++++++-------
.../kernel/syscalls/sendmmsg/sendmmsg02.c | 87 +++++++++++
7 files changed, 347 insertions(+), 53 deletions(-)
create mode 100644 testcases/kernel/syscalls/recvmmsg/Makefile
create mode 100644 testcases/kernel/syscalls/recvmmsg/recvmmsg01.c
create mode 100644 testcases/kernel/syscalls/sendmmsg/sendmmsg.h
create mode 100644 testcases/kernel/syscalls/sendmmsg/sendmmsg02.c
--
2.25.1
More information about the ltp
mailing list