summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/tc-task-create-errors.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* validation: Derive names from item UIDsSebastian Huber2023-03-131-5/+4
| | | | | | | Use the item UID converted to CamelCase for Doxygen group names and testsuite names. Update #3716.
* validation: Test Task ManagerSebastian Huber2022-03-241-5/+5
| | | | | | | | | | | | 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: Improve generated test codeSebastian Huber2021-09-021-104/+111
| | | | | | | Move the transition map members of the test context to a dedicated structure. Move the transition variant pre-condition prepare, action, and post-condition checks to a separate function to reduce the indentation level and allow skipping of transition variants.
* validation: Fix handling of N/A pre-conditionsSebastian Huber2021-05-071-75/+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.
* 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.