1. d247109 test/self: skip if argument passed in by Jens Axboe · 3 years, 9 months ago
  2. 2edfa3f Add test case for thread exiting with pending IO by Jens Axboe · 3 years, 9 months ago
  3. f7660b2 tests: test fixed file removal order by Pavel Begunkov · 3 years, 10 months ago
  4. cf2ad2a tests: identify timed out tests correctly by Pavel Begunkov · 3 years, 10 months ago
  5. bd0befa Merge branch 'master' of https://github.com/romange/liburing by Jens Axboe · 3 years, 10 months ago
  6. 31eb4c9 Add a test demonstrating connect timeout functionality by Roman Gershman · 3 years, 11 months ago
  7. 929c069 test/timeout-new: test for timeout feature by Hao Xu · 3 years, 11 months ago
  8. 516280a rem_buf/test: inital testing for OP_REMOVE_BUFFERS by Pavel Begunkov · 3 years, 11 months ago
  9. 098d6ef timeout/test: clear state for timeout updates by Pavel Begunkov · 3 years, 11 months ago
  10. b02d6a6 test/rw: test reg bufs with non-align sizes/offset by Pavel Begunkov · 3 years, 11 months ago
  11. 35999b0 test/rw: remove not used mixed_fixed flag by Pavel Begunkov · 3 years, 11 months ago
  12. 2ea2bd8 test/rw: name flags for clearness by Pavel Begunkov · 3 years, 11 months ago
  13. 2f4254d test/timeout: test timeout updates by Pavel Begunkov · 3 years, 11 months ago
  14. 36026fc Add test case for SQPOLL going to sleep properly by Jens Axboe · 4 years ago
  15. dac6db3 Changes format string from %lld to %PRIu64 in several tests. by Ryan Sharpelletti · 4 years ago
  16. 743ec02 test: long iov recvmsg()/copy by Pavel Begunkov · 4 years ago
  17. 0a9b12e test: Fix build on 32bit architectures with 6bit time_t by Khem Raj · 4 years ago
  18. bd62cfb test/self: update description by Jens Axboe · 4 years ago
  19. d7e4f94 test/self: add /proc/self/ open+read test case by Jens Axboe · 4 years ago
  20. 611988f test/unlink: add failure case by Jens Axboe · 4 years ago
  21. 80ad860 test/rename: add failure case by Jens Axboe · 4 years ago
  22. 8d2287b test/{rename,unlink}: don't fail on no kernel support by Jens Axboe · 4 years ago
  23. c8b1c55 Merge branch 'assert' of https://github.com/sharpelletti/liburing by Jens Axboe · 4 years ago
  24. e3adbfc Moves function calls out of assert(). by Ryan Sharpelletti · 4 years ago
  25. a1ab3bd Add rename at unlink test cases by Jens Axboe · 4 years ago
  26. 60c05f5 test/accept-reuse: reduce queue size by Jens Axboe · 4 years ago
  27. 1a242e0 test/submit-reuse: error check file opens by Jens Axboe · 4 years ago
  28. 5d12b13 test/lfs-open: less limited test_drained_files by Pavel Begunkov · 4 years ago
  29. c98af26 test/file-register: add expected fail case by Jens Axboe · 4 years ago
  30. 1a02de4 test/cq-overflow-peek: skip for !NODROP by Jens Axboe · 4 years, 1 month ago
  31. df8e753 test/connect: skip if connect isn't supported by Jens Axboe · 4 years, 1 month ago
  32. b8547fc test/close-opath: skip on older kernels by Jens Axboe · 4 years, 1 month ago
  33. 50961b5 test/splice: expand criteria for having splice and skip if not there by Jens Axboe · 4 years, 1 month ago
  34. 007841f test/accept-test: skip if accept isn't supported by Jens Axboe · 4 years, 1 month ago
  35. 382593a test/accept-link: abort if accept isn't supported by Jens Axboe · 4 years, 1 month ago
  36. 65e8fba test/*-reuse: don't test for !IORING_FEAT_SUBMIT_STABLE by Jens Axboe · 4 years, 1 month ago
  37. 295d711 Merge branch 'pu/build-flags' of https://github.com/guillemj/liburing into master by Jens Axboe · 4 years, 1 month ago
  38. 3fb23ee test/submit-reuse: take a breather between fadvise calls by Jens Axboe · 4 years, 1 month ago
  39. 73250a0 test/lfs-openat: defer open until we know we're running the test by Jens Axboe · 4 years, 1 month ago
  40. a792bb8 test: find free port choice by Jens Axboe · 4 years, 1 month ago
  41. 36f1082 Fix build flag settings by Guillem Jover · 4 years, 1 month ago
  42. 74bc685 test/accept-link: fix check for using a passed in test file by Jens Axboe · 4 years, 1 month ago
  43. 06486d6 test/sq-poll-dup: remove unused variable by Jens Axboe · 4 years, 1 month ago
  44. a2cb8f9 test/sq-poll-dup: test a few more cases by Jens Axboe · 4 years, 1 month ago
  45. d476674 test/sq-poll-{share,dup}: use prepped SQEs as what to wait for by Jens Axboe · 4 years, 1 month ago
  46. 8f4329b test/sq-poll-share: don't close file until we're done by Jens Axboe · 4 years, 1 month ago
  47. d5b94ba Add sq-poll-dup test case by Jens Axboe · 4 years, 1 month ago
  48. 21f6f6e test/sq-poll-share: unlink file on successful exit too by Jens Axboe · 4 years, 1 month ago
  49. f19f930 test/iopoll: don't truncate target file by Jens Axboe · 4 years, 1 month ago
  50. e9afed1 test/iopoll: correctly skip IOPOLL if test device/file doesn't support it by Jens Axboe · 4 years, 1 month ago
  51. 8ac4f8e test/register-restrictions: add new rings_disabled test case by Stefano Garzarella · 4 years, 2 months ago
  52. 73cfc0c test/register-restrictions: fix rings_not_disabled test by Stefano Garzarella · 4 years, 2 months ago
  53. 986fef6 Add segmented read/write pipe test by Jens Axboe · 4 years, 2 months ago
  54. bafa6e6 runtests: add ability to exclude tests by Lukas Czerner · 4 years, 2 months ago
  55. b2471a8 runtests: clean up code in runtests.sh by Lukas Czerner · 4 years, 2 months ago
  56. 48afc11 test/sq-poll-share: error handling fixes by Jens Axboe · 4 years, 2 months ago
  57. 79f8b60 test/send_recv: exit properly if SQPOLL_NONFIXED isn't available by Jens Axboe · 4 years, 2 months ago
  58. d3c43e4 test/send_recv: test non-registered SQPOLL files if available by Jens Axboe · 4 years, 2 months ago
  59. 7e1447c test/shutdown: ignore SIGPIPE by Jens Axboe · 4 years, 2 months ago
  60. 3f71acc test/cancel: test cancellation of deferred reqs by Pavel Begunkov · 4 years, 2 months ago
  61. 8a3a8d7 Add IORING_OP_SHUTDOWN test case by Jens Axboe · 4 years, 2 months ago
  62. 76e3b79 Add nonblock empty socket read test by Jens Axboe · 4 years, 2 months ago
  63. cfddbbf test/accept: fix spurious connect failure by Jens Axboe · 4 years, 2 months ago
  64. 27b4479 test/accept: expect non-failure for SQPOLL on newer kernels by Jens Axboe · 4 years, 2 months ago
  65. cad057f Add SQPOLL sharing test case by Jens Axboe · 4 years, 2 months ago
  66. ac8a051 Merge branch 'pu/test-suite' of https://github.com/guillemj/liburing into master by Jens Axboe · 4 years, 2 months ago
  67. b1288a2 Merge branch 'more_pedantic_checks_in_test' of https://github.com/257/liburing into master by Jens Axboe · 4 years, 2 months ago
  68. bfe20f4 test/submit-reuse: explicitly large vec counts and IOSQE_ASYNC by Jens Axboe · 4 years, 2 months ago
  69. 543b6d9 test: Handle operating with a missing config-host.mak by Guillem Jover · 4 years, 2 months ago
  70. 04c243d build: Output CXX on quiet output when using a C++ compiler by Guillem Jover · 4 years, 2 months ago
  71. 1bdd946 test: Fix sq-full-cpp source and object declaration by Guillem Jover · 4 years, 2 months ago
  72. 57734eb test: Split each test target and source entry into its own line by Guillem Jover · 4 years, 2 months ago
  73. c03f77f test: Kill the tests if SIGINT was not effective by Guillem Jover · 4 years, 2 months ago
  74. e83b9eb test/sigfd-deadlock: remove unneeded libaio.h include by Jens Axboe · 4 years, 2 months ago
  75. 07ce66f Fix missing 'c' in sigfd-deadlock addition by Jens Axboe · 4 years, 2 months ago
  76. 6cf8556 Add signalfd deadlock test case by Jens Axboe · 4 years, 2 months ago
  77. 7fe2e81 test/register-restrictions: don't fail if restrictions aren't supported by Jens Axboe · 4 years, 2 months ago
  78. b9a04cb Add test/register-restrictions.c test case by Stefano Garzarella · 4 years, 4 months ago
  79. 43e05df Add a test case for closed pipe terminating properly by Jens Axboe · 4 years, 2 months ago
  80. 9e11ad2 test/iopoll: only SQPOLL requires root, IOPOLL does not by Jens Axboe · 4 years, 2 months ago
  81. 31cd4e0 test/iopoll: coding style fixups by Jens Axboe · 4 years, 2 months ago
  82. 5964134 iopoll: test that we always enter the ring by Glauber Costa · 4 years, 2 months ago
  83. 515604d test/a4c0b3decb33-test: limit to 5000 iterations by Jens Axboe · 4 years, 2 months ago
  84. d729818 test/lfs-openat: add linked files test case by Jens Axboe · 4 years, 2 months ago
  85. bf41f6d test/double-poll-crash: ignore arguments by Jens Axboe · 4 years, 2 months ago
  86. b01cecc Add test case for double poll crash by Jens Axboe · 4 years, 2 months ago
  87. dd95c21 test/submit-reuse: accept test argument by Jens Axboe · 4 years, 2 months ago
  88. 4fe73ec test/timeout-overflow: don't run on newer kernels by Jens Axboe · 4 years, 2 months ago
  89. 4fe5ac1 test: add missing SPDX identifiers by Jens Axboe · 4 years, 2 months ago
  90. 6316292 Add test cases for file table exit hang by Jens Axboe · 4 years, 2 months ago
  91. ce97877 test/wakeup-hang: ignore argument by Jens Axboe · 4 years, 2 months ago
  92. 60b2ce5 Add test case for task_work related wakeup hang by Jens Axboe · 4 years, 3 months ago
  93. 9e1d69e test/eeed8b54e0df-test: allow 4096 as valid return too by Jens Axboe · 4 years, 3 months ago
  94. 897e26f test: check return of io_uring_get_sqe() by Paymon MARANDI · 4 years, 3 months ago
  95. 332a17f test/nop-all-sizes: exit ring for each loop by Jens Axboe · 4 years, 3 months ago
  96. 9633f08 Add test case for testing full fill of SQ and CQ ring by Jens Axboe · 4 years, 3 months ago
  97. 126308e test/statx: test for ENOSYS in statx_syscall_supported by Tobias Klauser · 4 years, 4 months ago
  98. 0abec42 test/statx: be safe and check if __NR_statx is there by Jens Axboe · 4 years, 4 months ago
  99. cb7c626 test/statx: verify against statx(2) on all archs by Tobias Klauser · 4 years, 4 months ago
  100. 5de2450 test/cq-overflow-peek by Jens Axboe · 4 years, 4 months ago