All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH 0/3] Rewrite aio_cancel_2-1
@ 2026-02-03 12:50 Martin Doucha
  2026-02-03 12:50 ` [LTP] [PATCH 1/3] openposix/aio_cancel: Add helper functions for setup and cleanup Martin Doucha
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Martin Doucha @ 2026-02-03 12:50 UTC (permalink / raw)
  To: ltp

Rewrite another aio_cancel() test which hopes it can win a race
against unblocked writes into a file. Also add shared setup and
cleanup helper functions for AIO writes into a socket pair and
use them in the two already rewritten tests.

Martin Doucha (3):
  openposix/aio_cancel: Add helper functions for setup and cleanup
  openposix/aio_cancel: Use setup helper functions in tests 5 and 7
  aio_cancel_2-1: Rewrite test

 .../conformance/interfaces/aio_cancel/2-1.c   | 86 +++++++++--------
 .../conformance/interfaces/aio_cancel/5-1.c   | 79 +++-------------
 .../conformance/interfaces/aio_cancel/7-1.c   | 79 ++--------------
 .../open_posix_testsuite/include/aio_test.h   | 94 +++++++++++++++++++
 4 files changed, 163 insertions(+), 175 deletions(-)
 create mode 100644 testcases/open_posix_testsuite/include/aio_test.h

-- 
2.52.0


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

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

end of thread, other threads:[~2026-02-12  7:45 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-03 12:50 [LTP] [PATCH 0/3] Rewrite aio_cancel_2-1 Martin Doucha
2026-02-03 12:50 ` [LTP] [PATCH 1/3] openposix/aio_cancel: Add helper functions for setup and cleanup Martin Doucha
2026-02-11 12:49   ` Andrea Cervesato via ltp
2026-02-11 12:59   ` Cyril Hrubis
2026-02-03 12:50 ` [LTP] [PATCH 2/3] openposix/aio_cancel: Use setup helper functions in tests 5 and 7 Martin Doucha
2026-02-11 12:48   ` Andrea Cervesato via ltp
2026-02-11 12:50     ` Andrea Cervesato via ltp
2026-02-11 13:01   ` Cyril Hrubis
2026-02-03 12:50 ` [LTP] [PATCH 3/3] aio_cancel_2-1: Rewrite test Martin Doucha
2026-02-11 14:43   ` Cyril Hrubis
2026-02-12  7:45     ` Petr Vorel
2026-02-11 13:01 ` [LTP] [PATCH 0/3] Rewrite aio_cancel_2-1 Andrea Cervesato via ltp

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.