summaryrefslogtreecommitdiff
path: root/testsuites/psxtmtests (follow)
AgeCommit message (Collapse)Author
2017-11-24Remove coverhd.hSebastian Huber
This header file contained timing overhead values which are hard to maintain. Update #3254.
2017-11-06tests: Use simple console driverSebastian Huber
Update #3170. Update #3199.
2017-10-28tests: Remove TEST_INITSebastian Huber
The TEST_EXTERN is a used only by the system.h style tests and they use CONFIGURE_INIT appropriately. Update #3170. Update #3199.
2017-10-23testsuite: Use printk for all test output where possible.Chris Johns
- Remove the printf support leaving the direct printk support configured with TESTS_USE_PRINTK and all other output goes via a buffered vsniprintf call to printk. - Control the test's single init for functions and global data with TEST_INIT and not CONFIGURE_INIT. They are now separate. Updates #3170.
2017-10-05posix: Implement self-contained POSIX mutexSebastian Huber
POSIX mutexes are now available in all configurations and no longer depend on --enable-posix. Update #2514. Update #3112.
2017-10-05posix: Implement self-contained POSIX condvarSebastian Huber
POSIX condition variables are now available in all configurations and no longer depend on --enable-posix. Update #2514. Update #3113.
2017-10-05posix: Implement self-contained POSIX rwlocksSebastian Huber
POSIX rwlocks are now available in all configurations and no longer depend on --enable-posix. Update #2514. Update #3115.
2017-10-05posix: Implement self-contained POSIX barriersSebastian Huber
POSIX barriers are now available in all configurations and no longer depend on --enable-posix. Update #2514. Update #3114.
2017-10-05posix: Implement self-contained POSIX semaphoresSebastian Huber
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.
2017-04-04testsuite: Add a common test configuration. Fix configure.ac and Makefile.am ↵Chris Johns
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.
2016-07-25posix: add clock_nanosleep and testsGedare Bloom
updates #2732
2016-05-02posix: Simplify message queuesSebastian Huber
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.
2015-12-01psxtmtests_plan.csv: Fix typoJoel Sherrill
2015-03-31psxtmtests: Use timeout in more distant futureAlexander Krutwig
Adds future compatibility with strict monontonic software timestamps.
2014-12-05Update bug report URLSebastian Huber
2014-09-16Use correct prototype of benchmark_timer_read()Joel Sherrill
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.
2014-09-04Misc psxtmtests: Use uint32_t not long for end_time to match printf() format ↵Joel Sherrill
expectations
2014-03-25psxtmtests: Add test.h supportbjorn larsson
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns
2013-12-09psxtmtests: added psxtmcond07 testDaniel Ramirez
2013-12-07psxtmtests_plan.csv: Update messagesJoel Sherrill
2013-12-07psxtmtests: Make output more uniformJoel Sherrill
2013-12-02psxtmtests: added new psxtmthread04 testDaniel Ramirez
2013-12-01pstmtests_plan.csv: Update to reflect psxtmcond 09 and 10 exitDaniel Ramirez
2013-12-01psxtmtests: added psxtmcond06 testDaniel Ramirez
2013-11-30psxtmtests: added new psxtmcond04 test, fixed psxtmcond03Daniel Ramirez
2013-11-30psxtmbarrier04/init.c: Fix warningsJoel Sherrill
2013-11-30psxtmthread02/init.c: Fix warningsJoel Sherrill
2013-11-30fixed psxtmthread02 test, updated .csv to be in sync and added test .docsDaniel Ramirez
2013-11-30psxtmtests_plan.csv: Replace comma with colonJoel Sherrill
This makes it easier for scripts to parse correctly.
2013-11-30psxtmtests: Added in new psxtmbarrier04 test, release, preemptDaniel Ramirez
2013-11-28psxtmtests_plan.csv: Avoid comma in descriptionsJoel Sherrill
2013-11-27psxtmthread05: delete spurious .cvsignore fileGedare Bloom
2013-11-27psxtmtests: copy psxtmthread05 to psxtmthread06, fix psxtmthread05Daniel Ramirez
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_plan.csv: Add explicit No statusJoel Sherrill
2013-11-27Indicate that test psxtmthread05 has been implementedChirayu Desai
* update psxtmtests_plan.csv to reflect that the test has been implemented. * Test implemented in db08c3897f86f99d5a4259506d4463b0ec440762
2013-11-27psxtmtests: Add psxtmthread05 for pthread_setschedparamChirayu Desai
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-04-11testsuites: Fix warningsSebastian Huber
2013-03-08RTEMS: Delete ChangeLog files.Gedare Bloom
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.
2013-01-15psxtmtests: Generating .scn (Screen Shots) #8Alex Ivanov
2013-01-14Create POSIX Timing Test psxtmthread02Christopher Kerl
Minor modifications were made to the student version to clearify methods and to clean up test output.
2013-01-14Generating .scn (Screen Shots) #7Alex Ivanov
2013-01-11Create POSIX Timing Test psxtmcond09Christopher Kerl
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 Kerl
2013-01-11Added more condition variable timing tests.Jennifer Averett
2013-01-09Create POSIX Timing Test psxtmcond05Christopher Kerl
2013-01-09Create POSIX Timing Test psxtmcond02Christopher Kerl
2013-01-09GCI: Create POSIX Timing Test psxtmcond01Christopher Kerl
2012-11-25psxtmtests_plan.csv: Identify Conditional Variable CasesJoel Sherrill
2012-08-06Revert "Add config.h.in."Gedare Bloom
This reverts commit cf42a6ea9dbb6ebee498ae8db319d3e475bcd6be.