public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH v4 00/10] Rewrite sysvipc testing suite using new LTP API
@ 2022-03-25 12:54 Andrea Cervesato
  2022-03-25 12:54 ` [LTP] [PATCH v4 01/10] Rewrite mesgq_nstest.c " Andrea Cervesato
                   ` (9 more replies)
  0 siblings, 10 replies; 21+ messages in thread
From: Andrea Cervesato @ 2022-03-25 12:54 UTC (permalink / raw)
  To: ltp

Rewritten all sysvipc tests and removed libclone dependency.
Removed TST_CHECKPOINT_INIT from all tests and replaced it with the
.checkpoints support.

Andrea Cervesato (10):
  Rewrite mesgq_nstest.c using new LTP API
  Rewrite msg_comm.c using new LTP API
  Rewrite sem_comm.c using new LTP API
  Rewrite sem_nstest.c using new LTP API
  Rewrite semtest_2ns.c using new LTP API
  Rewrite shmnstest.c using new LTP API
  Rewrite shmem_2nstest.c using new LTP API
  Rewrite shm_comm.c using new LTP API
  Remove libclone dependency from sysvipc test suite
  Delete ipcns_helper.h in the sysvipc test suite

 runtest/containers                            |  30 +-
 testcases/kernel/containers/sysvipc/Makefile  |  26 +-
 testcases/kernel/containers/sysvipc/common.h  | 110 ++++++
 .../kernel/containers/sysvipc/ipcns_helper.h  |  41 ---
 .../kernel/containers/sysvipc/mesgq_nstest.c  | 244 +++++--------
 .../kernel/containers/sysvipc/msg_comm.c      | 180 +++-------
 .../kernel/containers/sysvipc/sem_comm.c      | 178 +++-------
 .../kernel/containers/sysvipc/sem_nstest.c    | 212 ++++--------
 .../kernel/containers/sysvipc/semtest_2ns.c   | 326 +++++++-----------
 .../kernel/containers/sysvipc/shm_comm.c      | 167 +++------
 .../kernel/containers/sysvipc/shmem_2nstest.c | 239 +++++--------
 .../kernel/containers/sysvipc/shmnstest.c     | 180 ++++------
 12 files changed, 719 insertions(+), 1214 deletions(-)
 create mode 100644 testcases/kernel/containers/sysvipc/common.h
 delete mode 100644 testcases/kernel/containers/sysvipc/ipcns_helper.h

-- 
2.35.1


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

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

end of thread, other threads:[~2022-06-03  9:33 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-25 12:54 [LTP] [PATCH v4 00/10] Rewrite sysvipc testing suite using new LTP API Andrea Cervesato
2022-03-25 12:54 ` [LTP] [PATCH v4 01/10] Rewrite mesgq_nstest.c " Andrea Cervesato
2022-06-02 13:03   ` Cyril Hrubis
2022-03-25 12:54 ` [LTP] [PATCH v4 02/10] Rewrite msg_comm.c " Andrea Cervesato
2022-06-02 13:12   ` Cyril Hrubis
2022-03-25 12:54 ` [LTP] [PATCH v4 03/10] Rewrite sem_comm.c " Andrea Cervesato
2022-06-02 13:21   ` Cyril Hrubis
2022-03-25 12:54 ` [LTP] [PATCH v4 04/10] Rewrite sem_nstest.c " Andrea Cervesato
2022-06-02 13:47   ` Cyril Hrubis
2022-03-25 12:54 ` [LTP] [PATCH v4 05/10] Rewrite semtest_2ns.c " Andrea Cervesato
2022-06-03  8:50   ` Cyril Hrubis
2022-03-25 12:54 ` [LTP] [PATCH v4 06/10] Rewrite shmnstest.c " Andrea Cervesato
2022-06-03  9:00   ` Cyril Hrubis
2022-03-25 12:54 ` [LTP] [PATCH v4 07/10] Rewrite shmem_2nstest.c " Andrea Cervesato
2022-06-03  9:26   ` Cyril Hrubis
2022-03-25 12:54 ` [LTP] [PATCH v4 08/10] Rewrite shm_comm.c " Andrea Cervesato
2022-06-03  9:33   ` Cyril Hrubis
2022-03-25 12:54 ` [LTP] [PATCH v4 09/10] Remove libclone dependency from sysvipc test suite Andrea Cervesato
2022-06-03  9:35   ` Cyril Hrubis
2022-03-25 12:54 ` [LTP] [PATCH v4 10/10] Delete ipcns_helper.h in the " Andrea Cervesato
2022-06-03  9:35   ` Cyril Hrubis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox