source: rtems/testsuites/sptests/sptask_err03/sptask_err03.scn @ 46c23871

5
Last change on this file since 46c23871 was 46c23871, checked in by Sebastian Huber <sebastian.huber@…>, on 06/16/20 at 05:28:58

rtems: Remove RTEMS_MP_NOT_CONFIGURED error

Some objects can be created with a local or global scope in a
multiprocessing network. In non-multiprocessing configurations setting
the scope to local or global had no effect since such a system can be
viewed as a multiprocessing network with just one node. One and all
nodes is the same in such a network. However, if multiprocessing was
configured, creation of a global object in a single node network
resulted in an RTEMS_MP_NOT_CONFIGURED error. Remove this error
condition for symmetry to the non-multiprocessing setup. This is in line
with the task affinity behaviour in SMP systems.

Update #4005.

  • Property mode set to 100644
File size: 891 bytes
Line 
1*** TEST TASK ERROR 03 ***
2TA1 - rtems_task_create - RTEMS_INVALID_NAME
3TA1 - rtems_task_create - RTEMS_INVALID_ADDRESS
4TA1 - rtems_task_create - stack size - RTEMS_UNSATISFIED  -- SKIPPED
5TA1 - rtems_task_create - TA2 created - RTEMS_SUCCESSFUL
6TA1 - rtems_task_suspend - suspend TA2 - RTEMS_SUCCESSFUL
7TA1 - rtems_task_suspend - suspend TA2 - RTEMS_ALREADY_SUSPENDED
8TA1 - rtems_task_resume - TA2 resumed - RTEMS_SUCCESSFUL
9TA1 - rtems_task_create - TA3 created - RTEMS_SUCCESSFUL
10TA1 - rtems_task_create - 5 created - RTEMS_SUCCESSFUL
11TA1 - rtems_task_create - 6 created - RTEMS_SUCCESSFUL
12TA1 - rtems_task_create - 7 created - RTEMS_SUCCESSFUL
13TA1 - rtems_task_create - 8 created - RTEMS_SUCCESSFUL
14TA1 - rtems_task_create - 9 created - RTEMS_SUCCESSFUL
15TA1 - rtems_task_create - 10 created - RTEMS_SUCCESSFUL
16TA1 - rtems_task_create - 11 - RTEMS_TOO_MANY
17*** END TEST TASK ERROR 03 ***
Note: See TracBrowser for help on using the repository browser.