From owner-cvs-all@FreeBSD.ORG Mon Dec 6 12:56:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2182E16A4CE; Mon, 6 Dec 2004 12:56:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F021143D5E; Mon, 6 Dec 2004 12:56:38 +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 iB6Cuc0A081189; Mon, 6 Dec 2004 12:56:38 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB6Cucwn081188; Mon, 6 Dec 2004 12:56:38 GMT (envelope-from rwatson) Message-Id: <200412061256.iB6Cucwn081188@repoman.freebsd.org> From: Robert Watson Date: Mon, 6 Dec 2004 12:56:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/regression/aio/aiotest Makefile aiotest.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Dec 2004 12:56:39 -0000 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)