source: rtems/testsuites/psxtests/psx01/psx01.scn @ e9067989

4.104.114.84.95
Last change on this file since e9067989 was e9067989, checked in by Joel Sherrill <joel.sherrill@…>, on 12/13/99 at 14:50:09

Corrected order of output.

  • Property mode set to 100644
File size: 1.8 KB
Line 
1*** POSIX TEST 1 ***
2Init: uname - EFAULT (invalid uts pointer argument)
3Init: uts.sysname: RTEMS
4Init: uts.nodename: Node 1
5Init: uts.release: rtems-19991105
6Init: uts.version:
7Init: uts.machine: SPARC/erc32
8
9Init: clock_gettime - EINVAL (invalid clockid)
10Init: clock_settime - EINVAL (invalid clockid)
11Init: clock_getres - EINVAL (invalid clockid)
12Init: clock_getres - EINVAL (NULL resolution)
13Init: clock_getres - SUCCESSFUL
14Init: resolution = sec (100), nsec (0)
15 
16Fri May 24 11:05:00 1996
17Init: clock_settime - SUCCESSFUL
18Fri May 24 11:05:00 1996
19Fri May 24 11:05:00 1996
20Fri May 24 11:05:03 1996
21Fri May 24 11:05:03 1996
22Init: seconds remaining (0)
23 
24Init: nanosleep - EINVAL (NULL time)
25Init: nanosleep - EINVAL (too many nanoseconds)
26Init: nanosleep - negative seconds small delay
27Init: nanosleep - yield
28Init: nanosleep - 3.05 seconds
29Fri May 24 11:05:06 1996
30Init: sec (0), nsec (0) remaining
31Init: ID is 0x0c010001
32Init: sched_get_priority_min (SCHED_FIFO) -- 1
33Init: sched_get_priority_min -- EINVAL (invalid policy)
34Init: sched_get_priority_max (SCHED_FIFO) -- 254
35Init: sched_get_priority_min -- EINVAL (invalid policy)
36Init: Round Robin quantum is 0 seconds, 500000000 nanoseconds
37Init: pthread_create - SUCCESSFUL
38Init: pthread_create - EAGAIN (too many threads)
39Init: sched_yield to Task_1
40Task_1: sched_yield to Init
41Init: pthread_exit
42 
43Task_1: ID is 0x0c010002
44Task_1: pthread_equal - match case passed
45Task_1: pthread_equal - different case passed
46Task_1: pthread_equal - first id bad
47Task_1: pthread_equal - second id bad
48Task_1: pthread_once - EINVAL (NULL once_control)
49Task_1: pthread_once - EINVAL (NULL init_routine)
50Task_1: pthread_once - SUCCESSFUL (init_routine executes)
51Test_init_routine: invoked
52Task_1: pthread_once - SUCCESSFUL (init_routine does not execute)
53*** END OF POSIX TEST 1 ***
Note: See TracBrowser for help on using the repository browser.