summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests (unfollow)
Commit message (Expand)AuthorFilesLines
2019-12-20libtest: Add T_check_task_context() actionSebastian Huber3-2/+62
2019-12-20libtest: Use test configuration in T_now()Sebastian Huber2-31/+6
2019-12-19config: CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORSSebastian Huber57-57/+57
2019-12-05libtest: Change expected pass state stringSebastian Huber11-11/+11
2019-12-04testsuites: Remove rtems_test_pause*()Sebastian Huber1-1/+0
2019-11-26untar: Properly make parent pathSebastian Huber3-19/+19
2019-11-26libtests/dl*: Rename source filesSebastian Huber30-29/+29
2019-11-26libtests/dl*: Use rtems_tarfs_load()Sebastian Huber9-18/+18
2019-11-25libtests: Use '-' for TAR file namesSebastian Huber4-29/+29
2019-11-25libtests/dl*: Do not generate files via "echo"Sebastian Huber5-29/+18
2019-11-25libtests/tar0[12]:: Use static archive contentSebastian Huber4-20/+9
2019-11-21testsuite: Only include termios10/termios11 tests if compiled with POSIXHesham Almatary1-0/+4
2019-11-19imfs: Add IMFS_make_linfile()Sebastian Huber1-31/+29
2019-11-15Remove BSP_SMALL_MEMORY BSP optionSebastian Huber2-8/+0
2019-11-12testsuite/dl02: Fix bug to correctly check the handle of the second object fileHesham Almatary1-1/+1
2019-11-12riscv: preliminarily support for libdlHesham Almatary1-1/+1
2019-11-12sptests: Avoid include path magicSebastian Huber2-5/+11
2019-11-12tests: Simplify fatal error test supportSebastian Huber1-1/+1
2019-11-12block08: Use local includeSebastian Huber14-14/+14
2019-11-12libtests: Remove superfluous include pathSebastian Huber1-2/+1
2019-11-12libtests: Avoid build system defined definesSebastian Huber20-609/+621
2019-10-11ttest01: Check init/final run outputSebastian Huber1-0/+85
2019-10-11ttest01: Add test outputs all test casesMikail Yayla15-0/+2880
2019-10-11ttest01: Add more test casesSebastian Huber17-3/+4237
2019-10-11libtest: Do all output in test runnerSebastian Huber1-0/+4
2019-10-11ttest01: Adjust SPDX-License-IdentifierSebastian Huber1-2/+7
2019-10-08termios: Add Capability to Generate SIGINTR and SIGQUITJoel Sherrill7-1/+288
2019-10-04termios04/init.c: Remove dead copy of change_iflag()Joel Sherrill1-17/+0
2019-10-02Revert "record: Add wrappers for malloc() functions"Sebastian Huber3-492/+230
2019-10-02libtests/ttest01: Fix typosSebastian Huber1-3/+3
2019-10-01record: Add wrappers for malloc() functionsSebastian Huber3-230/+492
2019-10-01libtests/record01: Fix test failureSebastian Huber1-2/+45
2019-08-30record: Add system eventsSebastian Huber1-0/+22
2019-08-30record: Add system eventsSebastian Huber1-2/+3
2019-08-29record: Add more system eventsSebastian Huber2-75/+262
2019-08-28record: Add variants for critical sectionsSebastian Huber1-2/+5
2019-08-28record: Introduce <rtems/recordserver.h>Sebastian Huber1-0/+1
2019-08-28record: Use BSS section instead of per-CPU dataSebastian Huber1-1/+3
2019-08-17record: Pass bintime to client handlersSebastian Huber1-3/+11
2019-08-17record: Improve overflow handlingSebastian Huber2-72/+75
2019-08-06record: Change thread name encodingSebastian Huber1-4/+4
2019-07-30record: Add support for thread namesSebastian Huber1-0/+32
2019-07-28libdl/arm: Fix ARM mode trampoline parsing of relocsChris Johns1-1/+0
2019-05-03libdl: Do not access the ELF file while the allocator is locked.Chris Johns4-3/+4
2019-03-27ttest01: New testSebastian Huber7-0/+347
2019-03-22libdl: Add an archive commandChris Johns18-0/+771
2019-03-12record: Rename internal per-CPU eventsSebastian Huber1-11/+11
2019-02-09libdl: Add powerpc large memory and small data support.Chris Johns28-177/+519
2019-02-09libdl: Add support for large memory programsChris Johns4-9/+21
2019-02-09libdl: Add support for trampolinesChris Johns19-20/+1163