summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spsem_err01/spsem_err01.scn (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rtems: Remove RTEMS_MP_NOT_CONFIGURED errorSebastian Huber2020-06-181-1/+0
| | | | | | | | | | | | | | 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.
* Fix semaphore post overflow statusSebastian Huber2016-05-261-2/+5
| | | | Close #2720.
* sptests: split sp09 screen 5,6 into spsem_err01, spsem_err02, and sptask_err01.Bjorn Larsson2014-03-281-0/+19
sp09 screen 5 split into spsem_err01, sp09 screen 6 split into spsem_err02, and sptask_err01.