summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/tc-task-create-errors.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-03-19validation: Reduce source code/rodata sizeSebastian Huber1-2407/+181
Use a common wording for the tests. Use the new templates for action requirements described in the RTEMS Software Engineering manual.
2021-03-16validation: Task create/constructSebastian Huber1-0/+1
Run the task create/construct tests also on validation test suite 1 which has exactly one processor configured.
2021-03-11validation: Improve wordingSebastian Huber1-1/+1
2021-03-11validation: Use common wordingSebastian Huber1-303/+305
2021-03-08validation: Use common wordingSebastian Huber1-2/+3
2021-03-05validation: Use common wordingSebastian Huber1-2/+2
2021-03-02validation: Format comment blocksSebastian Huber1-22/+16
2021-03-01validation: Add comments to task testsSebastian Huber1-0/+108
2021-03-01score: Fix _Stack_Extend_size()Sebastian Huber1-0/+3180
Check for an integer overflow. Add a validation test for task create errors.