summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/tc-barrier-create.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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