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