summaryrefslogtreecommitdiff
path: root/testsuites/ada (follow)
AgeCommit message (Collapse)Author
2017-12-04ada: Check C and POSIX typesSebastian Huber
Update #3256.
2017-12-04ada/sp09: Fix timer server test caseSebastian Huber
A priority of zero is valid for the timer server.
2017-12-04ada/sp09: Fix region test casesSebastian Huber
2017-12-04ada: Fix work_space_size() test supportSebastian Huber
2017-12-04ada/tm04: Account for task delete behaviour changeSebastian Huber
2017-12-02ada/sp19: Add missing FP attributeSebastian Huber
2017-12-01ada/sp07: Fix uninitialized variableSebastian Huber
Bug was introduced by d5154d0f6a04f3b7ed59d9a09038576fe2640756. Updates #2493.
2017-12-01ada: Fix user extension supportSebastian Huber
2017-12-01ada: Use CONFIGURE_DISABLE_SMP_CONFIGURATIONSebastian Huber
Most Ada tests fail otherwise. Update #3020.
2017-12-01ada/tm20: Account for optional heap protectionSebastian Huber
Reduce size of the big allocation block to account for the optional heap protection (RTEMS_DEBUG).
2017-12-01ada/spname01: Fix several issuesSebastian Huber
2017-12-01ada: Add standard test begin/end messageSebastian Huber
2017-12-01ada: Delete superfluous CONFIGURE_SPTESTSebastian Huber
2017-11-24ada/sp04: Fix clock getSebastian Huber
Update #2676.
2017-11-06tests: Use simple console driverSebastian Huber
Update #3170. Update #3199.
2017-10-12ada-tests: Move to testsuites/adaSebastian Huber
This solves a build dependency issue, e.g. building tests before librtemsbsp.a exists. Close #3079.