public inbox for [email protected]
 help / color / mirror / Atom feed
* [PATCH liburing 0/6] More wor on updating exit codes to use
@ 2022-07-06  3:40 Eli Schwartz
  2022-07-06  3:40 ` [PATCH liburing 1/6] tests: do not report an error message when return ret that might be a skip Eli Schwartz
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Eli Schwartz @ 2022-07-06  3:40 UTC (permalink / raw)
  To: io-uring

Eli Schwartz (6):
  tests: do not report an error message when return ret that might be a
    skip
  tests: handle some skips that used a goto to enter cleanup
  tests: more work on updating exit codes to use enum-based status
    reporting
  tests: mention in a status message that this is a skip
  tests: migrate a skip that used a goto to enter cleanup
  tests: correctly exit with failure in a looped test

 test/accept-reuse.c            |  2 +-
 test/accept-test.c             |  7 +++++--
 test/accept.c                  |  8 ++++----
 test/connect.c                 |  2 +-
 test/double-poll-crash.c       |  4 ++--
 test/fadvise.c                 |  2 +-
 test/fallocate.c               | 18 ++++++++++++------
 test/file-register.c           |  4 ++--
 test/file-update.c             |  8 +++++---
 test/files-exit-hang-poll.c    |  6 ++++--
 test/files-exit-hang-timeout.c | 10 ++++++----
 test/fixed-reuse.c             |  2 +-
 test/hardlink.c                |  9 ++++++---
 test/io-cancel.c               | 14 +++++++-------
 test/io_uring_enter.c          |  8 ++++----
 test/io_uring_register.c       |  6 +++---
 test/io_uring_setup.c          |  7 ++++---
 test/iopoll.c                  |  6 +++---
 test/lfs-openat-write.c        |  4 +++-
 test/link-timeout.c            |  7 ++++---
 test/link.c                    |  9 +++++----
 test/madvise.c                 |  4 ++--
 test/mkdir.c                   | 14 +++++++++-----
 test/msg-ring.c                | 13 +++++++------
 test/multicqes_drain.c         | 11 ++++++-----
 25 files changed, 107 insertions(+), 78 deletions(-)


base-commit: fa67f6aedcfdaffc14cbf0b631253477b2565ef0
-- 
2.35.1



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

end of thread, other threads:[~2022-07-06 12:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-06  3:40 [PATCH liburing 0/6] More wor on updating exit codes to use Eli Schwartz
2022-07-06  3:40 ` [PATCH liburing 1/6] tests: do not report an error message when return ret that might be a skip Eli Schwartz
2022-07-06  3:40 ` [PATCH liburing 2/6] tests: handle some skips that used a goto to enter cleanup Eli Schwartz
2022-07-06  3:40 ` [PATCH liburing 3/6] tests: more work on updating exit codes to use enum-based status reporting Eli Schwartz
2022-07-06  3:40 ` [PATCH liburing 4/6] tests: mention in a status message that this is a skip Eli Schwartz
2022-07-06  3:40 ` [PATCH liburing 5/6] tests: migrate a skip that used a goto to enter cleanup Eli Schwartz
2022-07-06  3:40 ` [PATCH liburing 6/6] tests: correctly exit with failure in a looped test Eli Schwartz
2022-07-06 12:45 ` [PATCH liburing 0/6] More wor on updating exit codes to use Jens Axboe

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