source: rtems/c/src/tests/psxtests/psx01/psx01.scn @ fae441b

4.104.114.84.95
Last change on this file since fae441b was fae441b, checked in by Jennifer Averett <Jennifer.Averett@…>, on 12/03/98 at 22:41:20

Updated scn files to match present expected test output.

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