From owner-cvs-src@FreeBSD.ORG Sun Feb 13 18:38:53 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28E8516A518; Sun, 13 Feb 2005 18:38:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3AFF43D46; Sun, 13 Feb 2005 18:38:51 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j1DIcpdn020813; Sun, 13 Feb 2005 18:38:51 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1DIcp1K020812; Sun, 13 Feb 2005 18:38:51 GMT (envelope-from rwatson) Message-Id: <200502131838.j1DIcp1K020812@repoman.freebsd.org> From: Robert Watson Date: Sun, 13 Feb 2005 18:38:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/tools/regression/aio/aiotest Makefile aiotest.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Feb 2005 18:38:53 -0000 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)