forked from Imagelibrary/rtems
* 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.
14 lines
461 B
Plaintext
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 ***
|