summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/ts-default.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* validation: Add test suitesSebastian Huber2022-03-241-28/+139
| | | | | | | | | | | | 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: Test rtems_interrupt_raise_on()Sebastian Huber2021-07-261-1/+11
| | | | Update #3269.
* score: Fix task stack initializationSebastian Huber2021-03-271-1/+2
| | | | | | | | | Do not adjust the stack area begin address since this may confuse the stack allocator and result in failed stack frees. Account for the alignment overhead in the stack space size estimate. Check that the stack size is in the expected interval.
* validation: Add Validation1 test suiteSebastian Huber2021-02-201-3/+1
| | | | Update #4244.
* Use CONFIGURE_INIT_TASK_CONSTRUCT_STORAGE_SIZESebastian Huber2020-11-261-69/+40
| | | | Update #4181.
* validation/ts-performance-0: Add test suiteSebastian Huber2020-11-191-0/+237
Share a default test suite with ts-validation-0.