forked from Imagelibrary/rtems
* Makefile.am, configure.ac: Rename psxtimer to psxtimer01 to indicate addition of second POSIX Timer test. Add initial version of psxtimer02 to cover some conditions missed in psxtimer01. More cases left to add. * psxtimer01/.cvsignore, psxtimer01/Makefile.am, psxtimer01/psxtimer.c, psxtimer01/psxtimer01.scn, psxtimer01/system.h, psxtimer02/.cvsignore, psxtimer02/Makefile.am, psxtimer02/psxtimer.c, psxtimer02/psxtimer02.scn, psxtimer02/system.h: New files. * psxtimer/.cvsignore, psxtimer/Makefile.am, psxtimer/psxtimer.c, psxtimer/psxtimer.scn, psxtimer/system.h: Removed.
17 lines
594 B
Plaintext
17 lines
594 B
Plaintext
*** POSIX Timers Test 02 ***
|
|
timer_create - bad clock id - EINVAL
|
|
timer_create - bad timer id pointer - EINVAL
|
|
timer_create - OK
|
|
timer_create - too many - EAGAIN
|
|
timer_delete - bad id - EINVAL
|
|
timer_getoverrun - bad id - EINVAL
|
|
timer_gettime - bad itimer - EINVAL
|
|
timer_gettime - bad id - EINVAL
|
|
timer_settime - bad itimer pointer - EINVAL
|
|
timer_settime - bad itimer value - too many nanosecond - EINVAL
|
|
timer_settime - bad itimer value - negative nanosecond - EINVAL
|
|
timer_settime - bad clock value - EINVAL
|
|
timer_delete - OK
|
|
timer_delete - bad id - EINVAL
|
|
*** END OF POSIX Timers Test 02 ***
|