summaryrefslogblamecommitdiffstats
path: root/testsuites/psxtests/psxenosys/psxenosys.doc
blob: 55c1f394cff1c153ae7f6554aafdb4e628e7034e (plain) (tree)
1
2
3
4
5
6




                                                          
                                        


















                                                                        
























                                                                           
#  COPYRIGHT (c) 1989-2009.
#  On-Line Applications Research Corporation (OAR).
#
#  The license and distribution terms for this file may be
#  found in the file LICENSE in this distribution or at
#  http://www.rtems.org/license/LICENSE.
#

This file describes the directives and concepts tested by this test set.

test set name:  psxenosys

directives:

  aio_read
  aio_write
  lio_listio
  aio_error
  aio_return
  aio_cancel
  aio_suspend
  aio_fsync
  clock_getcpuclockid
  clock_getenable_attr
  clock_setenable_attr
  execl
  execle
  execlp
  execv
  execve
  execvp
  fork
  pthread_atfork
  pthread_getcpuclockid
  sched_setparam
  sched_getparam
  sched_setscheduler
  sched_getscheduler
  wait
  waitpid
  mprotect
  vfork

concepts:

+ Ensure that various routines which RTEMS provides but returns -1 and sets
  errno as ENOSYS behave as expected.

+ Ensure that the stub implementations of mprotect() and vfork() operate
  as expected.