public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH v5 0/2] fcntl14 refactoring
@ 2024-09-11  8:05 Andrea Cervesato
  2024-09-11  8:06 ` [LTP] [PATCH v5 1/2] Add silent macros for TST_EXP_EQ_* Andrea Cervesato
  2024-09-11  8:06 ` [LTP] [PATCH v5 2/2] Rewrite fcnt14 test Andrea Cervesato
  0 siblings, 2 replies; 6+ messages in thread
From: Andrea Cervesato @ 2024-09-11  8:05 UTC (permalink / raw)
  To: ltp

This patch-set simplify the fcntl14 test and add some new silent macros
to the TST_EXP_EQ_* series.

Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
---
Changes in v5:
- remove *_01 suffix to fcntl14 in syscalls runtest file
- handle TST_PASS in a better way inside tst_safe_macros.h
- Link to v4: https://lore.kernel.org/r/20240902-fcntl4_refactoring-v4-0-4446517da427@suse.com

Changes in v4:
- add test variants
- add TST_EXP_EQ_*_SILENT macros
- simplify testcases configuration
- changes overlapping algorithm
- don't exit each time we fail
- don't unlock on file close

---
Andrea Cervesato (2):
      Add silent macros for TST_EXP_EQ_*
      Rewrite fcnt14 test

 include/tst_test_macros.h                 |   81 +-
 testcases/kernel/syscalls/fcntl/fcntl14.c | 1253 +++++------------------------
 2 files changed, 271 insertions(+), 1063 deletions(-)
---
base-commit: 0bd4e66a7ccfb2951148fae65cfa02076ee8f4de
change-id: 20240902-fcntl4_refactoring-a86f07bcb5e2

Best regards,
-- 
Andrea Cervesato <andrea.cervesato@suse.com>


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

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

end of thread, other threads:[~2024-09-11 14:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-11  8:05 [LTP] [PATCH v5 0/2] fcntl14 refactoring Andrea Cervesato
2024-09-11  8:06 ` [LTP] [PATCH v5 1/2] Add silent macros for TST_EXP_EQ_* Andrea Cervesato
2024-09-11 13:44   ` Cyril Hrubis
2024-09-11 14:42     ` Andrea Cervesato via ltp
2024-09-11  8:06 ` [LTP] [PATCH v5 2/2] Rewrite fcnt14 test Andrea Cervesato
2024-09-11 13:51   ` Cyril Hrubis

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