summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxitimer/psxitimer.scn
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-15 17:42:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-15 17:42:27 +0000
commit9bced107535bc581c2d8d34f158e99c7e9eeb0c0 (patch)
tree66682dfa5ed282f8f0e5cc74df1a1030bd4ddebf /testsuites/psxtests/psxitimer/psxitimer.scn
parent2009-05-15 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-9bced107535bc581c2d8d34f158e99c7e9eeb0c0.tar.bz2
2009-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, configure.ac: Add new test to provide coverage analysis of the current implementation of getitimer() and setitimer(). * psxitimer/.cvsignore, psxitimer/Makefile.am, psxitimer/init.c, psxitimer/psxitimer.scn: New files.
Diffstat (limited to 'testsuites/psxtests/psxitimer/psxitimer.scn')
-rw-r--r--testsuites/psxtests/psxitimer/psxitimer.scn13
1 files changed, 13 insertions, 0 deletions
diff --git a/testsuites/psxtests/psxitimer/psxitimer.scn b/testsuites/psxtests/psxitimer/psxitimer.scn
new file mode 100644
index 0000000000..1c80877e1b
--- /dev/null
+++ b/testsuites/psxtests/psxitimer/psxitimer.scn
@@ -0,0 +1,13 @@
+*** POSIX TEST ITIMER ***
+getitimer -- bad which - EINVAL
+getitimer -- NULL pointer - EFAULT
+getitimer -- ITIMER_REAL - ENOSYS
+getitimer -- ITIMER_VIRTUAL - ENOSYS
+getitimer -- ITIMER_PROF - ENOSYS
+setitimer -- bad which - EINVAL
+setitimer -- NULL value pointer - EFAULT
+setitimer -- NULL value pointer - EFAULT
+setitimer -- ITIMER_REAL - ENOSYS
+setitimer -- ITIMER_VIRTUAL - ENOSYS
+setitimer -- ITIMER_PROF - ENOSYS
+*** END OF POSIX TEST ITIMER ***