summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/tr-mtx-seize-wait.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* validation: Fix typoSebastian Huber2024-04-171-1/+1
|
* validation: Add nested test case remarksSebastian Huber2023-11-281-0/+6
| | | | Close #4971.
* validation: Improve MrsP validationSebastian Huber2023-11-231-1/+8
| | | | | | | | | | For uniprocessor configurations, the selection of RTEMS_MULTIPROCESSOR_RESOURCE_SHARING results in a priority ceiling mutex. Build the MrsP validation tests only if RTEMS_SMP is enabled. Update #3716.
* testsuites: Remove stray ';'Sebastian Huber2023-07-211-5/+5
|
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* validation: Derive names from item UIDsSebastian Huber2023-03-131-3/+3
| | | | | | | Use the item UID converted to CamelCase for Doxygen group names and testsuite names. Update #3716.
* validation: Test mutex operationsSebastian Huber2022-03-241-0/+1139
The test source code is generated from specification items by the "./spec2modules.py" script contained in the git://git.rtems.org/rtems-central.git Git repository. Please read the "How-To" section in the "Software Requirements Engineering" chapter of the RTEMS Software Engineering manual to get more information about the process. Update #3716.