summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/Makefile.am (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-11-12psxtmtests: Avoid build system defined definesSebastian Huber1-7/+5
Update #3818.
2019-03-07testsuite: Make the OPERATION_COUNT a test configuration parameter.Chris Johns1-110/+55
- Add a small memory test config file. - Update the small memory PowerPC BSPs to use the new test config.
2019-01-30build: Do not install test programsSebastian Huber1-2/+1
2018-11-25psxtmtests: add psxtmmqrcvblock02 (GCI 2018)Himanshu401-0/+11
2018-11-21psxtmbarrierattr01: Added new POSIX timing suite (GCI 2018)Himanshu401-0/+11
2018-11-20psxtmutexattr01: Added new POSIX timing suite (GCI 2018)Himanshu401-0/+11
2018-11-17psxtmcleanup01: new POSIX timing suite (GCI 2018)Himanshu401-0/+12
2018-11-15psxtmmqrcvblock01: Add new POSIX timing test (GCI 2018)shashvatjain1-1/+11
2018-11-15psxtmthreadattr01: Add new test (GCI 2018)Himanshu401-0/+11
2018-11-06psxtmonce01: New test written by Himanshu40 as part of GCI2018Himanshu401-0/+11
2018-10-29posix: Enable psxtmtests tests by defaultSebastian Huber1-98/+0
Update #2514.
2018-10-10build: Remove local.amSebastian Huber1-1/+0
2018-04-10testsuite/psxtmtests: Merged nested Makefile.am files into one Makefile.amChris Johns1-57/+659
This change is part of the testsuite Makefile.am reorganization. Update #3382
2017-04-04testsuite: Add a common test configuration. Fix configure.ac and Makefile.am ↵Chris Johns1-51/+51
errors. - Add a top level test configuration file for test states that are common to all BSPs. This saves adding a test configuration (tcfg) file for every BSP. - Add the test states 'user-input' and 'benchmark'. This lets 'rtems-test' stop the test rather than waiting for a timeout or letting a benchmark run without the user asking for it to run. - Implement rtems-test-check in Python to make it faster. The shell script had grown to a point it was noticably slowing the build down. - Fix the configure.ac and Makefile.am files for a number of the test directories. The files are difficiult to keep in sync with the number of tests and mistakes can happen such as tests being left out of the build. The test fsrofs01 is an example. Also a there was a mix of SUBDIRS and _SUBDIRS being used and only _SUBDIRS should be used. - Fix the test fsrofs01 so it compiles. Closes #2963.
2016-07-25posix: add clock_nanosleep and testsGedare Bloom1-0/+3
updates #2732
2013-12-09psxtmtests: added psxtmcond07 testDaniel Ramirez1-0/+1
2013-12-02psxtmtests: added new psxtmthread04 testDaniel Ramirez1-0/+1
2013-12-01psxtmtests: added psxtmcond06 testDaniel Ramirez1-0/+1
2013-11-30psxtmtests: added new psxtmcond04 test, fixed psxtmcond03Daniel Ramirez1-0/+1
2013-11-30psxtmtests: Added in new psxtmbarrier04 test, release, preemptDaniel Ramirez1-0/+1
2013-11-27psxtmtests: copy psxtmthread05 to psxtmthread06, fix psxtmthread05Daniel Ramirez1-0/+1
The psxtmthread05 test was testing the functionality meant for psxtmthread06. This patch copies the psxtmthread05 to psxtmthread06 and modifies psxtmthread05 to test the intended functionality.
2013-11-27psxtmtests: Add psxtmthread05 for pthread_setschedparamChirayu Desai1-0/+1
New test psxtmthread 05 uses two tasks and times lowering the priority of one task plus the preemption and context switch to the other task.
2013-01-14Create POSIX Timing Test psxtmthread02Christopher Kerl1-0/+1
Minor modifications were made to the student version to clearify methods and to clean up test output.
2013-01-11Create POSIX Timing Test psxtmcond09Christopher Kerl1-0/+3
Modifications were made to this submission allow the same init.c file to be ran by three tests that were very similar using posix pthread_cond_timedwait and pthread_cond_wait.
2013-01-11Create POSIX Timing Test psxtmcond03Christopher Kerl1-0/+1
2013-01-09Create POSIX Timing Test psxtmcond05Christopher Kerl1-0/+1
2013-01-09Create POSIX Timing Test psxtmcond02Christopher Kerl1-0/+1
2013-01-09GCI: Create POSIX Timing Test psxtmcond01Christopher Kerl1-0/+1
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-4/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2012-05-07Revert: Remove CVS IdsJoel Sherrill1-0/+4
See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
2012-05-04Remove CVS-Ids.Ralf Corsépius1-4/+0
2011-08-242011-08-24 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill1-0/+1
PR 1903/testing * Makefile.am, configure.ac, psxtmtests_plan.csv: Add test for message queues which covers most open, close, unlink cases as well as send/receive which do not involve task state changes. * psxtmmq01/.cvsignore, psxtmmq01/Makefile.am, psxtmmq01/init.c, psxtmmq01/psxtmmq01.doc: New files.
2011-08-042011-08-04 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill1-0/+1
PR 1888/tests * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of pthread_rwlock_unlock - thread waiting, preempt. * psxtmrwlock07/.cvsignore, psxtmrwlock07/Makefile.am, psxtmrwlock07/init.c, psxtmrwlock07/psxtmrwlock07.doc: New files.
2011-08-042011-08-04 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill1-0/+1
PR 1887/tests * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of pthread_rwlock_unlock - thread waiting, no preempt. * psxtmrwlock06/.cvsignore, psxtmrwlock06/Makefile.am, psxtmrwlock06/init.c, psxtmrwlock06/psxtmrwlock06.doc: New files.
2011-08-042011-08-04 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill1-0/+1
PR 1881/tests * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of pthread_rwlock_timedwrlock - not available, blocks. * psxtmrwlock05/.cvsignore, psxtmrwlock05/Makefile.am, psxtmrwlock05/init.c, psxtmrwlock05/psxtmrwlock05.doc: New files.
2011-08-022011-08-02 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill1-0/+1
PR 1880/tests * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of pthread_rwlock_timedwrlock - not available, blocks. * psxtmrwlock04/.cvsignore, psxtmrwlock04/Makefile.am, psxtmrwlock04/init.c, psxtmrwlock04/psxtmrwlock04.doc: New files.
2011-08-022011-08-02 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill1-0/+1
PR 1878/tests * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of pthread_rwlock_timedrdlock - not available, blocks. * psxtmrwlock03/.cvsignore, psxtmrwlock03/Makefile.am, psxtmrwlock03/init.c, psxtmrwlock03/psxtmrwlock03.doc: New files.
2011-08-022011-08-02 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill1-0/+1
PR 1875/tests * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of pthread_rwlock_rdlock - not available, blocks. * psxtmrwlock02/.cvsignore, psxtmrwlock02/Makefile.am, psxtmrwlock02/init.c, psxtmrwlock02/psxtmrwlock02.doc: New files.
2011-08-022011-08-02 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill1-0/+1
PR 1874/tests * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of multiple pthread_rwlock operations that can be done as single shot times. * psxtmrwlock01/.cvsignore, psxtmrwlock01/Makefile.am, psxtmrwlock01/init.c, psxtmrwlock01/psxtmrwlock01.doc: New files.
2011-07-292011-07-29 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill1-0/+1
PR 1863/tests * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of pthread_barrier_wait - releasing, no preempt * psxtmbarrier03/.cvsignore, psxtmbarrier03/Makefile.am, psxtmbarrier03/init.c, psxtmbarrier03/psxtmbarrier03.doc: New files.
2011-07-292011-07-29 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill1-0/+1
PR 1859/tests * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of pthread_barrier_wait - blocking * psxtmbarrier02/.cvsignore, psxtmbarrier02/Makefile.am, psxtmbarrier02/init.c, psxtmbarrier02/psxtmbarrier02.doc: New files.
2011-07-282011-07-28 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill1-0/+1
PR 1859/tests * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of pthread_barrier_init and pthread_barrier_destroy. * psxtmbarrier01/.cvsignore, psxtmbarrier01/Makefile.am, psxtmbarrier01/init.c, psxtmbarrier01/psxtmbarrier01.doc: New files.
2011-07-262011-07-26 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill1-0/+1
PR 1852/tests * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of sem_wait - not available, block. * psxtmsem03/.cvsignore, psxtmsem03/Makefile.am, psxtmsem03/init.c, psxtmsem03/psxtmsem03.doc: New files.
2011-07-262011-07-26 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill1-0/+1
PR 1850/tests * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of sem_post - thread waiting, preempt. * psxtmsem05/.cvsignore, psxtmsem05/Makefile.am, psxtmsem05/init.c, psxtmsem05/psxtmsem05.doc: New files.
2011-07-262011-07-26 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill1-0/+1
PR 1849/tests * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of sem_post - thread waiting, no preempt. * psxtmsem04/.cvsignore, psxtmsem04/Makefile.am, psxtmsem04/init.c, psxtmsem04/psxtmsem04.doc: New files.
2011-07-222011-07-22 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill1-0/+1
PR 1847/tests * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of various non-blocking semaphore operations. * psxtmsem02/.cvsignore, psxtmsem02/Makefile.am, psxtmsem02/init.c, psxtmsem02/psxtmsem02.doc: New files.
2011-07-222011-07-22 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill1-0/+1
PR 1846/tests * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of various sem_open(), sem_close(), sem_unlink(), sem_init(), and sem_destroy() cases. * psxtmsem01/.cvsignore, psxtmsem01/Makefile.am, psxtmsem01/init.c, psxtmsem01/psxtmsem01.doc: New files.
2011-07-212011-07-21 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill1-0/+1
PR 1835/tests * Makefile.am, configure.ac: Add benchmark of pthread_mutex_timedlock - not available, block. * psxtmmutex04/.cvsignore, psxtmmutex04/Makefile.am, psxtmmutex04/init.c, psxtmmutex04/psxtmmutex04.doc: New files.
2011-07-202011-07-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+1
* Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of pthread_mutex_unlock where it is unblocking threads with preemption. * psxtmmutex06/.cvsignore, psxtmmutex06/Makefile.am, psxtmmutex06/init.c, psxtmmutex06/psxtmmutex06.doc: New files.
2011-07-202011-07-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+1
* Makefile.am, configure.ac: Add benchmark of pthread_mutex_unlock where it is unblocking threads without preemption. * psxtmmutex05/.cvsignore, psxtmmutex05/Makefile.am, psxtmmutex05/init.c, psxtmmutex05/psxtmmutex05.doc: New files.