summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxtimer02/psxtimer02.scn
blob: 71638aa413ffc7ba6053d977e46363f0cb65945e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
*** 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
timer_create (monotonic) - bad timer id pointer - EINVAL
timer_create (monotonic) - OK
timer_create (monotonic) - too many - EAGAIN
timer_settime (monotonic) - bad itimer value - previous time - EINVAL
timer_settime (monotonic) - bad id - EINVAL
*** END OF POSIX Timers Test 02 ***