summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites/validation/validation-0.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-20Update company nameSebastian Huber1-1/+1
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
2022-07-07validation: Test thread idle bodiesSebastian Huber1-0/+1
Update #3716.
2022-03-24validation: Test object servicesSebastian Huber1-1/+0
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 Task ManagerSebastian Huber1-2/+0
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 Signal ManagerSebastian Huber1-2/+0
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 Message ManagerFrank Kühndel1-1/+0
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 Huber1-13/+0
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 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 Barrier ManagerSebastian Huber1-4/+0
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 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.
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-05-14validation: Add support librarySebastian Huber1-2/+2
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 Huber1-0/+1
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 Huber1-0/+2
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-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 Huber1-2/+2
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.
2020-09-14build: Alternative build system based on wafSebastian Huber1-0/+19
Update #3818.