summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/tc-message-construct-errors.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* validation: Test Message ManagerFrank Kühndel2022-03-241-932/+0
| | | | | | | | | | | | 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.
* validation: Add INVALID_ID to tx-support.hSebastian Huber2021-05-141-2/+2
|
* validation: Fix handling of N/A pre-conditionsSebastian Huber2021-05-071-89/+3
| | | | | | | In the action requirements, some pre-conditions are not applicable depending on the state of other pre-conditions. There is no particular order in the pre-conditions, so we have to check the N/A status individually.
* rtems: Check for NULL config in msgq constructSebastian Huber2021-04-231-110/+195
| | | | | | | Since there are already excessive NULL pointer checks in the Classic API, do this also in rtems_message_queue_construct(). Update #4007.
* validation: Reduce source code/rodata sizeSebastian Huber2021-03-191-1846/+179
| | | | | Use a common wording for the tests. Use the new templates for action requirements described in the RTEMS Software Engineering manual.
* validation: Improve wordingSebastian Huber2021-03-111-1/+1
|
* validation: Use common wordingSebastian Huber2021-03-111-303/+304
|
* validation: Use common wordingSebastian Huber2021-03-051-2/+2
|
* validation: Fix for 64-bit targetsSebastian Huber2021-03-041-1/+12
| | | | Closes #4179.
* validation: Format comment blocksSebastian Huber2021-03-021-16/+16
|
* validation: Add comments to message queue testsSebastian Huber2021-03-011-308/+1056
| | | | Split up post-condition.
* validation: Simplify message queue construct testsSebastian Huber2021-02-241-88/+52
|
* validation: Tweak construct error testsSebastian Huber2021-02-081-109/+109
| | | | | Unify the state names across tests and make sure the state names have a similar length.
* Improve file header comment in generated filesSebastian Huber2021-01-251-3/+7
|
* Improve automatically generated warningSebastian Huber2020-11-121-5/+4
|
* validation: Improve file header commentSebastian Huber2020-10-081-4/+9
|
* rtems: Canonicalize name and id checksSebastian Huber2020-10-011-72/+72
| | | | | | Check the name followed by the id check in all create directives. Compare pointers against NULL. Fix formatting.
* validation: Test rtems_message_queue_construct()Sebastian Huber2020-09-281-0/+1868
Update #4007.