summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites/validation (follow)
Commit message (Collapse)AuthorAgeFilesLines
* validation: Test rtems_interrupt_is_pending()Sebastian Huber2021-07-261-0/+1
| | | | Update #3269.
* validation: Test rtems_interrupt_clear()Sebastian Huber2021-07-261-0/+1
| | | | Update #3269.
* validation: Test rtems_interrupt_raise()Sebastian Huber2021-07-261-0/+1
| | | | Update #3269.
* validation: Test rtems_interrupt_entry_remove()Sebastian Huber2021-07-261-0/+1
| | | | Update #3269.
* validation: Test rtems_interrupt_entry_install()Sebastian Huber2021-07-261-0/+1
| | | | Update #3269.
* validation: Test rtems_interrupt_vector_disable()Sebastian Huber2021-07-261-0/+1
| | | | Update #3269.
* validation: Test rtems_interrupt_vector_enable()Sebastian Huber2021-07-261-0/+1
| | | | Update #3269.
* validation: rtems_interrupt_vector_is_enabled()Sebastian Huber2021-07-261-0/+1
| | | | Update #3269.
* validation: Test rtems_interrupt_get_attributes()Sebastian Huber2021-07-261-0/+1
| | | | Update #3269.
* validation: HasInterruptVectorEntriesInstalled()Sebastian Huber2021-07-261-0/+1
| | | | Update #3269.
* validation: Add CallWithinISR()Sebastian Huber2021-07-261-0/+1
| | | | Update #3269.
* validation: Add support librarySebastian Huber2021-05-144-4/+22
| | | | | | Add a library for support functions used by validation tests. Rename tc-support.* to tx-support.* since this file does not contain test cases.
* validation: Add test case support functionsSebastian Huber2021-03-232-0/+2
|
* validation: Task create/constructSebastian Huber2021-03-161-0/+2
| | | | | Run the task create/construct tests also on validation test suite 1 which has exactly one processor configured.
* score: Fix _Stack_Extend_size()Sebastian Huber2021-03-011-0/+1
| | | | | Check for an integer overflow. Add a validation test for task create errors.
* validation: Add signal manager testsSebastian Huber2021-02-202-0/+4
| | | | Update #4244.
* validation: Add Validation1 test suiteSebastian Huber2021-02-202-0/+21
| | | | Update #4244.
* validation: Tests for barrier managerSebastian Huber2021-02-081-0/+4
|
* validation: Add tests for rtems_build_name()Sebastian Huber2021-02-081-0/+1
|
* validation/ts-performance-0: Add partition testsSebastian Huber2020-11-191-0/+1
|
* validation/ts-performance-0: Add test suiteSebastian Huber2020-11-192-0/+21
| | | | Share a default test suite with ts-validation-0.
* validation: Test rtems_message_queue_construct()Sebastian Huber2020-09-281-0/+1
| | | | Update #4007.
* validation: rtems_task_construct() errorsSebastian Huber2020-09-171-0/+1
| | | | | | | This is the first test case generated from a specification item in the rtems-central repository. Update #3959.
* validation: Add general purpose test suiteSebastian Huber2020-09-172-0/+37
Add a general purpose test suite for validation tests. This is the first test suite generated from a specification item in the rtems-central repository. Update #3959.