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