source: rtems/testsuites/psxtests/psx01/psx01.scn @ 88271c33

4.104.115
Last change on this file since 88271c33 was 88271c33, checked in by Joel Sherrill <joel.sherrill@…>, on 09/13/09 at 20:36:36

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

  • Makefile.am, configure.ac, psx01/init.c, psx01/psx01.scn: Add new test to exercise clock and delay services enabled when POSIX threads are disabled. This is split from psx01. POSIX test suite now enabled when POSIX threads are disabled so only enable tests which are appropriate.
  • psxclock/.cvsignore, psxclock/Makefile.am, psxclock/init.c, psxclock/psxclock.doc, psxclock/psxclock.scn: New files.
  • Property mode set to 100644
File size: 1.2 KB
Line 
1
2
3*** POSIX TEST 1 ***
4Init: uname - EFAULT (invalid uts pointer argument)
5Init: uts.sysname: RTEMS
6Init: uts.nodename: Node 1
7Init: uts.release: 4.9.99.0
8Init: uts.version:
9Init: uts.machine: ARM/ARMv4T
10
11Init: ID is 0x0b010001
12Init: sched_get_priority_min (SCHED_FIFO) -- 1
13Init: sched_get_priority_min -- EINVAL (invalid policy)
14Init: sched_get_priority_max (SCHED_FIFO) -- 254
15Init: sched_get_priority_max -- EINVAL (invalid policy)
16Init: sched_rr_get_interval -- ESRCH (invalid PID)
17Init: sched_rr_get_interval -- EINVAL (invalid interval pointer)
18Init: Round Robin quantum is 0 seconds, 500000000 nanoseconds
19Init: pthread_create - SUCCESSFUL
20Init: pthread_create - EAGAIN (too many threads)
21Init: sched_yield to Task_1
22Task_1: sched_yield to Init
23Init: pthread_exit
24
25Task_1: ID is 0x0b010002
26Task_1: pthread_equal - match case passed
27Task_1: pthread_equal - different case passed
28Task_1: pthread_equal - first id bad
29Task_1: pthread_equal - second id bad
30Task_1: pthread_once - EINVAL (NULL once_control)
31Task_1: pthread_once - EINVAL (NULL init_routine)
32Task_1: pthread_once - SUCCESSFUL (init_routine executes)
33Test_init_routine: invoked
34Task_1: pthread_once - SUCCESSFUL (init_routine does not execute)
35*** END OF POSIX TEST 1 ***
Note: See TracBrowser for help on using the repository browser.