]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a basic aio functionality regression test, which simply writes and
authorrwatson <rwatson@FreeBSD.org>
Mon, 6 Dec 2004 12:56:38 +0000 (12:56 +0000)
committerrwatson <rwatson@FreeBSD.org>
Mon, 6 Dec 2004 12:56:38 +0000 (12:56 +0000)
commit8bd5ca585468ce0f39ada54b3a5d355fdfe165eb
tree9b53cd1bccd0d9284370645ccae2fa1adadbb46c
parente1b20748c2a27ae72804ea40972c751554b9ef10
Add a basic aio functionality regression test, which simply writes and
then reads from a fairly broad range of object types: regular file,
fifo, UNIX socketpair, pty, UNIX pipe, and an md device.  Not a deep
test of functionality, just a basic test that aio_write followed by
aio_read returns the correct data in a relatively timely manner.

Requested by: phk
tools/regression/aio/aiotest/Makefile [new file with mode: 0644]
tools/regression/aio/aiotest/aiotest.c [new file with mode: 0644]