summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxclock/psxclock.scn
blob: 1a01703f619e5ede681a607ce2f34e52868e392a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
*** POSIX CLOCK TEST ***
Init: clock_gettime - EINVAL (NULL timespec)
Init: clock_gettime - EINVAL (invalid clockid)
Init: clock_settime - EINVAL (invalid clockid)
Thu Jan  1 00:00:01 1970
Init: clock_settime - before 1988 EINVAL
Init: clock_getres - EINVAL (invalid clockid)
Init: clock_getres - EINVAL (NULL resolution)
Init: clock_getres - SUCCESSFUL
Init: resolution = sec (0), nsec (10000000)

Fri May 24 11:05:00 1996
Init: clock_settime - SUCCESSFUL
Fri May 24 11:05:00 1996
Fri May 24 11:05:00 1996
Time since boot: (3, 10131000)
Fri May 24 11:05:03 1996
Fri May 24 11:05:03 1996
Init: seconds remaining (0)

Init: nanosleep - EINVAL (NULL time)
Init: nanosleep - EINVAL (too many nanoseconds)
Init: nanosleep - negative seconds - EINVAL
Init: nanosleep - negative nanoseconds - EINVAL
Init: nanosleep - delay so small results in one tick
Init: nanosleep - yield with remaining
Init: nanosleep - yield with NULL time remaining
Init: nanosleep - 1.05 seconds
Fri May 24 11:05:06 1996
Init: sec (0), nsec (0) remaining
Init: nanosleep - 1.35 seconds
Fri May 24 11:05:07 1996
clock_gettime - CLOCK_THREAD_CPUTIME_ID -- ENOSYS
clock_settime - CLOCK_PROCESS_CPUTIME_ID -- ENOSYS
clock_settime - CLOCK_THREAD_CPUTIME_ID -- ENOSYS
*** END OF POSIX CLOCK TEST ***