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