From: Jan Stancek <jstancek@redhat.com>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH v2 0/2] mkdir09: rewrite in new LTP API
Date: Fri, 4 Feb 2022 14:14:00 +0100 [thread overview]
Message-ID: <cover.1643980361.git.jstancek@redhat.com> (raw)
Changes:
- 'use all_filesystems = 1'
This gives us back reproducer we used to have before statx04 rewrite for commit
07bfa4415ab6 ("fat: work around race with userspace's read via blockdev while mounting")
- fix description comment
- comments moved before functions
- separate loop with SAFE_MKDIR moved to setup
- introduce TST_EXP_FAIL_SILENT (patch 1/2)
- used TST_EXP_PASS_SILENT in test2 and test3
- fixed TPASS message in test2 to say "remove dirs"
Jan Stancek (2):
tst_test_macros: add TST_EXP_FAIL_SILENT
syscalls/mkdir09: rewrite in new LTP API
doc/c-test-api.txt | 3 +
include/tst_test_macros.h | 15 +-
testcases/kernel/syscalls/mkdir/Makefile | 2 +
testcases/kernel/syscalls/mkdir/mkdir09.c | 494 ++++------------------
4 files changed, 106 insertions(+), 408 deletions(-)
--
2.27.0
--
Mailing list info: https://lists.linux.it/listinfo/ltp
next reply other threads:[~2022-02-04 13:14 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-04 13:14 Jan Stancek [this message]
2022-02-04 13:14 ` [LTP] [PATCH v2 1/2] tst_test_macros: add TST_EXP_FAIL_SILENT Jan Stancek
2022-02-05 3:07 ` Li Wang
2022-02-07 9:17 ` Jan Stancek
2022-02-04 13:14 ` [LTP] [PATCH v2 2/2] syscalls/mkdir09: rewrite in new LTP API Jan Stancek
2022-02-05 4:19 ` Li Wang
2022-02-07 12:55 ` Cyril Hrubis
2022-02-07 15:04 ` Jan Stancek
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=cover.1643980361.git.jstancek@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 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.