Sebastian Huber
9f727f9379
validation: Fix handling of N/A pre-conditions
...
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-05-07 07:44:07 +02:00
Sebastian Huber
fa1e7ea054
validation: Reduce source code/rodata size
...
Use a common wording for the tests. Use the new templates for action
requirements described in the RTEMS Software Engineering manual.
2021-03-19 16:55:48 +01:00
Sebastian Huber
5babc54d8d
validation: Task create/construct
...
Run the task create/construct tests also on validation test suite 1
which has exactly one processor configured.
2021-03-16 12:47:52 +01:00
Sebastian Huber
586e06ec62
validation: Improve wording
2021-03-11 21:59:52 +01:00
Sebastian Huber
bfd1b6eef3
validation: Use common wording
2021-03-11 07:58:19 +01:00
Sebastian Huber
e76470dfa7
validation: Use common wording
2021-03-08 11:04:55 +01:00
Sebastian Huber
1ce127e9df
validation: Use common wording
2021-03-05 21:19:54 +01:00
Sebastian Huber
c0c4b8b8b5
validation: Format comment blocks
2021-03-02 07:56:15 +01:00
Sebastian Huber
2ad03ded38
validation: Add comments to task tests
2021-03-01 10:12:26 +01:00
Sebastian Huber
08cbd4ba20
score: Fix _Stack_Extend_size()
...
Check for an integer overflow. Add a validation test for task create
errors.
2021-03-01 07:18:14 +01:00