summaryrefslogtreecommitdiff
path: root/testsuites/psxtests (follow)
AgeCommit message (Collapse)Author
2017-11-22INTERNAL_ERROR_POSIX_INIT_THREAD_ENTRY_IS_NULLSebastian Huber
Delete superfluous INTERNAL_ERROR_POSIX_INIT_THREAD_ENTRY_IS_NULL. Update #3243.
2017-11-16psx05: Remove CONFIGURE_DISABLE_SMP_CONFIGURATIONSebastian Huber
Update #3020.
2017-11-09posix: Change created_with_explicit_schedulerSebastian Huber
Remove POSIX_API_Control::created_with_explicit_scheduler. Add Thread_Control::was_created_with_inherited_scheduler. This fixes also pthread_getattr_np() for Classic tasks. Update #2514.
2017-11-09posix: Remove POSIX_API_Control::schedpolicySebastian Huber
Use the thread CPU budget algorithm to determine the scheduler policy. This fixes also pthread_getschedparam() for Classic tasks. Update #2514.
2017-11-06tests: Use simple console driverSebastian Huber
Update #3170. Update #3199.
2017-11-02posix: Use far future for very long timeoutsSebastian Huber
Close #3205.
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-28tests: Remove obsolete TESTS_USE_PRINTKSebastian Huber
Update #3170. Update #3199.
2017-10-26psxtests/psxstat: Fix format warningsSebastian Huber
2017-10-26psxtests/psxclockrealtime01: Fix warningsSebastian Huber
Update #3182.
2017-10-25testsuite: Fix buildChris Johns
Updates #3170.
2017-10-24score: Move thread queue timeout handlingSebastian Huber
Update #3117. Update #3182.
2017-10-24psxclockrealtime01: New testSebastian Huber
Update #3182.
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-17posix: Remove POSIX_API_Control::schedparamSebastian Huber
Move sporadic server scheduler parameters to POSIX_API_Control::Sporadic. Remove redundant scheduler priority parameter. Update #2514.
2017-10-17posix: Fix _POSIX_Threads_Create_extension()Sebastian Huber
The thread POSIX API control must be fully initialized in _POSIX_Threads_Create_extension(), otherwise a pthread_setschedparam() is broken for all threads not created with pthread_create().
2017-10-10posix: Constify default thread processor affinitySebastian Huber
Set default thread processor affinity to all processors of the pre-allocated set. This allows to constify the _POSIX_Threads_Default_attributes. Update #2514.
2017-10-10posix: Simplify pthread_attr_setstack()Sebastian Huber
Simplify * pthread_attr_setstack(), and * pthread_attr_setstacksize(). Update #2514.
2017-10-09posix: Remove rtems_pthread_attribute_compare()Sebastian Huber
Update #2514. Close #3174.
2017-10-09posix: Simplify POSIX_API_ControlSebastian Huber
Return stack area via pthread_getattr_np(). Simplify * pthread_attr_setaffinity_np(), and * pthread_attr_getaffinity_np() and let the scheduler do the more sophisticated error checks. Make * pthread_setaffinity_np(), * pthread_getaffinity_np(), * pthread_attr_setaffinity_np(), and * pthread_attr_getaffinity_np() available in all configurations. Update #2514. Close #3145. Close #3168.
2017-10-09psxtests/psx05: Fix timeout calculationSebastian Huber
Update #3111.
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-09-22posix: Allow PTHREAD_PROCESS_SHARED for rwlocksSebastian Huber
Close #3153.
2017-09-21psxrdwrv/test.c: Clear iovec to ensure consistent resultsJoel Sherrill
closes #3148.
2017-09-15posix: Allow PTHREAD_PROCESS_SHARED for condvarSebastian Huber
Close #3137.
2017-09-15posix: Allow PTHREAD_PROCESS_SHARED for barriersSebastian Huber
Close #3126.
2017-09-15posix: Allow PTHREAD_PROCESS_SHARED for mutexesSebastian Huber
Close #3125.
2017-09-15libio: Do simple parameter checks earlySebastian Huber
This simplifies error handling later. Update #3132.
2017-09-12posix: Ignore pshared for semaphoresSebastian Huber
Since we have only one process, sharing between processes is trivial. Close #3124.
2017-08-27psxconfig01/init.c: Fix printf() format warningsJoel Sherrill
2017-07-28psximfs02/init.c: Increase size of buffer to avoid overwriteJoel Sherrill
2017-07-28psxmmap01/init.c: Correct printf() format specifierJoel Sherrill
2017-07-28psxtests/psxmmap01: Fix warningSebastian Huber
Update #2859.
2017-07-27psxmmap01/test_helper.c: Use correct printf format for size_tJoel Sherrill
2017-07-27psxmmap01/test_driver.c: Fix mmap_h handler type mismatchJoel Sherrill
2017-07-19tests: Use floating point taskSebastian Huber
These tests directly or indirectly use fprintf(), etc. which may use the floating point unit. Update #3076.
2017-07-14psxtests: Add a mmap dedicated test caseKevin Kirspel
Updates #2859
2017-06-21psxstat/test.c: Avoid potential string overflowJoel Sherrill
2017-06-21psximfs02/init.c: Avoid potential string overflowJoel Sherrill
2017-05-11confdefs.h: CONFIGURE_DISABLE_SMP_CONFIGURATIONSebastian Huber
Enable the SMP configuration by default in case SMP is enabled. Add configuration option CONFIGURE_DISABLE_SMP_CONFIGURATION to disable it explicitly. Add CONFIGURE_DISABLE_SMP_CONFIGURATION to all test which would fail otherwise. Update #3001.
2017-05-05posix/mman: add mmap support for shm objectsGedare Bloom
Update #2859.
2017-04-25psxtests/Makefile.am: Disable tests which should not be built when POSIX is ↵Joel Sherrill
disabled
2017-04-22rtems/inttypes.h: Add blksize_t and blkcnt_tJoel Sherrill
2017-04-04psxstrsignal01: Remove warningsJoel Sherrill
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.
2017-03-15psxstrsignal01: New testJoel Sherrill