Date: Mon, 6 Dec 2004 12:56:38 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/regression/aio/aiotest Makefile aiotest.c Message-ID: <200412061256.iB6Cucwn081188@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2004-12-06 12:56:38 UTC FreeBSD src repository Added files: tools/regression/aio/aiotest Makefile aiotest.c Log: 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 Revision Changes Path 1.1 +9 -0 src/tools/regression/aio/aiotest/Makefile (new) 1.1 +693 -0 src/tools/regression/aio/aiotest/aiotest.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412061256.iB6Cucwn081188>