summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2020-03-04test/orc: soft fail if filename isn't givenfd-selectJens Axboe
2020-03-04test/accept: add SOCK_SPECIFIC_FD test caseJens Axboe
2020-03-04Add sample open-read-close chainJens Axboe
2020-03-02test/send_recvmsg: cleanup on abortJens Axboe
2020-03-02test/splice: don't use memfdJens Axboe
2020-03-02test/splice: include <linux/memfd.h>Jens Axboe
2020-02-29test/across-fork: have child wait for write finishJens Axboe
2020-02-29test/send_recvmsg: ensure that we get -ENOBUFS for no buffersJens Axboe
2020-02-28test/send_recvmsg: add missing socket closeJens Axboe
2020-02-28test/read-write: ensure SQPOLL for non-root just warnsJens Axboe
2020-02-27test/send_recvmsg: add support for BUF_SELECTJens Axboe
2020-02-26test/poll-link: don't error out on connect failureJens Axboe
2020-02-25test/read-write: fix non-root failureJens Axboe
2020-02-25test/link: fix typoJens Axboe
2020-02-25test/read-write: add test case for selectable buffersJens Axboe
2020-02-25test/sq-poll-kthread: include grace period before thread checkJens Axboe
2020-02-24test/splice: fix-up test case on kernels not supporting spliceJens Axboe
2020-02-24test/splice: add basic splice testsPavel Begunkov
2020-02-23test/accept-link: update for FAST_POLLJens Axboe
2020-02-21test: add sq-poll-kthread test caseliburing-0.4Stefano Garzarella
2020-02-14test: Initialize the data struct to set stop member to 0Guillem Jover
2020-02-14test: Distinguish failure messages for accept-linkGuillem Jover
2020-02-14test: Expect fail values from io_uring calls to be -errno instead of -1Guillem Jover
2020-02-14test: Handle NULL sqe and cqe in testsGuillem Jover
2020-02-14test: Unify queue init failed error messageGuillem Jover
2020-02-14test: Cleanup file artifacts on early exitsGuillem Jover
2020-02-14test: Skip tests where the kernel lacks supportGuillem Jover
2020-02-13test/poll-cancel-ton: reap events after submitJens Axboe
2020-02-12Correctly handle if __kernel_timespec is definedJens Axboe
2020-02-11Add SPDX license identifiersJens Axboe
2020-02-07Add relative path testingJens Axboe
2020-02-06test/poll-v-poll: add variant that uses io_uring for epoll_ctl()Jens Axboe
2020-02-02Merge branch 'across-fork-test' of https://github.com/anarazel/liburingJens Axboe
2020-02-02Add circular eventfd test caseJens Axboe
2020-02-02test/eventfd: skip on earlier kernelsJens Axboe
2020-02-02Add test for sharing uring across forkAndres Freund
2020-02-01test/read-write: skip eventfd read if we know we don't have READJens Axboe
2020-02-01Merge branch 'eventfd_test' of https://github.com/cor3ntin/liburingJens Axboe
2020-02-01Use stderr consistently in test/ casesJens Axboe
2020-02-01test/send_recv: use stderr for errorsJens Axboe
2020-02-02test: add test for send_recvCarter Li
2020-01-31Add eventfd test caseJens Axboe
2020-01-31add another helper for probing existing opcodesGlauber Costa
2020-01-30test/probe: add test csae for io_uring_get_probe()Jens Axboe
2020-01-30test/probe: split verification into helperJens Axboe
2020-01-29test/personality: update to modified APIJens Axboe
2020-01-28test/shared-wq: remove debug sleepJens Axboe
2020-01-28test/personality: test invalid unregister IDJens Axboe
2020-01-28test/personality: test invalid personalityJens Axboe
2020-01-28Add personality test caseJens Axboe