summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxenosys
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-08-19 19:55:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-08-19 19:55:29 +0000
commitb95e69d26c91e7205deba0edcbdcf335566ea5d5 (patch)
tree1d77edbf2c0764baefe7783c2e0c2386f56acffa /testsuites/psxtests/psxenosys
parent2010-08-19 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-b95e69d26c91e7205deba0edcbdcf335566ea5d5.tar.bz2
2010-08-19 Joel Sherrill <joel.sherrilL@OARcorp.com>
* psxenosys/init.c, psxenosys/psxenosys.scn: Update to reflect AIO submission.
Diffstat (limited to 'testsuites/psxtests/psxenosys')
-rw-r--r--testsuites/psxtests/psxenosys/init.c18
-rw-r--r--testsuites/psxtests/psxenosys/psxenosys.scn4
2 files changed, 1 insertions, 21 deletions
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