summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxenosys
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxenosys')
-rw-r--r--testsuites/psxtests/psxenosys/init.c8
-rw-r--r--testsuites/psxtests/psxenosys/psxenosys.scn2
2 files changed, 0 insertions, 10 deletions
diff --git a/testsuites/psxtests/psxenosys/init.c b/testsuites/psxtests/psxenosys/init.c
index 832056db50..76ecf00c0f 100644
--- a/testsuites/psxtests/psxenosys/init.c
+++ b/testsuites/psxtests/psxenosys/init.c
@@ -56,18 +56,10 @@ void *POSIX_Init(
sc = lio_listio( 0, NULL, 0, NULL );
check_enosys( sc );
- puts( "aio_cancel -- ENOSYS" );
- sc = aio_cancel( 0, NULL );
- check_enosys( sc );
-
puts( "aio_suspend -- ENOSYS" );
sc = aio_suspend( NULL, 0, NULL );
check_enosys( sc );
- puts( "aio_fsync -- ENOSYS" );
- sc = aio_fsync( 0, NULL );
- check_enosys( sc );
-
puts( "clock_getcpuclockid -- ENOSYS" );
sc = clock_getcpuclockid( 0, NULL );
check_enosys( sc );
diff --git a/testsuites/psxtests/psxenosys/psxenosys.scn b/testsuites/psxtests/psxenosys/psxenosys.scn
index 3bc79558cb..cfb0fcb22f 100644
--- a/testsuites/psxtests/psxenosys/psxenosys.scn
+++ b/testsuites/psxtests/psxenosys/psxenosys.scn
@@ -1,8 +1,6 @@
*** POSIX TEST -- ENOSYS ***
lio_listio -- ENOSYS
-aio_cancel -- ENOSYS
aio_suspend -- ENOSYS
-aio_fsync -- ENOSYS
clock_getcpuclockid -- ENOSYS
clock_getenable_attr -- ENOSYS
clock_setenable_attr -- ENOSYS