summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/tc-barrier-create.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-20Update company nameSebastian Huber1-1/+1
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
2023-03-13validation: Derive names from item UIDsSebastian Huber1-3/+3
Use the item UID converted to CamelCase for Doxygen group names and testsuite names. Update #3716.
2022-03-24validation: Test Barrier ManagerSebastian Huber1-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.
2021-09-02validation: Improve generated test codeSebastian Huber1-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.
2021-05-14validation: Add INVALID_ID to tx-support.hSebastian Huber1-2/+0
2021-05-14validation: Add support librarySebastian Huber1-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.
2021-05-07validation: Fix handling of N/A pre-conditionsSebastian Huber1-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.
2021-03-23validation: Use support functionsSebastian Huber1-26/+5
2021-03-19validation: Reduce source code/rodata sizeSebastian Huber1-473/+164
Use a common wording for the tests. Use the new templates for action requirements described in the RTEMS Software Engineering manual.
2021-03-11validation: Improve wordingSebastian Huber1-1/+1
2021-03-11validation: Use common wordingSebastian Huber1-63/+64
2021-03-05validation: Use common wordingSebastian Huber1-1/+1
2021-03-02validation: Format comment blocksSebastian Huber1-17/+14
2021-03-01validation: Add comments to barrier testsSebastian Huber1-3/+83
Unify code sections across tests.
2021-02-24validation: Add missing barrier create test caseSebastian Huber1-56/+291
2021-02-08validation: Tests for barrier managerSebastian Huber1-0/+799