summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/tc-message-construct-errors.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.