source: rtems/testsuites/psxtests/psxclock/psxclock.scn @ 1e2d7510

4.104.115
Last change on this file since 1e2d7510 was 1e2d7510, checked in by Joel Sherrill <joel.sherrill@…>, on 09/14/09 at 00:15:55

2009-09-13 Joel Sherrill <joel.sherrill@…>

  • psxclock/init.c, psxclock/psxclock.scn, psxenosys/init.c, psxenosys/psxenosys.scn, psxsignal03/Makefile.am, psxsignal03/init.c, psxsignal04/Makefile.am: Move test cases which needed to be executed when POSIX is disabled to psxclock so they will be.
  • Property mode set to 100644
File size: 1.1 KB
Line 
1*** POSIX CLOCK TEST ***
2Init: clock_gettime - EINVAL (NULL timespec)
3Init: clock_gettime - EINVAL (invalid clockid)
4Init: clock_settime - EINVAL (invalid clockid)
5Thu Jan  1 00:00:01 1970
6Init: clock_settime - before 1988 EINVAL
7Init: clock_getres - EINVAL (invalid clockid)
8Init: clock_getres - EINVAL (NULL resolution)
9Init: clock_getres - SUCCESSFUL
10Init: resolution = sec (0), nsec (10000000)
11
12Fri May 24 11:05:00 1996
13Init: clock_settime - SUCCESSFUL
14Fri May 24 11:05:00 1996
15Fri May 24 11:05:00 1996
16Time since boot: (3, 10131000)
17Fri May 24 11:05:03 1996
18Fri May 24 11:05:03 1996
19Init: seconds remaining (0)
20
21Init: nanosleep - EINVAL (NULL time)
22Init: nanosleep - EINVAL (too many nanoseconds)
23Init: nanosleep - negative seconds small delay
24Init: nanosleep - yield with remaining
25Init: nanosleep - yield with NULL time remaining
26Init: nanosleep - 1.05 seconds
27Fri May 24 11:05:06 1996
28Init: sec (0), nsec (0) remaining
29Init: usleep - 1.35 seconds
30Fri May 24 11:05:07 1996
31clock_gettime - CLOCK_THREAD_CPUTIME -- ENOSYS
32clock_settime - CLOCK_PROCESS_CPUTIME -- ENOSYS
33clock_settime - CLOCK_THREAD_CPUTIME -- ENOSYS
34*** END OF POSIX CLOCK TEST ***
Note: See TracBrowser for help on using the repository browser.