summaryrefslogtreecommitdiffstats
path: root/testsuites/ada (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ada: Check C and POSIX typesSebastian Huber2017-12-044-3/+187
| | | | Update #3256.
* ada/sp09: Fix timer server test caseSebastian Huber2017-12-041-1/+1
| | | | A priority of zero is valid for the timer server.
* ada/sp09: Fix region test casesSebastian Huber2017-12-042-16/+17
|
* ada: Fix work_space_size() test supportSebastian Huber2017-12-041-1/+2
|
* ada/tm04: Account for task delete behaviour changeSebastian Huber2017-12-041-0/+9
|
* ada/sp19: Add missing FP attributeSebastian Huber2017-12-021-2/+2
|
* ada/sp07: Fix uninitialized variableSebastian Huber2017-12-011-0/+2
| | | | | | Bug was introduced by d5154d0f6a04f3b7ed59d9a09038576fe2640756. Updates #2493.
* ada: Fix user extension supportSebastian Huber2017-12-011-2/+2
|
* ada: Use CONFIGURE_DISABLE_SMP_CONFIGURATIONSebastian Huber2017-12-011-0/+2
| | | | | | Most Ada tests fail otherwise. Update #3020.
* ada/tm20: Account for optional heap protectionSebastian Huber2017-12-011-3/+3
| | | | | Reduce size of the big allocation block to account for the optional heap protection (RTEMS_DEBUG).
* ada/spname01: Fix several issuesSebastian Huber2017-12-013-9/+9
|
* ada: Add standard test begin/end messageSebastian Huber2017-12-01144-144/+324
|
* ada: Delete superfluous CONFIGURE_SPTESTSebastian Huber2017-12-0124-48/+0
|
* ada/sp04: Fix clock getSebastian Huber2017-11-241-1/+1
| | | | Update #2676.
* tests: Use simple console driverSebastian Huber2017-11-0671-71/+71
| | | | | Update #3170. Update #3199.
* ada-tests: Move to testsuites/adaSebastian Huber2017-10-12506-0/+44876
This solves a build dependency issue, e.g. building tests before librtemsbsp.a exists. Close #3079.