From: Sandeep Patil <sspatil@android.com>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH 0/4] Convert tests to use new library
Date: Mon, 25 Mar 2019 16:20:08 -0700 [thread overview]
Message-ID: <20190325232012.67123-1-sspatil@android.com> (raw)
The series of patches convert 4 tests to use the new library. I
went through the kernel/syscalls directory alphabetically and
found the tests that haven't been converted yet.
The tests I changed here are, abort01, accept01, accept4 and acct1.
I've only tested these with glibc + x86 vm. I removed some of the
UCLINUX specific ifdefs in the process that I am not so sure about.
Is there a way for me to test these on other systems?
For now, I marked the patch where I removed these as RFC.
Sandeep Patil (4):
syscalls/abort01: convert to new library
syscalls/accept01: convert to new library.
syscalls/accept4: convert to new library
syscalls/acct01: convert to new library
testcases/kernel/syscalls/abort/abort01.c | 171 ++++---------
testcases/kernel/syscalls/accept/accept01.c | 236 ++++++++---------
.../kernel/syscalls/accept4/accept4_01.c | 241 ++++++------------
testcases/kernel/syscalls/acct/acct01.c | 207 +++++----------
4 files changed, 294 insertions(+), 561 deletions(-)
--
2.21.0.392.gf8f6787159e-goog
next reply other threads:[~2019-03-25 23:20 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-25 23:20 Sandeep Patil [this message]
2019-03-25 23:20 ` [LTP] [RFC PATCH 1/4] syscalls/abort01: convert to new library Sandeep Patil
2019-03-26 11:58 ` Cyril Hrubis
2019-03-26 12:47 ` Sandeep Patil
2019-03-26 12:51 ` Cyril Hrubis
2019-03-28 4:07 ` Sandeep Patil
2019-04-03 12:06 ` Cyril Hrubis
2019-04-03 15:49 ` Sandeep Patil
2019-03-25 23:20 ` [LTP] [PATCH 2/4] syscalls/accept01: " Sandeep Patil
2019-03-26 12:35 ` Cyril Hrubis
2019-03-26 12:44 ` Sandeep Patil
2019-03-25 23:20 ` [LTP] [PATCH 3/4] syscalls/accept4: " Sandeep Patil
2019-03-26 15:33 ` Cyril Hrubis
2019-03-25 23:20 ` [LTP] [PATCH 4/4] syscalls/acct01: " Sandeep Patil
2019-03-26 16:11 ` Cyril Hrubis
2019-03-26 9:42 ` [LTP] [PATCH 0/4] Convert tests to use " Cyril Hrubis
2019-03-26 12:48 ` Sandeep Patil
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=20190325232012.67123-1-sspatil@android.com \
--to=sspatil@android.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox