From b95e69d26c91e7205deba0edcbdcf335566ea5d5 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 19 Aug 2010 19:55:29 +0000 Subject: 2010-08-19 Joel Sherrill * psxenosys/init.c, psxenosys/psxenosys.scn: Update to reflect AIO submission. --- testsuites/psxtests/ChangeLog | 5 +++++ testsuites/psxtests/psxenosys/init.c | 18 +----------------- testsuites/psxtests/psxenosys/psxenosys.scn | 4 ---- 3 files changed, 6 insertions(+), 21 deletions(-) (limited to 'testsuites') diff --git a/testsuites/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog index 721cea2072..7a35c639df 100644 --- a/testsuites/psxtests/ChangeLog +++ b/testsuites/psxtests/ChangeLog @@ -1,3 +1,8 @@ +2010-08-19 Joel Sherrill + + * psxenosys/init.c, psxenosys/psxenosys.scn: Update to reflect AIO + submission. + 2010-08-19 Joel Sherrill * psxaio01/.cvsignore, psxaio02/.cvsignore: New files. diff --git a/testsuites/psxtests/psxenosys/init.c b/testsuites/psxtests/psxenosys/init.c index ab44ac8dd3..832056db50 100644 --- a/testsuites/psxtests/psxenosys/init.c +++ b/testsuites/psxtests/psxenosys/init.c @@ -1,5 +1,5 @@ /* - * COPYRIGHT (c) 1989-2009. + * COPYRIGHT (c) 1989-2010. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be @@ -52,26 +52,10 @@ void *POSIX_Init( puts( "\n\n*** POSIX TEST -- ENOSYS ***" ); - puts( "aio_read -- ENOSYS" ); - sc = aio_read( NULL ); - check_enosys( sc ); - - puts( "aio_write -- ENOSYS" ); - sc = aio_write( NULL ); - check_enosys( sc ); - puts( "lio_listio -- ENOSYS" ); sc = lio_listio( 0, NULL, 0, NULL ); check_enosys( sc ); - puts( "aio_error -- ENOSYS" ); - sc = aio_error( NULL ); - check_enosys( sc ); - - puts( "aio_return -- ENOSYS" ); - sc = aio_return( NULL ); - check_enosys( sc ); - puts( "aio_cancel -- ENOSYS" ); sc = aio_cancel( 0, NULL ); check_enosys( sc ); diff --git a/testsuites/psxtests/psxenosys/psxenosys.scn b/testsuites/psxtests/psxenosys/psxenosys.scn index d658e1683e..3bc79558cb 100644 --- a/testsuites/psxtests/psxenosys/psxenosys.scn +++ b/testsuites/psxtests/psxenosys/psxenosys.scn @@ -1,9 +1,5 @@ *** POSIX TEST -- ENOSYS *** -aio_read -- ENOSYS -aio_write -- ENOSYS lio_listio -- ENOSYS -aio_error -- ENOSYS -aio_return -- ENOSYS aio_cancel -- ENOSYS aio_suspend -- ENOSYS aio_fsync -- ENOSYS -- cgit v1.2.3