From 1e2d7510363b4099315c9ec0dd541bf3c3764297 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 14 Sep 2009 00:15:55 +0000 Subject: 2009-09-13 Joel Sherrill * psxclock/init.c, psxclock/psxclock.scn, psxenosys/init.c, psxenosys/psxenosys.scn, psxsignal03/Makefile.am, psxsignal03/init.c, psxsignal04/Makefile.am: Move test cases which needed to be executed when POSIX is disabled to psxclock so they will be. --- testsuites/psxtests/psxenosys/init.c | 27 --------------------------- testsuites/psxtests/psxenosys/psxenosys.scn | 3 --- 2 files changed, 30 deletions(-) (limited to 'testsuites/psxtests/psxenosys') diff --git a/testsuites/psxtests/psxenosys/init.c b/testsuites/psxtests/psxenosys/init.c index c20ac146e2..500e003c3c 100644 --- a/testsuites/psxtests/psxenosys/init.c +++ b/testsuites/psxtests/psxenosys/init.c @@ -82,33 +82,6 @@ void *POSIX_Init( sc = clock_setenable_attr( 0, 0 ); check_enosys( sc ); - puts( "clock_gettime - CLOCK_THREAD_CPUTIME -- ENOSYS" ); - #if defined(_POSIX_THREAD_CPUTIME) - { - struct timespec tp; - sc = clock_gettime( CLOCK_THREAD_CPUTIME, &tp ); - check_enosys( sc ); - } - #endif - - puts( "clock_settime - CLOCK_PROCESS_CPUTIME -- ENOSYS" ); - #if defined(_POSIX_CPUTIME) - { - struct timespec tp; - sc = clock_settime( CLOCK_PROCESS_CPUTIME, &tp ); - check_enosys( sc ); - } - #endif - - puts( "clock_settime - CLOCK_THREAD_CPUTIME -- ENOSYS" ); - #if defined(_POSIX_THREAD_CPUTIME) - { - struct timespec tp; - sc = clock_settime( CLOCK_THREAD_CPUTIME, &tp ); - check_enosys( sc ); - } - #endif - puts( "devctl -- ENOSYS" ); sc = devctl( 0, NULL, 0, NULL ); check_enosys( sc ); diff --git a/testsuites/psxtests/psxenosys/psxenosys.scn b/testsuites/psxtests/psxenosys/psxenosys.scn index 76aa946761..d658e1683e 100644 --- a/testsuites/psxtests/psxenosys/psxenosys.scn +++ b/testsuites/psxtests/psxenosys/psxenosys.scn @@ -10,9 +10,6 @@ aio_fsync -- ENOSYS clock_getcpuclockid -- ENOSYS clock_getenable_attr -- ENOSYS clock_setenable_attr -- ENOSYS -clock_gettime - CLOCK_THREAD_CPUTIME -- ENOSYS -clock_settime - CLOCK_PROCESS_CPUTIME -- ENOSYS -clock_settime - CLOCK_THREAD_CPUTIME -- ENOSYS devctl -- ENOSYS execl -- ENOSYS execle -- ENOSYS -- cgit v1.2.3