source: rtems/testsuites/psxtests/psxitimer/psxitimer.scn @ 9a4eca5

5
Last change on this file since 9a4eca5 was 9bced10, checked in by Joel Sherrill <joel.sherrill@…>, on 05/15/09 at 17:42:27

2009-05-15 Joel Sherrill <joel.sherrill@…>

  • 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.
  • Property mode set to 100644
File size: 461 bytes
Line 
1*** POSIX TEST ITIMER ***
2getitimer -- bad which - EINVAL
3getitimer -- NULL pointer - EFAULT
4getitimer -- ITIMER_REAL - ENOSYS
5getitimer -- ITIMER_VIRTUAL - ENOSYS
6getitimer -- ITIMER_PROF - ENOSYS
7setitimer -- bad which - EINVAL
8setitimer -- NULL value pointer - EFAULT
9setitimer -- NULL value pointer - EFAULT
10setitimer -- ITIMER_REAL - ENOSYS
11setitimer -- ITIMER_VIRTUAL - ENOSYS
12setitimer -- ITIMER_PROF - ENOSYS
13*** END OF POSIX TEST ITIMER ***
Note: See TracBrowser for help on using the repository browser.