summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmtests_plan.csv (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Correct psxtmtests_plan.csvShashvat Jain2019-03-111-3/+3
|
* psxtmtests_plan.csv: Add preemption cases for pthread_setschedprioJoel Sherrill2018-12-061-1/+3
|
* psxtmtests/psxtmtests_plan.csv: Fix typos (GCI 2018)Marçal Comajoan Cara2018-12-061-3/+3
| | | | | | | Two quotation marks were missing so the CSV looked bad when using an editor with syntax highlighting and could also have produced some errors if the file was processed. Also two "Yes" ys were lowercase and I uppercased them so they are like the rest.
* psxtmtests: Identified a Timing Test missing (GCI 2018)Marçal Comajoan Cara2018-12-061-0/+2
| | | | | | | pthread_setschedprio (http://pubs.opengroup.org/onlinepubs/9699919799/) was missing in rtems/testsuites/psxtmtests/psxtmtests.csv. This work was part of GCI 2018.
* psxtmtests: add psxtmmqrcvblock02 (GCI 2018)Himanshu402018-11-251-1/+1
|
* psxtmbarrierattr01: Added new POSIX timing suite (GCI 2018)Himanshu402018-11-211-0/+5
|
* psxtmutexattr01: Added new POSIX timing suite (GCI 2018)Himanshu402018-11-201-0/+11
|
* psxtmcleanup01: new POSIX timing suite (GCI 2018)Himanshu402018-11-171-2/+2
|
* psxtmtests_plan.csv: Update to reflect psxtmmqrcvblock01 (GCI 2018)shashvatjain2018-11-161-1/+1
|
* psxtmthreadattr01: Correct mistakes in previous merge (GCI 2018)Himanshu402018-11-151-3/+5
| | | | Joel admits to grabbing one iteration too early of the patch. :(
* psxtmthreadattr01: Add new test (GCI 2018)Himanshu402018-11-151-17/+17
|
* psxtmtests_plan.csv: Add pthread cleanup and attr test casesJoel Sherrill2018-11-111-2/+20
|
* psxtmtests_plan.csv: Add psxtmonce01Joel Sherrill2018-11-071-1/+1
|
* psxtmtests_plan.csv: Fix typoJoel Sherrill2015-12-011-1/+1
|
* psxtmtests: added psxtmcond07 testDaniel Ramirez2013-12-091-1/+1
|
* psxtmtests_plan.csv: Update messagesJoel Sherrill2013-12-071-120/+120
|
* psxtmtests: added new psxtmthread04 testDaniel Ramirez2013-12-021-2/+2
|
* pstmtests_plan.csv: Update to reflect psxtmcond 09 and 10 exitDaniel Ramirez2013-12-011-2/+2
|
* psxtmtests: added psxtmcond06 testDaniel Ramirez2013-12-011-1/+1
|
* psxtmtests: added new psxtmcond04 test, fixed psxtmcond03Daniel Ramirez2013-11-301-1/+1
|
* fixed psxtmthread02 test, updated .csv to be in sync and added test .docsDaniel Ramirez2013-11-301-15/+14
|
* psxtmtests_plan.csv: Replace comma with colonJoel Sherrill2013-11-301-8/+8
| | | | This makes it easier for scripts to parse correctly.
* psxtmtests: Added in new psxtmbarrier04 test, release, preemptDaniel Ramirez2013-11-301-1/+1
|
* psxtmtests_plan.csv: Avoid comma in descriptionsJoel Sherrill2013-11-281-20/+21
|
* psxtmtests: copy psxtmthread05 to psxtmthread06, fix psxtmthread05Daniel Ramirez2013-11-271-1/+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_plan.csv: Add explicit No statusJoel Sherrill2013-11-271-30/+30
|
* Indicate that test psxtmthread05 has been implementedChirayu Desai2013-11-271-1/+1
| | | | | | * update psxtmtests_plan.csv to reflect that the test has been implemented. * Test implemented in db08c3897f86f99d5a4259506d4463b0ec440762
* Added more condition variable timing tests.Jennifer Averett2013-01-111-2/+4
|
* psxtmtests_plan.csv: Identify Conditional Variable CasesJoel Sherrill2012-11-251-10/+10
|
* 2011-12-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-12-071-15/+15
| | | | * psxtmtests_plan.csv: Add more test cases.
* 2011-08-24 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill2011-08-241-10/+10
| | | | | | | | | 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 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-08-041-4/+6
| | | | * psxtmtests_plan.csv: update.
* 2011-08-04 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill2011-08-041-3/+3
| | | | | | | | 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-1/+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-1/+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-1/+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-2/+2
| | | | | | | | 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/+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-9/+9
| | | | | | | | | 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-1/+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-1/+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-3/+3
| | | | | | | | 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-1/+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-1/+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-15/+15
| | | | | | | | 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-5/+5
| | | | | | | | 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-8/+10
| | | | | | | | | 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-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-07-201-2/+2
| | | | | | | * 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 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill2011-07-201-3/+3
| | | | | | | | 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-19 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill2011-07-191-2/+2
| | | | | | | | 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.