summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tm32 (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-27tmtests: Manually adding file headers and licensesRyan Long1-0/+35
These files had no file header, copyright, or license. Based on git history, added appropriate copyrights and licenses.
2022-04-12testsuites/tmtests/tm[23]*: Change license to BSD-2Joel Sherrill1-3/+22
Updates #3053.
2019-11-12tmtests: Avoid build system defined definesSebastian Huber1-0/+2
Update #3818.
2018-04-10testsuite/tmtests: Merged nested Makefile.am files into one Makefile.amChris Johns1-27/+0
This change is part of the testsuite Makefile.am reorganization. Update #3382
2014-07-14Enhance Semaphore Blocking and Readying Time Test CasesJoel Sherrill2-0/+41
tm02 and tm03 were modified to be reused for multiple configurations of RTEMS Classic API Semaphores. This added tm31-36. The messages for tm02 and tm03 were modified to indicate the semaphore attributes. tm31 - tm36 were added. This resulted in the following cases: tm02 - rtems_semaphore_obtain: Counting/FIFO not available caller blocks tm03 - rtems_semaphore_release: Counting/FIFO task readied preempts caller tm31 - rtems_semaphore_obtain: Counting/priority not available caller blocks tm32 - rtems_semaphore_release: Counting/priority task readied preempts caller tm33 - rtems_semaphore_obtain: Binary/FIFO not available caller blocks tm34 - rtems_semaphore_release: Binary/FIFO task readied preempts caller tm35 - rtems_semaphore_obtain: Binary/priority not available caller blocks tm36 - rtems_semaphore_release: Binary/priority task readied preempts caller