source: rtems/testsuites/psxtests/psxenosys/psxenosys.scn @ 78e28597

4.104.115
Last change on this file since 78e28597 was 8571262, checked in by Joel Sherrill <joel.sherrill@…>, on 01/23/08 at 15:35:41

2008-01-23 Joel Sherrill <joel.sherrill@…>

  • psxenosys/init.c, psxenosys/psxenosys.scn: Add test for stub implementation mprotect().
  • Property mode set to 100644
File size: 827 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
32mprotect -- stub implementation - OK
33*** END OF POSIX TEST ENOSYS ***
Note: See TracBrowser for help on using the repository browser.