summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/tc-task-create-errors.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* validation: Reduce source code/rodata sizeSebastian Huber2021-03-191-2407/+181
| | | | | 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-303/+305
|
* validation: Use common wordingSebastian Huber2021-03-081-2/+3
|
* validation: Use common wordingSebastian Huber2021-03-051-2/+2
|
* validation: Format comment blocksSebastian Huber2021-03-021-22/+16
|
* validation: Add comments to task testsSebastian Huber2021-03-011-0/+108
|
* score: Fix _Stack_Extend_size()Sebastian Huber2021-03-011-0/+3180
Check for an integer overflow. Add a validation test for task create errors.