All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH 0/4 v2] syscalls/aio: Add testcases for native AIO
@ 2021-06-08 13:57 Xie Ziyao
  2021-06-08 13:57 ` [LTP] [PATCH 1/4 v2] syscalls/io_destroy: Add io_destroy02 test " Xie Ziyao
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Xie Ziyao @ 2021-06-08 13:57 UTC (permalink / raw)
  To: ltp

1. Split io_submit02 into two, one for negative and one for positive cases.
2. Add .needs_kconfig in this test.
3. Print values not variable names in TST_EXP_PASS/FAIL().

Xie Ziyao (4):
  syscalls/io_destroy: Add io_destroy02 test for native AIO
  syscalls/io_setup: Add io_setup02 test for native AIO
  syscalls/io_submit: Add io_submit02 test for native AIO
  syscalls/io_submit: Add io_submit03 test for native AIO

 runtest/syscalls                              |   4 +
 .../kernel/syscalls/io_destroy/.gitignore     |   1 +
 .../kernel/syscalls/io_destroy/io_destroy02.c |  38 ++++++
 testcases/kernel/syscalls/io_setup/.gitignore |   1 +
 .../kernel/syscalls/io_setup/io_setup02.c     |  64 ++++++++++
 .../kernel/syscalls/io_submit/.gitignore      |   2 +
 .../kernel/syscalls/io_submit/io_submit02.c   |  89 +++++++++++++
 .../kernel/syscalls/io_submit/io_submit03.c   | 118 ++++++++++++++++++
 8 files changed, 317 insertions(+)
 create mode 100644 testcases/kernel/syscalls/io_destroy/io_destroy02.c
 create mode 100644 testcases/kernel/syscalls/io_setup/io_setup02.c
 create mode 100644 testcases/kernel/syscalls/io_submit/io_submit02.c
 create mode 100644 testcases/kernel/syscalls/io_submit/io_submit03.c

--
2.17.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-06-10  8:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-08 13:57 [LTP] [PATCH 0/4 v2] syscalls/aio: Add testcases for native AIO Xie Ziyao
2021-06-08 13:57 ` [LTP] [PATCH 1/4 v2] syscalls/io_destroy: Add io_destroy02 test " Xie Ziyao
2021-06-08 13:57 ` [LTP] [PATCH 2/4 v2] syscalls/io_setup: Add io_setup02 " Xie Ziyao
2021-06-08 13:57 ` [LTP] [PATCH 3/4 v2] syscalls/io_submit: Add io_submit02 " Xie Ziyao
2021-06-08 13:57 ` [LTP] [PATCH 4/4 v2] syscalls/io_submit: Add io_submit03 " Xie Ziyao
2021-06-10  8:26   ` Cyril Hrubis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.