public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH v2 0/2] mkdir09: rewrite in new LTP API
@ 2022-02-04 13:14 Jan Stancek
  2022-02-04 13:14 ` [LTP] [PATCH v2 1/2] tst_test_macros: add TST_EXP_FAIL_SILENT Jan Stancek
  2022-02-04 13:14 ` [LTP] [PATCH v2 2/2] syscalls/mkdir09: rewrite in new LTP API Jan Stancek
  0 siblings, 2 replies; 8+ messages in thread
From: Jan Stancek @ 2022-02-04 13:14 UTC (permalink / raw)
  To: ltp

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

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

end of thread, other threads:[~2022-02-07 15:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-04 13:14 [LTP] [PATCH v2 0/2] mkdir09: rewrite in new LTP API Jan Stancek
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

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