summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/tc-intr-get-affinity.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-07-21testsuites: Remove stray ';'Sebastian Huber1-1/+1
2023-05-20Update company nameSebastian Huber1-1/+1
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
2023-03-13validation: Derive names from item UIDsSebastian Huber1-4/+3
Use the item UID converted to CamelCase for Doxygen group names and testsuite names. Update #3716.
2022-09-05validation: RegenerateSebastian Huber1-6/+6
Update #4702.
2022-08-31validation: Ignore array bounds warningsSebastian Huber1-0/+10
Update #4702.
2022-03-24validation: Test Interrupt ManagerSebastian Huber1-17/+36
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-09-02Improve test of rtems_interrupt_get_affinity()Sebastian Huber1-18/+21
Use a CPU set which is larger than the internal processor set representation.
2021-09-02validation: Improve generated test codeSebastian Huber1-66/+86
Move the transition map members of the test context to a dedicated structure. Move the transition variant pre-condition prepare, action, and post-condition checks to a separate function to reduce the indentation level and allow skipping of transition variants.
2021-07-26validation: Test rtems_interrupt_get_affinity()Sebastian Huber1-0/+683
Update #3269.