From: Jan Stancek <jstancek@redhat.com>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH v3 0/2] Implement syscall variants
Date: Mon, 25 Mar 2019 03:06:57 -0400 (EDT) [thread overview]
Message-ID: <1289901539.11491111.1553497617418.JavaMail.zimbra@redhat.com> (raw)
In-Reply-To: <20190322171134.899-1-chrubis@suse.cz>
----- Original Message -----
> This is version 3 of the patchset, the main change is that the
> previously called multiplexing is now hooked up much sooner in the
> library, before we fork and run test setup().
>
> The advange of this is that tests that exit with tst_brk(TCONF, ...) do
> not exit the whole testsuite this way and also different test variants
> are better isolated as well.
>
> As a side effect the API has been simplified as well.
Acked-by: Jan Stancek <jstancek@redhat.com>
>
> Cyril Hrubis (2):
> tst_test: Add test multiplex function
> syscalls/select04: Test four syscall variants
>
> doc/test-writing-guidelines.txt | 66 +++++++++++++++
> include/tst_test.h | 12 +++
> lib/newlib_tests/.gitignore | 1 +
> lib/newlib_tests/variant.c | 55 +++++++++++++
> lib/tst_test.c | 22 +++--
> testcases/kernel/syscalls/select/select04.c | 7 +-
> testcases/kernel/syscalls/select/select_var.h | 82 +++++++++++++++++++
> 7 files changed, 239 insertions(+), 6 deletions(-)
> create mode 100644 lib/newlib_tests/variant.c
> create mode 100644 testcases/kernel/syscalls/select/select_var.h
>
> --
> 2.19.2
>
>
> --
> Mailing list info: https://lists.linux.it/listinfo/ltp
>
next prev parent reply other threads:[~2019-03-25 7:06 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-22 17:11 [LTP] [PATCH v3 0/2] Implement syscall variants Cyril Hrubis
2019-03-22 17:11 ` [LTP] [PATCH v3 1/2] tst_test: Add test multiplex function Cyril Hrubis
2019-03-25 9:50 ` Petr Vorel
2019-03-22 17:11 ` [LTP] [PATCH v3 2/2] syscalls/select04: Test four syscall variants Cyril Hrubis
2019-03-25 14:20 ` Petr Vorel
2019-03-25 7:06 ` Jan Stancek [this message]
2019-03-26 9:39 ` [LTP] [PATCH v3 0/2] Implement " Cyril Hrubis
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=1289901539.11491111.1553497617418.JavaMail.zimbra@redhat.com \
--to=jstancek@redhat.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