summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites/validation (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-03-24validation: Test IO ManagerSebastian Huber3-0/+25
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.
2022-03-24validation: Test Interrupt ManagerSebastian Huber6-13/+39
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.
2022-03-24validation: Test Event ManagerSebastian Huber3-0/+5
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.
2022-03-24validation: Test rtems_cpu_usage_reset()Sebastian Huber1-0/+1
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.
2022-03-24validation: Test Clock ManagerFrank Kühndel1-0/+5
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.
2022-03-24validation: Test Cache ManagerSebastian Huber2-0/+22
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.
2022-03-24validation: Test <rtems/score/basedefs.h>Frank Kühndel1-0/+2
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.
2022-03-24validation: Test Barrier ManagerSebastian Huber3-4/+6
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.
2022-03-24validation: Test attributesSebastian Huber1-0/+1
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.
2022-03-24validation: Test application configurationSebastian Huber7-2/+53
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.
2022-03-24validation: Test object identificationSebastian Huber1-0/+2
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.
2022-03-24validation: Test mutex operationsSebastian Huber1-0/+3
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.
2022-03-24validation: Test semaphore operationsSebastian Huber1-0/+3
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.
2022-03-24validation: Test thread queuesSebastian Huber2-0/+16
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.
2022-03-24validation: Add system termination test suitesSebastian Huber12-0/+203
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.
2022-03-24validation: Add test suitesSebastian Huber7-6/+91
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.
2022-03-24validation: Improve support librarySebastian Huber3-0/+27
Update #3716.
2021-07-26validation: Test rtems_interrupt_handler_iterate()Sebastian Huber1-0/+1
Update #3269.
2021-07-26validation: Test rtems_interrupt_set_affinity()Sebastian Huber1-0/+1
Update #3269.
2021-07-26validation: Test rtems_interrupt_get_affinity()Sebastian Huber1-0/+1
Update #3269.
2021-07-26validation: Test rtems_interrupt_raise_on()Sebastian Huber1-0/+1
Update #3269.
2021-07-26validation: Test rtems_interrupt_is_pending()Sebastian Huber1-0/+1
Update #3269.
2021-07-26validation: Test rtems_interrupt_clear()Sebastian Huber1-0/+1
Update #3269.
2021-07-26validation: Test rtems_interrupt_raise()Sebastian Huber1-0/+1
Update #3269.
2021-07-26validation: Test rtems_interrupt_entry_remove()Sebastian Huber1-0/+1
Update #3269.
2021-07-26validation: Test rtems_interrupt_entry_install()Sebastian Huber1-0/+1
Update #3269.
2021-07-26validation: Test rtems_interrupt_vector_disable()Sebastian Huber1-0/+1
Update #3269.
2021-07-26validation: Test rtems_interrupt_vector_enable()Sebastian Huber1-0/+1
Update #3269.
2021-07-26validation: rtems_interrupt_vector_is_enabled()Sebastian Huber1-0/+1
Update #3269.
2021-07-26validation: Test rtems_interrupt_get_attributes()Sebastian Huber1-0/+1
Update #3269.
2021-07-26validation: HasInterruptVectorEntriesInstalled()Sebastian Huber1-0/+1
Update #3269.
2021-07-26validation: Add CallWithinISR()Sebastian Huber1-0/+1
Update #3269.
2021-05-14validation: Add support librarySebastian Huber4-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.
2021-03-23validation: Add test case support functionsSebastian Huber2-0/+2
2021-03-16validation: Task create/constructSebastian Huber1-0/+2
Run the task create/construct tests also on validation test suite 1 which has exactly one processor configured.
2021-03-01score: Fix _Stack_Extend_size()Sebastian Huber1-0/+1
Check for an integer overflow. Add a validation test for task create errors.
2021-02-20validation: Add signal manager testsSebastian Huber2-0/+4
Update #4244.
2021-02-20validation: Add Validation1 test suiteSebastian Huber2-0/+21
Update #4244.
2021-02-08validation: Tests for barrier managerSebastian Huber1-0/+4
2021-02-08validation: Add tests for rtems_build_name()Sebastian Huber1-0/+1
2020-11-19validation/ts-performance-0: Add partition testsSebastian Huber1-0/+1
2020-11-19validation/ts-performance-0: Add test suiteSebastian Huber2-0/+21
Share a default test suite with ts-validation-0.
2020-09-28validation: Test rtems_message_queue_construct()Sebastian Huber1-0/+1
Update #4007.
2020-09-17validation: rtems_task_construct() errorsSebastian Huber1-0/+1
This is the first test case generated from a specification item in the rtems-central repository. Update #3959.
2020-09-17validation: Add general purpose test suiteSebastian Huber2-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.