summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/tc-barrier-create.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-3/+3
| | | | | | | Use the item UID converted to CamelCase for Doxygen group names and testsuite names. Update #3716.
* validation: Test Barrier ManagerSebastian Huber2022-03-241-1/+1
| | | | | | | | | | | | 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-62/+85
| | | | | | | 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: Add INVALID_ID to tx-support.hSebastian Huber2021-05-141-2/+0
|
* validation: Add support librarySebastian Huber2021-05-141-1/+1
| | | | | | Add a library for support functions used by validation tests. Rename tc-support.* to tx-support.* since this file does not contain test cases.
* validation: Fix handling of N/A pre-conditionsSebastian Huber2021-05-071-50/+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: Use support functionsSebastian Huber2021-03-231-26/+5
|
* validation: Reduce source code/rodata sizeSebastian Huber2021-03-191-473/+164
| | | | | 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-63/+64
|
* validation: Use common wordingSebastian Huber2021-03-051-1/+1
|
* validation: Format comment blocksSebastian Huber2021-03-021-17/+14
|
* validation: Add comments to barrier testsSebastian Huber2021-03-011-3/+83
| | | | Unify code sections across tests.
* validation: Add missing barrier create test caseSebastian Huber2021-02-241-56/+291
|
* validation: Tests for barrier managerSebastian Huber2021-02-081-0/+799