All of lore.kernel.org
 help / color / mirror / Atom feed
From: Avinesh Kumar <akumar@suse.de>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH 0/9] Simplify and convert some of rename tests to new LTP API
Date: Wed, 22 Jun 2022 12:31:28 +0530	[thread overview]
Message-ID: <20220622070137.24286-1-akumar@suse.de> (raw)

Rewriting some of rename tests using new LPT API and removing
rename02.c file 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/rename01.c | 252 ++++--------------
 testcases/kernel/syscalls/rename/rename02.c | 192 --------------
 testcases/kernel/syscalls/rename/rename03.c | 267 ++++----------------
 testcases/kernel/syscalls/rename/rename04.c | 201 +++------------
 testcases/kernel/syscalls/rename/rename05.c | 189 ++------------
 testcases/kernel/syscalls/rename/rename06.c | 182 ++-----------
 testcases/kernel/syscalls/rename/rename07.c | 166 ++----------
 testcases/kernel/syscalls/rename/rename08.c | 200 ++-------------
 testcases/kernel/syscalls/rename/rename10.c | 182 ++-----------
 10 files changed, 253 insertions(+), 1579 deletions(-)
 delete mode 100644 testcases/kernel/syscalls/rename/rename02.c

-- 
2.36.1


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

             reply	other threads:[~2022-06-22  7:01 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-22  7:01 Avinesh Kumar [this message]
2022-06-22  7:01 ` [LTP] [PATCH 1/9] Rewrite rename01.c using new LTP API Avinesh Kumar
2022-06-22 14:53   ` Cyril Hrubis
2022-06-22  7:01 ` [LTP] [PATCH 2/9] Remove rename02.c Avinesh Kumar
2022-06-22  7:01 ` [LTP] [PATCH 3/9] Rewrite rename03.c using new LTP API Avinesh Kumar
2022-06-22  7:01 ` [LTP] [PATCH 4/9] Rewrite rename04.c " Avinesh Kumar
2022-06-22  7:01 ` [LTP] [PATCH 5/9] Rewrite rename05.c " Avinesh Kumar
2022-06-22  7:01 ` [LTP] [PATCH 6/9] Rewrite rename06.c " Avinesh Kumar
2022-06-22  7:01 ` [LTP] [PATCH 7/9] Rewrite rename07.c " Avinesh Kumar
2022-06-22  7:01 ` [LTP] [PATCH 8/9] Rewrite rename08.c " Avinesh Kumar
2022-06-22  7:01 ` [LTP] [PATCH 9/9] Rewrite rename10.c " Avinesh Kumar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220622070137.24286-1-akumar@suse.de \
    --to=akumar@suse.de \
    --cc=ltp@lists.linux.it \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.