summaryrefslogtreecommitdiffstats
path: root/testsuites (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-19Do not use RTEMS_INLINE_ROUTINESebastian Huber1-1/+1
2022-09-12validation: Test deadlock detection special caseSebastian Huber1-0/+190
2022-09-09validation: Fix integer type warningSebastian Huber1-1/+1
2022-09-08libtests/sha: Add tests for SHA512-256Sebastian Huber1-0/+49
2022-09-08libtests/sha: Add tests for SHA512-224Sebastian Huber1-0/+50
2022-09-08libtests/sha: Add tests for SHA384Sebastian Huber1-0/+58
2022-09-08libtests/sha: Add tests for SHA224Sebastian Huber1-4/+54
2022-09-08minimum: Do not use unified work areasSebastian Huber1-15/+0
2022-09-06pthread_atfork(): Change to behavior from FACE Technical StandardJoel Sherrill2-3/+9
2022-09-05validation: CONFIGURE_SCHEDULER_TABLE_ENTRIESSebastian Huber3-2/+119
2022-09-05validation: Refine basedefs specificationSebastian Huber1-0/+129
2022-09-05validation: RegenerateSebastian Huber1-6/+6
2022-08-31validation: Ignore array bounds warningsSebastian Huber1-0/+10
2022-08-31libtest: Fix warnings without a pragmaSebastian Huber1-5/+5
2022-08-31validation: Move flush filter stop validationSebastian Huber4-106/+408
2022-08-31validation: Support a partial thread queue flushSebastian Huber7-31/+53
2022-08-30validation: Fix use of uninitialized variablesSebastian Huber1-20/+16
2022-08-19psxkey07/init.c: Add pragma for gcc 12 warningRyan Long1-2/+9
2022-08-19psxclock/init.c: Change print format for warningRyan Long1-1/+1
2022-08-19ttest01/test-checks.c: Initialize variablesRyan Long1-5/+5
2022-08-19malloctest/init.c: Added pragmas to address gcc 12 warningsRyan Long1-3/+38
2022-08-19dl09/dl-load.c: Fix gcc 12 warningRyan Long1-1/+1
2022-08-11psxtimer_face01: Improve coverage and documentationJoel Sherrill3-6/+52
2022-08-10psxtimer0[12]/psxtimer.c: Reformat file header.Joel Sherrill2-6/+12
2022-08-10Add support for CONFIGURE_POSIX_TIMERS_FACE_BEHAVIORJoel Sherrill3-0/+132
2022-08-10validation: Use T_report_hash_sha256_update()Sebastian Huber1-0/+2
2022-08-05testsuite: Fix warningsChris Johns2-3/+4
2022-08-05testsuite/psxclock: Check setting realtime clock does not effect sleeping tasksChris Johns1-1/+171
2022-08-04posix: Fix relative CLOCK_REALTIME sleepSebastian Huber1-32/+14
2022-08-01sp54: Fix test caseSebastian Huber1-2/+2
2022-07-29libtests/dl*: Bump up the size of CONFIGURE_INIT_TASK_STACK_SIZERyan Long10-10/+10
2022-07-28score: Use PTHREAD_CANCELED for _Thread_Cancel()Sebastian Huber1-1/+1
2022-07-28score: Use priority inheritance for thread joinSebastian Huber6-399/+509
2022-07-27psxconfig01: Increase region areaSebastian Huber1-1/+1
2022-07-26score: Remove PRIORITY_PSEUDO_ISR thread prioritySebastian Huber1-11/+7
2022-07-25sptests/spstdc17: New testSebastian Huber2-0/+69
2022-07-21Support _REENT_THREAD_LOCAL Newlib configurationMatt Joyce1-4/+7
2022-07-21sptests: Disable Newlib reentrancyMatt Joyce4-1/+22
2022-07-21sptls04: Test an external TLS objectSebastian Huber3-3/+81
2022-07-20ada/sp09: The year 2100 cannot be setSebastian Huber1-12/+6
2022-07-18spsysinit01: Account for use of .noinit sectionSebastian Huber1-2/+2
2022-07-18spunlimited01: New testSebastian Huber2-0/+139
2022-07-15score: Extend memory dirty/zero actionsSebastian Huber1-6/+42
2022-07-15score: Place object controls into .noinit sectionsSebastian Huber1-1/+2
2022-07-14cdtest: Restrict exceptions during sysinitSebastian Huber1-0/+14
2022-07-14spextensions01: Fix assertionSebastian Huber1-2/+11
2022-07-14validation: SMP-specific spurious interrupt testSebastian Huber1-23/+125
2022-07-13sppps01: Fix test in SMP configurationsSebastian Huber1-1/+1
2022-07-07validation: Test thread idle bodiesSebastian Huber1-0/+194
2022-07-07validation: Always test spurious interruptsSebastian Huber1-14/+10