summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/configure.ac (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-09-21build: Remove old build systemSebastian Huber1-91/+0
Close #3250. Close #4081.
2018-11-25psxtmtests: add psxtmmqrcvblock02 (GCI 2018)Himanshu401-0/+1
2018-11-21psxtmbarrierattr01: Added new POSIX timing suite (GCI 2018)Himanshu401-0/+1
2018-11-20psxtmutexattr01: Added new POSIX timing suite (GCI 2018)Himanshu401-0/+1
2018-11-17psxtmcleanup01: new POSIX timing suite (GCI 2018)Himanshu401-0/+1
2018-11-15psxtmmqrcvblock01: Add new POSIX timing test (GCI 2018)shashvatjain1-0/+1
2018-11-15psxtmthreadattr01: Add new test (GCI 2018)Himanshu401-0/+1
2018-11-06psxtmonce01: New test written by Himanshu40 as part of GCI2018Himanshu401-0/+1
2018-05-02tests: Remove configure feature checksSebastian Huber1-48/+0
Update #3409.
2018-04-11configure: Add subdir-objects to all automake flags.Chris Johns1-1/+1
This option silences warning with automake-1.16.1 allowing us to upgrade to that version. This change has been tested with automake-1.12.6 and automake-1.16.1. It seems version 1.16.1 configures slower than 1.12.6 for the same source and BSP. The newer versions is 6 second slower. Close #3387.
2018-04-10testsuite/psxtmtests: Merged nested Makefile.am files into one Makefile.amChris Johns1-52/+52
This change is part of the testsuite Makefile.am reorganization. Update #3382
2018-01-25Remove make preinstallChris Johns1-0/+2
A speciality of the RTEMS build system was the make preinstall step. It copied header files from arbitrary locations into the build tree. The header files were included via the -Bsome/build/tree/path GCC command line option. This has at least seven problems: * The make preinstall step itself needs time and disk space. * Errors in header files show up in the build tree copy. This makes it hard for editors to open the right file to fix the error. * There is no clear relationship between source and build tree header files. This makes an audit of the build process difficult. * The visibility of all header files in the build tree makes it difficult to enforce API barriers. For example it is discouraged to use BSP-specifics in the cpukit. * An introduction of a new build system is difficult. * Include paths specified by the -B option are system headers. This may suppress warnings. * The parallel build had sporadic failures on some hosts. This patch removes the make preinstall step. All installed header files are moved to dedicated include directories in the source tree. Let @RTEMS_CPU@ be the target architecture, e.g. arm, powerpc, sparc, etc. Let @RTEMS_BSP_FAMILIY@ be a BSP family base directory, e.g. erc32, imx, qoriq, etc. The new cpukit include directories are: * cpukit/include * cpukit/score/cpu/@RTEMS_CPU@/include * cpukit/libnetworking The new BSP include directories are: * bsps/include * bsps/@RTEMS_CPU@/include * bsps/@RTEMS_CPU@/@RTEMS_BSP_FAMILIY@/include There are build tree include directories for generated files. The include directory order favours the most general header file, e.g. it is not possible to override general header files via the include path order. The "bootstrap -p" option was removed. The new "bootstrap -H" option should be used to regenerate the "headers.am" files. Update #3254.
2016-07-25posix: add clock_nanosleep and testsGedare Bloom1-0/+3
updates #2732
2014-12-05Update bug report URLSebastian Huber1-1/+1
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-07-19Require automake-1.12.2.Ralf Corsépius1-1/+1
2012-07-19Require autoconf-2.69.Ralf Corsépius1-1/+1
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+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/+2
See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
2012-05-04Remove CVS-Ids.Ralf Corsépius1-2/+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-1/+2
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.