summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/configure.ac (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: Remove old build systemSebastian Huber2021-09-211-91/+0
| | | | | Close #3250. Close #4081.
* psxtmtests: add psxtmmqrcvblock02 (GCI 2018)Himanshu402018-11-251-0/+1
|
* psxtmbarrierattr01: Added new POSIX timing suite (GCI 2018)Himanshu402018-11-211-0/+1
|
* psxtmutexattr01: Added new POSIX timing suite (GCI 2018)Himanshu402018-11-201-0/+1
|
* psxtmcleanup01: new POSIX timing suite (GCI 2018)Himanshu402018-11-171-0/+1
|
* psxtmmqrcvblock01: Add new POSIX timing test (GCI 2018)shashvatjain2018-11-151-0/+1
|
* psxtmthreadattr01: Add new test (GCI 2018)Himanshu402018-11-151-0/+1
|
* psxtmonce01: New test written by Himanshu40 as part of GCI2018Himanshu402018-11-061-0/+1
|
* tests: Remove configure feature checksSebastian Huber2018-05-021-48/+0
| | | | Update #3409.
* configure: Add subdir-objects to all automake flags.Chris Johns2018-04-111-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.
* testsuite/psxtmtests: Merged nested Makefile.am files into one Makefile.amChris Johns2018-04-101-52/+52
| | | | | | This change is part of the testsuite Makefile.am reorganization. Update #3382
* Remove make preinstallChris Johns2018-01-251-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.
* posix: add clock_nanosleep and testsGedare Bloom2016-07-251-0/+3
| | | | updates #2732
* Update bug report URLSebastian Huber2014-12-051-1/+1
|
* 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
|
* Require automake-1.12.2.Ralf Corsépius2012-07-191-1/+1
|
* Require autoconf-2.69.Ralf Corsépius2012-07-191-1/+1
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-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.
* Revert: Remove CVS IdsJoel Sherrill2012-05-071-0/+2
| | | | | See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
* Remove CVS-Ids.Ralf Corsépius2012-05-041-2/+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-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-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.