summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxenosys/psxenosys.scn
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-13 16:56:21 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-13 16:56:21 +0000
commit8728969392fb21acd6c4d5918a05894b87f323b6 (patch)
tree54baf3e23fc60f064fbd2573df24c637e5855640 /testsuites/psxtests/psxenosys/psxenosys.scn
parent2007-12-13 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-8728969392fb21acd6c4d5918a05894b87f323b6.tar.bz2
2007-12-13 Joel Sherrill <joel.sherrill@OARcorp.com>
* 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.
Diffstat (limited to 'testsuites/psxtests/psxenosys/psxenosys.scn')
-rw-r--r--testsuites/psxtests/psxenosys/psxenosys.scn32
1 files changed, 32 insertions, 0 deletions
diff --git a/testsuites/psxtests/psxenosys/psxenosys.scn b/testsuites/psxtests/psxenosys/psxenosys.scn
new file mode 100644
index 0000000000..1c9b8b17eb
--- /dev/null
+++ b/testsuites/psxtests/psxenosys/psxenosys.scn
@@ -0,0 +1,32 @@
+*** POSIX TEST -- ENOSYS ***
+aio_read -- ENOSYS
+aio_write -- ENOSYS
+lio_listio -- ENOSYS
+aio_error -- ENOSYS
+aio_return -- ENOSYS
+aio_cancel -- ENOSYS
+aio_suspend -- ENOSYS
+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
+execlp -- ENOSYS
+execv -- ENOSYS
+execve -- ENOSYS
+execvp -- ENOSYS
+fork -- ENOSYS
+pthread_atfork -- ENOSYS
+pthread_getcpuclockid -- ENOSYS
+sched_setparam -- ENOSYS
+sched_getparam -- ENOSYS
+sched_setscheduler -- ENOSYS
+sched_getscheduler -- ENOSYS
+wait -- ENOSYS
+waitpid -- ENOSYS
+*** END OF POSIX TEST ENOSYS ***