summaryrefslogtreecommitdiffstats
path: root/testsuites (unfollow)
Commit message (Expand)AuthorFilesLines
2017-12-08tm08: Do not use RTEMS_INTERRUPT_MASK for no reschedule caseJoel Sherrill1-7/+10
2017-12-08sp08: Disable RTEMS_INTERRUPT_MASK testing when SMP enabledJoel Sherrill1-2/+2
2017-12-07dosfs: Allow creating a file with similar name.Christian Mauderer1-0/+25
2017-12-06smpunsupported01: Add missing error check for rtems_task_modeJoel Sherrill2-1/+13
2017-12-06sptests/sp51: Delete semaphore after useSebastian Huber1-0/+3
2017-12-06libio: Use API mutexSebastian Huber1-2/+2
2017-12-05dosfs: Fix files with same name as volume name.Christian Mauderer1-1/+44
2017-12-04ada: Check C and POSIX typesSebastian Huber4-3/+187
2017-12-04score: Use self-contained API mutexSebastian Huber3-11/+8
2017-12-04ada/sp09: Fix timer server test caseSebastian Huber1-1/+1
2017-12-04ada/sp09: Fix region test casesSebastian Huber2-16/+17
2017-12-04ada: Fix work_space_size() test supportSebastian Huber1-1/+2
2017-12-04ada/tm04: Account for task delete behaviour changeSebastian Huber1-0/+9
2017-12-02ada/sp19: Add missing FP attributeSebastian Huber1-2/+2
2017-12-01ada/sp07: Fix uninitialized variableSebastian Huber1-0/+2
2017-12-01ada: Fix user extension supportSebastian Huber1-2/+2
2017-12-01ada: Use CONFIGURE_DISABLE_SMP_CONFIGURATIONSebastian Huber1-0/+2
2017-12-01ada/tm20: Account for optional heap protectionSebastian Huber1-3/+3
2017-12-01ada/spname01: Fix several issuesSebastian Huber3-9/+9
2017-12-01ada: Add standard test begin/end messageSebastian Huber144-144/+324
2017-12-01ada: Delete superfluous CONFIGURE_SPTESTSebastian Huber24-48/+0
2017-11-29block06/init.c: Fix printf() format warningJoel Sherrill1-5/+4
2017-11-24Remove coverhd.hSebastian Huber80-166/+113
2017-11-24libtests/malloctest: Fix 64-bit targetsSebastian Huber1-4/+6
2017-11-24libtests/stringto01: Fix 64-bit targetsSebastian Huber1-2/+2
2017-11-24sptests/splinkersets01: Fix 64-bit targetsSebastian Huber1-4/+16
2017-11-24ada/sp04: Fix clock getSebastian Huber1-1/+1
2017-11-22tests: Use exponential backoff in locked_vprintf()Sebastian Huber1-3/+19
2017-11-22sapi: New implementation of rtems_panic()Sebastian Huber1-10/+5
2017-11-22INTERNAL_ERROR_POSIX_INIT_THREAD_ENTRY_IS_NULLSebastian Huber1-1/+1
2017-11-22score: Simplify global constructionSebastian Huber7-3/+128
2017-11-20score: Optimize scheduler priority updatesSebastian Huber2-6/+11
2017-11-17getentropy: Add test.Christian Mauderer6-0/+142
2017-11-17cpukit: Add _arc4random_getentropy_fail.Christian Mauderer1-1/+1
2017-11-17sptests/spversion01: Simplify configurationSebastian Huber1-9/+2
2017-11-16psx05: Remove CONFIGURE_DISABLE_SMP_CONFIGURATIONSebastian Huber1-2/+0
2017-11-16score: Fix priority ceiling updatesSebastian Huber1-2/+56
2017-11-16score: Fix _Thread_queue_Flush_critical()Sebastian Huber1-33/+70
2017-11-16rtems: rtems_semaphore_flush() with prio inheritSebastian Huber1-11/+47
2017-11-15dl01, dl02, dl05: Fix unresolved printf symbolSebastian Huber4-11/+18
2017-11-13Change RTEMS_API from 5.0 to 5Sebastian Huber1-1/+1
2017-11-11tests: Use ld to map (wrap) printf, puts and putchar to tester functions.Chris Johns8-52/+6
2017-11-11tests: Use rtems_test_begin and rtems_test_end.Chris Johns3-47/+6
2017-11-10cpukit: Add a Version API.Chris Johns6-0/+125
2017-11-09pppd/Makefile.am: Add support/includeJoel Sherrill1-0/+2
2017-11-09Upgrade to 5.0.0Sebastian Huber1-2/+2
2017-11-09posix: Change created_with_explicit_schedulerSebastian Huber1-6/+62
2017-11-09posix: Remove POSIX_API_Control::schedpolicySebastian Huber1-12/+14
2017-11-08sptests/spconsole01: New testSebastian Huber6-0/+932
2017-11-07termios: Fix canonical modeSebastian Huber1-20/+77