source: rtems/testsuites/psxtests/psxenosys/psxenosys.scn @ 8fe6d533

4.104.114.95
Last change on this file since 8fe6d533 was 8728969, checked in by Joel Sherrill <joel.sherrill@…>, on 12/13/07 at 16:56:21

2007-12-13 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac: New test to cover all RTEMS POSIX functions that return ENOSYS.
  • psxenosys/.cvsignore, psxenosys/Makefile.am, psxenosys/init.c, psxenosys/psxenosys.scn, psxenosys/system.h: New files.
  • Property mode set to 100644
File size: 790 bytes
Line 
1*** POSIX TEST -- ENOSYS ***
2aio_read -- ENOSYS
3aio_write -- ENOSYS
4lio_listio -- ENOSYS
5aio_error -- ENOSYS
6aio_return -- ENOSYS
7aio_cancel -- ENOSYS
8aio_suspend -- ENOSYS
9aio_fsync -- ENOSYS
10clock_getcpuclockid -- ENOSYS
11clock_getenable_attr -- ENOSYS
12clock_setenable_attr -- ENOSYS
13clock_gettime - CLOCK_THREAD_CPUTIME -- ENOSYS
14clock_settime - CLOCK_PROCESS_CPUTIME -- ENOSYS
15clock_settime - CLOCK_THREAD_CPUTIME -- ENOSYS
16devctl -- ENOSYS
17execl -- ENOSYS
18execle -- ENOSYS
19execlp -- ENOSYS
20execv -- ENOSYS
21execve -- ENOSYS
22execvp -- ENOSYS
23fork -- ENOSYS
24pthread_atfork -- ENOSYS
25pthread_getcpuclockid -- ENOSYS
26sched_setparam -- ENOSYS
27sched_getparam -- ENOSYS
28sched_setscheduler -- ENOSYS
29sched_getscheduler -- ENOSYS
30wait -- ENOSYS
31waitpid -- ENOSYS
32*** END OF POSIX TEST ENOSYS ***
Note: See TracBrowser for help on using the repository browser.