summaryrefslogtreecommitdiff
path: root/testsuites/psxtmtests/psxtmtests_plan.csv (follow)
AgeCommit message (Collapse)Author
2011-12-072011-12-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* psxtmtests_plan.csv: Add more test cases.
2011-08-242011-08-24 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill
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 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* psxtmtests_plan.csv: update.
2011-08-042011-08-04 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill
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 Sherrill
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 Sherrill
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 Sherrill
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 Sherrill
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 Sherrill
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 Sherrill
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 Sherrill
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 Sherrill
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 Sherrill
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 Sherrill
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 Sherrill
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 Sherrill
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 Sherrill
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 Sherrill
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-202011-07-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* 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 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill
PR 1843/tests * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of key create and delete. * psxtmkey01/.cvsignore, psxtmkey01/Makefile.am, psxtmkey01/init.c, psxtmkey01/psxtmkey01.doc: New files.
2011-07-192011-07-19 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill
PR 1840/tests * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of key set and get. * psxtmkey02/.cvsignore, psxtmkey02/Makefile.am, psxtmkey02/init.c, psxtmkey02/psxtmkey02.doc: New files.
2011-07-152011-07-15 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill
PR 1835/tests * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of mutex set and get priority ceiling. * psxtmmutex07/.cvsignore, psxtmmutex07/Makefile.am, psxtmmutex07/init.c, psxtmmutex07/psxtmmutex07.doc: New files.
2011-07-132011-07-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* psxtmtests_plan.csv: Update to reflect next activities.
2011-07-132011-07-13 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill
PR 1831/tests * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of mutex init and destroy. * psxtmmutex01/.cvsignore, psxtmmutex01/Makefile.am, psxtmmutex01/init.c, psxtmmutex01/psxtmmutex01.doc: New files.
2011-07-122011-07-12 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill
* Makefile.am, configure.ac, psxtmtests_plan.csv: Add psxtmmutex03. * psxtmmutex03/.cvsignore, psxtmmutex03/Makefile.am, psxtmmutex03/init.c, psxtmmutex03/psxtmmutex03.doc: New files.
2011-06-292011-06-29 Ricardo AguirreJennifer Averett
* psxtmtests/Makefile.am, psxtmtests/configure.ac, psxtmtests/psxtmtests_plan.csv: Added nanosleep tests. * psxtmtests/psxtmnanosleep01/Makefile.am, psxtmtests/psxtmnanosleep01/init.c, psxtmtests/psxtmnanosleep01/psxtmnanosleep01.doc, psxtmtests/psxtmnanosleep02/Makefile.am, psxtmtests/psxtmnanosleep02/init.c, psxtmtests/psxtmnanosleep02/psxtmnanosleep02.doc: New files.
2011-06-242011-06-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* psxtmtests_plan.csv: Complete plan for mutexes.
2011-06-222011-06-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* psxtmtests_plan.csv: Update.
2011-06-132011-06-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* Makefile.am, configure.ac, psxtmtests_plan.csv: Add psxtmsleep01. * psxtmsleep01/.cvsignore, psxtmsleep01/Makefile.am, psxtmsleep01/Makefile.in, psxtmsleep01/init.c, psxtmsleep01/psxtmsleep01.doc: New files.
2011-06-102011-06-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* psxtmtests_plan.csv: Add sleep and nanosleep cases.
2011-04-202011-04-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* README, psxtmtests_plan.csv: Add more possible test cases.
2010-12-062010-12-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* .cvsignore, ChangeLog, Makefile.am, README, configure.ac, psxtmtests_plan.csv, psxtmmutex02/.cvsignore, psxtmmutex02/Makefile.am, psxtmmutex02/init.c, psxtmmutex02/psxtmmutex02.doc, psxtmthread01/.cvsignore, psxtmthread01/Makefile.am, psxtmthread01/init.c, psxtmthread01/psxtmthread01.doc, psxtmthread03/.cvsignore, psxtmthread03/Makefile.am, psxtmthread03/init.c, psxtmthread03/psxtmthread03.doc: New files.