summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests (unfollow)
Commit message (Expand)AuthorFilesLines
2017-11-06tests: Use simple console driverSebastian Huber99-99/+99
2017-11-02posix: Use far future for very long timeoutsSebastian Huber1-7/+52
2017-10-28tests: Remove TEST_INITSebastian Huber100-200/+0
2017-10-28tests: Remove obsolete TESTS_USE_PRINTKSebastian Huber3-3/+0
2017-10-26psxtests/psxstat: Fix format warningsSebastian Huber1-2/+2
2017-10-26psxtests/psxclockrealtime01: Fix warningsSebastian Huber1-0/+2
2017-10-25testsuite: Fix buildChris Johns1-0/+2
2017-10-24score: Move thread queue timeout handlingSebastian Huber1-1/+1
2017-10-24psxclockrealtime01: New testSebastian Huber6-0/+700
2017-10-23testsuite: Use printk for all test output where possible.Chris Johns101-41/+220
2017-10-17posix: Remove POSIX_API_Control::schedparamSebastian Huber1-5/+1
2017-10-17posix: Fix _POSIX_Threads_Create_extension()Sebastian Huber1-0/+8
2017-10-10posix: Constify default thread processor affinitySebastian Huber2-0/+8
2017-10-10posix: Simplify pthread_attr_setstack()Sebastian Huber1-1/+4
2017-10-09posix: Remove rtems_pthread_attribute_compare()Sebastian Huber1-1/+67
2017-10-09posix: Simplify POSIX_API_ControlSebastian Huber2-2/+40
2017-10-09psxtests/psx05: Fix timeout calculationSebastian Huber1-9/+3
2017-10-05posix: Implement self-contained POSIX mutexSebastian Huber17-63/+194
2017-10-05posix: Implement self-contained POSIX condvarSebastian Huber14-47/+185
2017-10-05posix: Implement self-contained POSIX rwlocksSebastian Huber4-71/+203
2017-10-05posix: Implement self-contained POSIX barriersSebastian Huber4-41/+63
2017-10-05posix: Implement self-contained POSIX semaphoresSebastian Huber3-16/+227
2017-09-22posix: Allow PTHREAD_PROCESS_SHARED for rwlocksSebastian Huber1-0/+38
2017-09-21psxrdwrv/test.c: Clear iovec to ensure consistent resultsJoel Sherrill1-0/+3
2017-09-15posix: Allow PTHREAD_PROCESS_SHARED for condvarSebastian Huber2-2/+29
2017-09-15posix: Allow PTHREAD_PROCESS_SHARED for barriersSebastian Huber2-2/+23
2017-09-15posix: Allow PTHREAD_PROCESS_SHARED for mutexesSebastian Huber2-4/+7
2017-09-15libio: Do simple parameter checks earlySebastian Huber1-3/+9
2017-09-12posix: Ignore pshared for semaphoresSebastian Huber1-5/+9
2017-08-27psxconfig01/init.c: Fix printf() format warningsJoel Sherrill1-6/+6
2017-07-28psximfs02/init.c: Increase size of buffer to avoid overwriteJoel Sherrill1-2/+2
2017-07-28psxmmap01/init.c: Correct printf() format specifierJoel Sherrill1-1/+1
2017-07-28psxtests/psxmmap01: Fix warningSebastian Huber1-1/+1
2017-07-27psxmmap01/test_helper.c: Use correct printf format for size_tJoel Sherrill1-1/+1
2017-07-27psxmmap01/test_driver.c: Fix mmap_h handler type mismatchJoel Sherrill1-1/+1
2017-07-19tests: Use floating point taskSebastian Huber1-0/+2
2017-07-14psxtests: Add a mmap dedicated test caseKevin Kirspel10-0/+553
2017-06-21psxstat/test.c: Avoid potential string overflowJoel Sherrill1-2/+5
2017-06-21psximfs02/init.c: Avoid potential string overflowJoel Sherrill1-2/+2
2017-05-11confdefs.h: CONFIGURE_DISABLE_SMP_CONFIGURATIONSebastian Huber1-0/+2
2017-05-05posix/mman: add mmap support for shm objectsGedare Bloom1-1/+2
2017-04-25psxtests/Makefile.am: Disable tests which should not be built when POSIX is d...Joel Sherrill1-2/+2
2017-04-22rtems/inttypes.h: Add blksize_t and blkcnt_tJoel Sherrill1-29/+1
2017-04-04psxstrsignal01: Remove warningsJoel Sherrill1-0/+4
2017-04-04testsuite: Add a common test configuration. Fix configure.ac and Makefile.am ...Chris Johns2-34/+117
2017-03-15psxstrsignal01: New testJoel Sherrill6-1/+198
2017-02-15psxtests: Fix warningsSebastian Huber2-10/+9
2017-02-14psxsem01: Fix warningSebastian Huber1-1/+1
2017-02-03Prefix confdefs.h internal def with an underscoreSebastian Huber1-1/+1
2017-01-25psxtests: Relax shared memory testsSebastian Huber2-18/+24