summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* psxtmtests: Avoid build system defined definesSebastian Huber2019-11-121-7/+5
| | | | Update #3818.
* testsuite: Make the OPERATION_COUNT a test configuration parameter.Chris Johns2019-03-071-110/+55
| | | | | - Add a small memory test config file. - Update the small memory PowerPC BSPs to use the new test config.
* build: Do not install test programsSebastian Huber2019-01-301-2/+1
|
* psxtmtests: add psxtmmqrcvblock02 (GCI 2018)Himanshu402018-11-251-0/+11
|
* psxtmbarrierattr01: Added new POSIX timing suite (GCI 2018)Himanshu402018-11-211-0/+11
|
* psxtmutexattr01: Added new POSIX timing suite (GCI 2018)Himanshu402018-11-201-0/+11
|
* psxtmcleanup01: new POSIX timing suite (GCI 2018)Himanshu402018-11-171-0/+12
|
* psxtmmqrcvblock01: Add new POSIX timing test (GCI 2018)shashvatjain2018-11-151-1/+11
|
* psxtmthreadattr01: Add new test (GCI 2018)Himanshu402018-11-151-0/+11
|
* psxtmonce01: New test written by Himanshu40 as part of GCI2018Himanshu402018-11-061-0/+11
|
* posix: Enable psxtmtests tests by defaultSebastian Huber2018-10-291-98/+0
| | | | Update #2514.
* build: Remove local.amSebastian Huber2018-10-101-1/+0
|
* testsuite/psxtmtests: Merged nested Makefile.am files into one Makefile.amChris Johns2018-04-101-57/+659
| | | | | | This change is part of the testsuite Makefile.am reorganization. Update #3382
* testsuite: Add a common test configuration. Fix configure.ac and Makefile.am ↵Chris Johns2017-04-041-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.
* posix: add clock_nanosleep and testsGedare Bloom2016-07-251-0/+3
| | | | updates #2732
* psxtmtests: added psxtmcond07 testDaniel Ramirez2013-12-091-0/+1
|
* psxtmtests: added new psxtmthread04 testDaniel Ramirez2013-12-021-0/+1
|
* psxtmtests: added psxtmcond06 testDaniel Ramirez2013-12-011-0/+1
|
* psxtmtests: added new psxtmcond04 test, fixed psxtmcond03Daniel Ramirez2013-11-301-0/+1
|
* psxtmtests: Added in new psxtmbarrier04 test, release, preemptDaniel Ramirez2013-11-301-0/+1
|
* psxtmtests: copy psxtmthread05 to psxtmthread06, fix psxtmthread05Daniel Ramirez2013-11-271-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.
* psxtmtests: Add psxtmthread05 for pthread_setschedparamChirayu Desai2013-11-271-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.
* Create POSIX Timing Test psxtmthread02Christopher Kerl2013-01-141-0/+1
| | | | | Minor modifications were made to the student version to clearify methods and to clean up test output.
* Create POSIX Timing Test psxtmcond09Christopher Kerl2013-01-111-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.
* Create POSIX Timing Test psxtmcond03Christopher Kerl2013-01-111-0/+1
|
* Create POSIX Timing Test psxtmcond05Christopher Kerl2013-01-091-0/+1
|
* Create POSIX Timing Test psxtmcond02Christopher Kerl2013-01-091-0/+1
|
* GCI: Create POSIX Timing Test psxtmcond01Christopher Kerl2013-01-091-0/+1
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-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.
* Revert: Remove CVS IdsJoel Sherrill2012-05-071-0/+4
| | | | | See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
* Remove CVS-Ids.Ralf Corsépius2012-05-041-4/+0
|
* 2011-08-24 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill2011-08-241-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-04 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill2011-08-041-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-04 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill2011-08-041-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-04 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill2011-08-041-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-02 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill2011-08-021-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-02 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill2011-08-021-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-02 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill2011-08-021-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-02 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill2011-08-021-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-29 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill2011-07-291-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-29 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill2011-07-291-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-28 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill2011-07-281-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-26 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill2011-07-261-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-26 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill2011-07-261-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-26 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill2011-07-261-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-22 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill2011-07-221-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-22 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill2011-07-221-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-21 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill2011-07-211-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-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-07-201-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-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-07-201-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.