Linux Test Project
 help / color / mirror / Atom feed
* [LTP] [PATCH v3 0/9] Simplify and convert some of rename tests to new LTP API
@ 2022-07-12 15:34 Avinesh Kumar
  2022-07-12 15:34 ` [LTP] [PATCH v3 1/9] Rewrite rename01.c using " Avinesh Kumar
                   ` (8 more replies)
  0 siblings, 9 replies; 19+ messages in thread
From: Avinesh Kumar @ 2022-07-12 15:34 UTC (permalink / raw)
  To: ltp

Rewriting some of rename tests using new LPT API, enabling for all
filesystems, and removing rename02.c as same testcase is covered in rename01.c

Avinesh Kumar (9):
  Rewrite rename01.c using new LTP API
  Remove rename02.c
  Rewrite rename03.c using new LTP API
  Rewrite rename04.c using new LTP API
  Rewrite rename05.c using new LTP API
  Rewrite rename06.c using new LTP API
  Rewrite rename07.c using new LTP API
  Rewrite rename08.c using new LTP API
  Rewrite rename10.c using new LTP API

 runtest/syscalls                            |   1 -
 testcases/kernel/syscalls/rename/.gitignore |   1 -
 testcases/kernel/syscalls/rename/rename01.c | 267 +++++--------------
 testcases/kernel/syscalls/rename/rename02.c | 192 --------------
 testcases/kernel/syscalls/rename/rename03.c | 279 +++++---------------
 testcases/kernel/syscalls/rename/rename04.c | 204 +++-----------
 testcases/kernel/syscalls/rename/rename05.c | 193 ++------------
 testcases/kernel/syscalls/rename/rename06.c | 187 ++-----------
 testcases/kernel/syscalls/rename/rename07.c | 171 +++---------
 testcases/kernel/syscalls/rename/rename08.c | 205 ++------------
 testcases/kernel/syscalls/rename/rename10.c | 187 ++-----------
 11 files changed, 305 insertions(+), 1582 deletions(-)
 delete mode 100644 testcases/kernel/syscalls/rename/rename02.c

-- 
2.36.1


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

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

end of thread, other threads:[~2022-07-13  5:49 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-12 15:34 [LTP] [PATCH v3 0/9] Simplify and convert some of rename tests to new LTP API Avinesh Kumar
2022-07-12 15:34 ` [LTP] [PATCH v3 1/9] Rewrite rename01.c using " Avinesh Kumar
2022-07-13  5:30   ` Richard Palethorpe
2022-07-12 15:34 ` [LTP] [PATCH v3 2/9] Remove rename02.c Avinesh Kumar
2022-07-13  5:33   ` Richard Palethorpe
2022-07-12 15:34 ` [LTP] [PATCH v3 3/9] Rewrite rename03.c using new LTP API Avinesh Kumar
2022-07-13  5:35   ` Richard Palethorpe
2022-07-12 15:34 ` [LTP] [PATCH v3 4/9] Rewrite rename04.c " Avinesh Kumar
2022-07-13  5:36   ` Richard Palethorpe
2022-07-12 15:34 ` [LTP] [PATCH v3 5/9] Rewrite rename05.c " Avinesh Kumar
2022-07-13  5:42   ` Richard Palethorpe
2022-07-12 15:34 ` [LTP] [PATCH v3 6/9] Rewrite rename06.c " Avinesh Kumar
2022-07-13  5:43   ` Richard Palethorpe
2022-07-12 15:34 ` [LTP] [PATCH v3 7/9] Rewrite rename07.c " Avinesh Kumar
2022-07-13  5:43   ` Richard Palethorpe
2022-07-12 15:34 ` [LTP] [PATCH v3 8/9] Rewrite rename08.c " Avinesh Kumar
2022-07-13  5:47   ` Richard Palethorpe
2022-07-12 15:34 ` [LTP] [PATCH v3 9/9] Rewrite rename10.c " Avinesh Kumar
2022-07-13  5:48   ` Richard Palethorpe

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