summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/tc-task-construct-errors.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* validation: Reduce source code/rodata sizeSebastian Huber2021-03-191-3569/+204
| | | | | Use a common wording for the tests. Use the new templates for action requirements described in the RTEMS Software Engineering manual.
* validation: Task create/constructSebastian Huber2021-03-161-0/+1
| | | | | Run the task create/construct tests also on validation test suite 1 which has exactly one processor configured.
* validation: Improve wordingSebastian Huber2021-03-111-1/+1
|
* validation: Use common wordingSebastian Huber2021-03-111-399/+400
|
* validation: Use common wordingSebastian Huber2021-03-081-1/+2
|
* validation: Use common wordingSebastian Huber2021-03-051-2/+2
|
* validation: Format comment blocksSebastian Huber2021-03-021-14/+13
|
* validation: Add comments to task testsSebastian Huber2021-03-011-0/+123
|
* validation: Improve task construct error testsSebastian Huber2021-03-011-521/+1353
|
* score: Fix thread initializationSebastian Huber2021-02-261-850/+2101
| | | | | | | | Close the thread object if a thread create extension fails. Also call the delete extension to avoid resource leaks in early extensions if a late extension fails. Close #4270.
* validation: Tweak construct error testsSebastian Huber2021-02-081-107/+107
| | | | | 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-96/+96
| | | | | | Check the name followed by the id check in all create directives. Compare pointers against NULL. Fix formatting.
* validation: rtems_task_construct() errorsSebastian Huber2020-09-171-0/+2367
This is the first test case generated from a specification item in the rtems-central repository. Update #3959.