summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/ts-default.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.