Date: Sun, 13 Feb 2005 18:38:51 +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: <200502131838.j1DIcp1K020812@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2005-02-13 18:38:51 UTC FreeBSD src repository Added files: (Branch: RELENG_5) tools/regression/aio/aiotest Makefile aiotest.c Log: Merge aiotest regression test from HEAD to RELENG_5: merge through Makefile:1.1 and aiotest.c:1.2: 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.2.2.1 +9 -0 src/tools/regression/aio/aiotest/Makefile (new) 1.2.2.1 +697 -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?200502131838.j1DIcp1K020812>