summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxenosys
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-14 00:15:55 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-14 00:15:55 +0000
commit1e2d7510363b4099315c9ec0dd541bf3c3764297 (patch)
tree30269ecd6127c9b7837b6bec5795aec9d1c22fa0 /testsuites/psxtests/psxenosys
parent2009-09-13 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-1e2d7510363b4099315c9ec0dd541bf3c3764297.tar.bz2
2009-09-13 Joel Sherrill <joel.sherrill@oarcorp.com>
* 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.
Diffstat (limited to 'testsuites/psxtests/psxenosys')
-rw-r--r--testsuites/psxtests/psxenosys/init.c27
-rw-r--r--testsuites/psxtests/psxenosys/psxenosys.scn3
2 files changed, 0 insertions, 30 deletions
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