aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-09-15test/send_recv: Use proper cast for (struct sockaddr *) argumentAmmar Faizi
2021-09-15test/io_uring_setup: Don't use `__errno` as local variable nameAmmar Faizi
2021-09-14tests: test open into taken fixed slotPavel Begunkov
2021-09-14test/timeout: improve finding exec-targetJens Axboe
2021-09-13test: Remove unused syscall number definitionsGuillem Jover
2021-09-13test: Use syscall wrappers instead of using syscall(2) directlyGuillem Jover
2021-09-13test/runtests.sh: Fix shellcheck directive for old versionsGuillem Jover
2021-09-13test/empty-eownerdead: Clarify unexpected error messageGuillem Jover
2021-09-13test/poll-cancel-ton: Remove unused variableGuillem Jover
2021-09-13build: Fix build flags supportGuillem Jover
2021-09-11Merge branch 'fix-test-shmem' of https://github.com/ammarfaizi2/liburingJens Axboe
2021-09-11tests: test timeout cancellation fails linksPavel Begunkov
2021-09-11tests: add no-op executable for execPavel Begunkov
2021-09-11test/io_uring_register: fix -Wimplicit-function-declaration of memfd_createAmmar Faizi
2021-09-10test/runtests.sh: fix retrieving statusJens Axboe
2021-09-09test/file-register: newer kernels limit based on RLIMIT_NOFILEJens Axboe
2021-09-07Ignore spurious fadvise/madvise failuresJens Axboe
2021-09-07Revert "test/empty-eownerdead: Only expect EOWNERDEAD as test success"Jens Axboe
2021-09-07test/runtests.sh: align at 55 wideJens Axboe
2021-09-07test: Disable shellcheck checksGuillem Jover
2021-09-07test: Declare and assign shell variable separately to not mask return valueGuillem Jover
2021-09-07test: Do not use $ in variables within $(())Guillem Jover
2021-09-07test: Add missing quotes around variablesGuillem Jover
2021-09-07test: Pass an array to run_tests instead of an undefined variableGuillem Jover
2021-09-07test: Use an array instead of interpolating into a string via $@Guillem Jover
2021-09-07test: Use -z instead of ! -nGuillem Jover
2021-09-07test: Use -n instead of ! -zGuillem Jover
2021-09-07test/empty-eownerdead: Only expect EOWNERDEAD as test successGuillem Jover
2021-09-07test/io_uring_register: Expect ENOMEM or EFAULT from __sys_io_uring_registerGuillem Jover
2021-09-07test/timeout-new: Explicitly note that we are skipping the testGuillem Jover
2021-09-07test: Print timed out tests also on failureGuillem Jover
2021-09-07test: Fix runner output to avoid concatenated stringsGuillem Jover
2021-09-07test: Namespace core files with the test nameGuillem Jover
2021-09-07test: Fix build failure with gcc -O0Guillem Jover
2021-09-03test: add basic time measurementJens Axboe
2021-09-02test/runtests.sh: remove old manager/worker checksJens Axboe
2021-09-02build: add -D_GNU_SOURCE to all CPPFLAGS/CFLAGS.Uman Shahzad
2021-08-31test/submit-link-fail: fix unchecked write(2) returnJens Axboe
2021-08-31tests: test early-submit link failsPavel Begunkov
2021-08-31tests: use helpers for direct open/acceptPavel Begunkov
2021-08-27register: add tagging and buf update helpersPavel Begunkov
2021-08-27tests: file create/unlink cleanupPavel Begunkov
2021-08-27test/connect: fix random EACCES for non-root testAmmar Faizi
2021-08-27test/35fa71a030ca-test.c: limit runtime to 5 secondsJens Axboe
2021-08-26io_uring: update buffer update feature testingPavel Begunkov
2021-08-25test/{accept,openat2}: use sqe->file_indexJens Axboe
2021-08-25tests: test open/accept directly into fixed tablePavel Begunkov
2021-08-25tests: skip when large buf register failsPavel Begunkov
2021-08-25tests: don't skip sqpoll needlesslyPavel Begunkov
2021-08-25liburing.h: add a multipoll helperPavel Begunkov