summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/tc-signal-catch.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* validation: Improve generated test codeSebastian Huber2021-09-021-66/+84
| | | | | | | 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 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-62/+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-24/+6
|
* validation: Reduce source code/rodata sizeSebastian Huber2021-03-191-864/+262
| | | | | 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-5/+7
|
* rtems: Simplify rtems_signal_catch()Sebastian Huber2021-03-021-100/+549
| | | | | In uniprocessor configurations, we can simplify rtems_signal_catch(). Add a validation test for the SMP special case.
* validation: Format comment blocksSebastian Huber2021-03-021-53/+48
|
* validation: Add comments to signal testsSebastian Huber2021-03-011-0/+106
|
* validation: Add signal manager testsSebastian Huber2021-02-201-0/+1017
Update #4244.