/
githubmirror
/
liburing
ОбзорДокументацияВойти
/
githubmirror
/
liburing
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
liburing/
test/
..
232c93d07b74-test.c

Moves function calls out of assert().

6 лет назад
35fa71a030ca-test.c

test/35fa71a030ca-test.c: limit runtime to 5 seconds

5 лет назад
500f9fbadef8-test.c

helpers: prefix any helper with t_ instead of io_uring_

5 лет назад
7ad0e4b2f83c-test.c

test: add potential argument, ignore if unused

6 лет назад
8a9973408177-test.c

test: add potential argument, ignore if unused

6 лет назад
917257daa0fe-test.c

test: get rid of x86_64'isms in the test code

5 лет назад
Makefile

test: add basic time measurement

5 лет назад
a0908ae19763-test.c

test: get rid of x86_64'isms in the test code

5 лет назад
a4c0b3decb33-test.c

test: get rid of x86_64'isms in the test code

5 лет назад
accept-link.c

Changes format string from %lld to %PRIu64 in several tests.

6 лет назад
accept-reuse.c

test: get rid of x86_64'isms in the test code

5 лет назад
accept-test.c

Moves function calls out of assert().

6 лет назад
accept.c

tests: use helpers for direct open/accept

5 лет назад
across-fork.c

tests: add test for using ring after a forked child exits.

5 лет назад
b19062a56726-test.c

test: get rid of x86_64'isms in the test code

5 лет назад
b5837bd5311d-test.c

test: add potential argument, ignore if unused

6 лет назад
ce593a6c480a-test.c

test: use ring creation helpers where appropriate

5 лет назад
close-opath.c

test/close-opath: skip on older kernels

6 лет назад
config

tests: make the per-test device/file map TEST_MAP

5 лет назад
connect.c

test/connect: fix random EACCES for non-root test

5 лет назад
cq-full.c

test/cq-full: correct error condition

6 лет назад
cq-overflow.c

tests: file create/unlink cleanup

5 лет назад
cq-peek-batch.c

Changes format string from %lld to %PRIu64 in several tests.

6 лет назад
cq-ready.c

test: add potential argument, ignore if unused

6 лет назад
cq-size.c

test: add potential argument, ignore if unused

6 лет назад
d4ae271dfaae-test.c

tests: file create/unlink cleanup

5 лет назад
d77a67ed5f27-test.c

test: use ring creation helpers where appropriate

5 лет назад
defer.c

tests: non-privileged defer test

5 лет назад
double-poll-crash.c

test: get rid of x86_64'isms in the test code

5 лет назад
eeed8b54e0df-test.c

tests: file create/unlink cleanup

5 лет назад
empty-eownerdead.c

Revert "test/empty-eownerdead: Only expect EOWNERDEAD as test success"

5 лет назад
eventfd-disable.c

test/eventfd-disable: ignore test when an argument is given

6 лет назад
eventfd-ring.c

test: add potential argument, ignore if unused

6 лет назад
eventfd.c

test: add potential argument, ignore if unused

6 лет назад
fadvise.c

Ignore spurious fadvise/madvise failures

5 лет назад
fallocate.c

tests: file create/unlink cleanup

5 лет назад
fc2a85cb02ef-test.c

test: get rid of x86_64'isms in the test code

5 лет назад
file-register.c

test/file-register: fix heap overflow read on test_basic

5 лет назад
file-update.c

test/file-update: clean up t_malloc() before return

5 лет назад
files-exit-hang-poll.c

test: find free port choice

6 лет назад
files-exit-hang-timeout.c

test: find free port choice

6 лет назад
fixed-link.c

helpers: prefix any helper with t_ instead of io_uring_

5 лет назад
fsync.c

tests: file create/unlink cleanup

5 лет назад
hardlink.c

test/hardlink: ignore run if argument given

5 лет назад
helpers.c

tests: skip when large buf register fails

5 лет назад
helpers.h

tests: skip when large buf register fails

5 лет назад
io-cancel.c

tests: file create/unlink cleanup

5 лет назад
io_uring_enter.c

tests: non-privileged io_uring_enter

5 лет назад
io_uring_register.c

test/io_uring_register: Expect ENOMEM or EFAULT from __sys_io_uring_register

5 лет назад
io_uring_setup.c

test: add potential argument, ignore if unused

6 лет назад
iopoll.c

tests: skip when large buf register fails

5 лет назад
lfs-openat-write.c

test: add potential argument, ignore if unused

6 лет назад
lfs-openat.c

test/lfs-open: less limited test_drained_files

6 лет назад
link-timeout.c

tests: fail early invalid linked setups

5 лет назад
link.c

tests: remove test_link_fail_ordering()

5 лет назад
link_drain.c

tests: file create/unlink cleanup

5 лет назад
madvise.c

Ignore spurious fadvise/madvise failures

5 лет назад
mkdir.c

test/mkdir: ignore run if argument given

5 лет назад
multicqes_drain.c

test: Fix build failure with gcc -O0

5 лет назад
nop-all-sizes.c

test/nop-all-sizes: exit ring for each loop

6 лет назад
nop.c

test: add potential argument, ignore if unused

6 лет назад
open-close.c

helpers: prefix any helper with t_ instead of io_uring_

5 лет назад
openat2.c

tests: use helpers for direct open/accept

5 лет назад
personality.c

test: add potential argument, ignore if unused

6 лет назад
pipe-eof.c

Add a test case for closed pipe terminating properly

6 лет назад
pipe-reuse.c

test/pipe-reuse: ignore short read

5 лет назад
poll-cancel-ton.c

test/poll*: use appropriately sized CQ ring

6 лет назад
poll-cancel.c

test: add potential argument, ignore if unused

6 лет назад
poll-link.c

Changes format string from %lld to %PRIu64 in several tests.

6 лет назад
poll-many.c

test/poll*: use appropriately sized CQ ring

6 лет назад
poll-mshot-update.c

liburing.h: add a multipoll helper

5 лет назад
poll-ring.c

Add circular poll ring test case

6 лет назад
poll-v-poll.c

test: Skip tests where the kernel lacks support

6 лет назад
poll.c

test: add potential argument, ignore if unused

6 лет назад
probe.c

helpers: prefix any helper with t_ instead of io_uring_

5 лет назад
read-write.c

tests: file create/unlink cleanup

5 лет назад
register-restrictions.c

test: don't expect links to be partially executed

5 лет назад
rename.c

test/rename: add failure case

6 лет назад
ring-leak.c

test/ring-leak: get rid of warning on unchecked read

5 лет назад
ring-leak2.c

Fix a bug due to the unreleased lock before function returns

5 лет назад
rsrc_tags.c

register: add tagging and buf update helpers

5 лет назад
runtests-loop.sh

test: Use an array instead of interpolating into a string via $@

5 лет назад
runtests.sh

test/runtests.sh: align at 55 wide

5 лет назад
rw_merge_test.c

test/rw_merge_test: code cleanups

5 лет назад
self.c

test/self: skip if argument passed in

6 лет назад
send_recv.c

test/send_recv: drop mutex on thread creation failure

5 лет назад
send_recvmsg.c

test/send_recvmsg: drop mutex on thread creation failure

5 лет назад
sendmsg_fs_cve.c

tests; skip non-root sendmsg_fs_cve

5 лет назад
shared-wq.c

test: add potential argument, ignore if unused

6 лет назад
short-read.c

helpers: prefix any helper with t_ instead of io_uring_

5 лет назад
shutdown.c

test: use random port in range for socket tests

5 лет назад
sigfd-deadlock.c

test/sigfd-deadlock: remove unneeded libaio.h include

6 лет назад
socket-rw-eagain.c

test/socket-rw*: don't fatally error on failure to bind

5 лет назад
socket-rw.c

test/socket-rw*: don't fatally error on failure to bind

5 лет назад
splice.c

helpers: prefix any helper with t_ instead of io_uring_

5 лет назад
sq-full-cpp.cc

Add a C++ unit test

6 лет назад
sq-full.c

test: add potential argument, ignore if unused

6 лет назад
sq-poll-dup.c

tests: file create/unlink cleanup

5 лет назад
sq-poll-kthread.c

tests: don't skip sqpoll needlessly

5 лет назад
sq-poll-share.c

tests: file create/unlink cleanup

5 лет назад
sq-space_left.c

test: add potential argument, ignore if unused

6 лет назад
sqpoll-cancel-hang.c

test/sqpoll-cancel-hang.c: fix test crash

5 лет назад
sqpoll-disable-exit.c

test: get rid of x86_64'isms in the test code

5 лет назад
sqpoll-exit-hang.c

Add test case for circular reference SQPOLL hang

6 лет назад
sqpoll-sleep.c

Add test case for SQPOLL going to sleep properly

6 лет назад
statx.c

helpers: prefix any helper with t_ instead of io_uring_

5 лет назад
stdout.c

helpers: prefix any helper with t_ instead of io_uring_

5 лет назад
submit-link-fail.c

test/submit-link-fail: fix unchecked write(2) return

5 лет назад
submit-reuse.c

tests: file create/unlink cleanup

5 лет назад
symlink.c

test/symlink: ignore run if agument given

5 лет назад
teardowns.c

test: get rid of x86_64'isms in the test code

5 лет назад
thread-exit.c

tests: file create/unlink cleanup

5 лет назад
timeout-new.c

test/timeout-new: Explicitly note that we are skipping the test

5 лет назад
timeout-overflow.c

test/timeout-overflow: don't run on newer kernels

6 лет назад
timeout.c

test/timeout: newer kernel require separate submit

5 лет назад
unlink.c

test/unlink: add failure case

6 лет назад
wakeup-hang.c

test: add missing SPDX identifiers

6 лет назад
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©