summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxenosys/psxenosys.doc
blob: 55c1f394cff1c153ae7f6554aafdb4e628e7034e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#  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.