Files
rtems/testsuites/psxtests/psxitimer/psxitimer.scn
Joel Sherrill 9bced10753 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.
2009-05-15 17:42:27 +00:00

14 lines
461 B
Plaintext

*** 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 ***