summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* posix: Implement self-contained POSIX mutexSebastian Huber2017-10-0512-12/+0
| | | | | | | | POSIX mutexes are now available in all configurations and no longer depend on --enable-posix. Update #2514. Update #3112.
* posix: Implement self-contained POSIX condvarSebastian Huber2017-10-058-9/+0
| | | | | | | | POSIX condition variables are now available in all configurations and no longer depend on --enable-posix. Update #2514. Update #3113.
* posix: Implement self-contained POSIX rwlocksSebastian Huber2017-10-057-7/+0
| | | | | | | | POSIX rwlocks are now available in all configurations and no longer depend on --enable-posix. Update #2514. Update #3115.
* posix: Implement self-contained POSIX barriersSebastian Huber2017-10-054-4/+0
| | | | | | | | POSIX barriers are now available in all configurations and no longer depend on --enable-posix. Update #2514. Update #3114.
* posix: Implement self-contained POSIX semaphoresSebastian Huber2017-10-054-4/+0
| | | | | | | | | | | | | | For semaphore object pointer and object validation see POSIX_SEMAPHORE_VALIDATE_OBJECT(). Destruction or close of a busy semaphore returns an error status. The object is not flushed. POSIX semaphores are now available in all configurations and no longer depend on --enable-posix. Update #2514. Update #3116.
* 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-2511-0/+395
| | | | updates #2732
* posix: Simplify message queuesSebastian Huber2016-05-021-1/+0
| | | | | | | | | | | | The mq_open() function returns a descriptor to a POSIX message queue object identified by a name. This is similar to sem_open(). In contrast to the POSIX semaphore the POSIX message queues use a separate object for the descriptor. This extra object is superfluous, since the object identifier can be used directly for this purpose, just like for the semaphores. Update #2702. Update #2555.
* psxtmtests_plan.csv: Fix typoJoel Sherrill2015-12-011-1/+1
|
* psxtmtests: Use timeout in more distant futureAlexander Krutwig2015-03-311-2/+3
| | | | Adds future compatibility with strict monontonic software timestamps.
* Update bug report URLSebastian Huber2014-12-051-1/+1
|
* Use correct prototype of benchmark_timer_read()Joel Sherrill2014-09-1643-43/+43
| | | | | | | | | | | | | | This change starts with removing the effectively empty file timerdrv.h. The prototypes for benchmark_timer_XXX() were in btimer.h which was not universally used. Thus every use of timerdrv.h had to be changed to btimer.h. Then the prototypes for benchmark_timer_read() had to be adjusted to return benchmark_timer_t rather than int or uint32_t. I took this opportunity to also correct the file headers to separate the copyright from the file description comments which is needed to ensure the copyright isn't propagated into Doxygen output.
* Misc psxtmtests: Use uint32_t not long for end_time to match printf() format ↵Joel Sherrill2014-09-0411-26/+27
| | | | expectations
* psxtmtests: Add test.h supportbjorn larsson2014-03-2544-88/+176
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-2188-88/+88
|
* psxtmtests: added psxtmcond07 testDaniel Ramirez2013-12-096-1/+183
|
* psxtmtests_plan.csv: Update messagesJoel Sherrill2013-12-071-120/+120
|
* psxtmtests: Make output more uniformJoel Sherrill2013-12-0743-125/+125
|
* psxtmtests: added new psxtmthread04 testDaniel Ramirez2013-12-026-2/+153
|
* pstmtests_plan.csv: Update to reflect psxtmcond 09 and 10 exitDaniel Ramirez2013-12-011-2/+2
|
* psxtmtests: added psxtmcond06 testDaniel Ramirez2013-12-016-1/+187
|
* psxtmtests: added new psxtmcond04 test, fixed psxtmcond03Daniel Ramirez2013-11-307-8/+179
|
* psxtmbarrier04/init.c: Fix warningsJoel Sherrill2013-11-301-0/+3
|
* psxtmthread02/init.c: Fix warningsJoel Sherrill2013-11-301-4/+12
|
* fixed psxtmthread02 test, updated .csv to be in sync and added test .docsDaniel Ramirez2013-11-308-41/+105
|
* 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-306-1/+148
|
* psxtmtests_plan.csv: Avoid comma in descriptionsJoel Sherrill2013-11-281-20/+21
|
* psxtmthread05: delete spurious .cvsignore fileGedare Bloom2013-11-271-2/+0
|
* psxtmtests: copy psxtmthread05 to psxtmthread06, fix psxtmthread05Daniel Ramirez2013-11-279-11/+162
| | | | | | 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
* psxtmtests: Add psxtmthread05 for pthread_setschedparamChirayu Desai2013-11-275-0/+153
| | | | | | 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.
* testsuites: Fix warningsSebastian Huber2013-04-113-5/+6
|
* RTEMS: Delete ChangeLog files.Gedare Bloom2013-03-081-386/+0
| | | | | | | | | This commit deletes all RTEMS ChangeLog files. These files have been abandoned since converting to git version control. The historical data may be recovered by checking out any commit before this one. Most of the contents of these ChangeLog files can also be found in the git log. Two external ChangeLog files, ChangeLog.slac and ChangeLog.zlib, remain.
* psxtmtests: Generating .scn (Screen Shots) #8Alex Ivanov2013-01-157-0/+30
|
* Create POSIX Timing Test psxtmthread02Christopher Kerl2013-01-145-0/+120
| | | | | Minor modifications were made to the student version to clearify methods and to clean up test output.
* Generating .scn (Screen Shots) #7Alex Ivanov2013-01-145-0/+27
|
* Create POSIX Timing Test psxtmcond09Christopher Kerl2013-01-119-0/+290
| | | | | | 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-115-0/+144
|
* Added more condition variable timing tests.Jennifer Averett2013-01-111-2/+4
|
* Create POSIX Timing Test psxtmcond05Christopher Kerl2013-01-095-0/+111
|
* Create POSIX Timing Test psxtmcond02Christopher Kerl2013-01-095-0/+113
|
* GCI: Create POSIX Timing Test psxtmcond01Christopher Kerl2013-01-095-0/+130
|
* psxtmtests_plan.csv: Identify Conditional Variable CasesJoel Sherrill2012-11-251-10/+10
|
* Revert "Add config.h.in."Gedare Bloom2012-08-061-99/+0
| | | | This reverts commit cf42a6ea9dbb6ebee498ae8db319d3e475bcd6be.
* Require automake-1.12.2.Ralf Corsépius2012-07-191-1/+1
|
* Require autoconf-2.69.Ralf Corsépius2012-07-191-1/+1
|
* Add config.h.in.Ralf Corsépius2012-05-241-0/+99
|
* psxtmtests - Eliminate missing prototype warningsJoel Sherrill2012-05-1131-32/+167
|