summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests (follow)
Commit message (Expand)AuthorAgeFilesLines
* newlib01: Added tests for exit proceduresMatt Joyce2022-03-312-23/+100
* testsuites/: Update Eric Norum contact info and normalize file headersJoel Sherrill2022-03-242-15/+6
* newlib01: Adjust variable nameSebastian Huber2022-03-241-4/+4
* newlib01: Check exit processing for file objectsMatt Joyce2022-03-241-16/+134
* testsuites: Manual file header clean upChristian Mauderer2022-03-101-6/+0
* bsps/testsuites/: Scripted embedded brains header file clean upJoel Sherrill2022-03-1038-224/+2
* testsuites/.../*doc: Manual cleanup of embedded brains File HeadersJoel Sherrill2022-03-108-48/+8
* newlib01: Edit asserts to check initializationMatt Joyce2022-02-161-3/+3
* cpukit: Prevent error with disabled stack checkerKinsey Moore2022-01-273-0/+90
* Remove obsolete rtems_gxx_*() implementationSebastian Huber2022-01-273-296/+0
* libtests/dl10: Enter shell on demandSebastian Huber2022-01-141-10/+23
* libtests/ofw01: Fix device tree blob alignmentSebastian Huber2022-01-131-2/+2
* Fix device tree blob alignmentSebastian Huber2022-01-111-2/+2
* libtests/ofw01: Fix wrapped in bsp_fdt_get()Sebastian Huber2022-01-111-1/+15
* untar: Make behavior similar to GNU or BSD tarChristian Mauderer2021-12-094-9/+245
* libc: Optimize malloc() initializationSebastian Huber2021-11-301-15/+22
* rtems: Use RTEMS_WHO_AM_I for rtems_task_ident()Sebastian Huber2021-11-182-2/+2
* libtests/calloc.c: Fix reported memory leakzack leung2021-11-031-1/+3
* build: Remove old build systemSebastian Huber2021-09-212-1739/+0
* i2c: Add non blocking read / writeChristian Mauderer2021-06-221-1/+120
* testsuites: Remove telnetd01Vijay Kumar Banerjee2021-05-203-155/+0
* Return NULL for zero size allocationsSebastian Huber2021-05-061-55/+26
* Make zero size allocation result consistentSebastian Huber2021-05-041-10/+96
* libtest: Fix use of flexible array memberSebastian Huber2021-05-031-15/+15
* Makefile.am: Remove legacy networking filesVijay Kumar Banerjee2021-04-261-69/+0
* Fix calloc() behaviour in case of overflowSebastian Huber2021-04-201-10/+13
* Revert "cpukit: Remove telnetd"Vijay Kumar Banerjee2021-04-133-0/+155
* testsuites: Remove all legacy networking testsVijay Kumar Banerjee2021-04-0712-1379/+0
* cpukit: Remove telnetdVijay Kumar Banerjee2021-04-073-155/+0
* testsuites/libtests: Remove networking01Vijay Kumar Banerjee2021-04-073-196/+0
* libtests/block14: Fix warningSebastian Huber2021-04-071-1/+1
* Restore FDT in ofw01 to avoid test timeout on RISCVJiri Gaisler2021-03-301-0/+1
* libblock: Add rtems_bdbuf_peek()Christian Mauderer2021-03-262-36/+107
* libtest: Print SHA256 hash in base64urlSebastian Huber2021-02-261-1/+1
* libtest: Report target hashSebastian Huber2021-02-261-2/+6
* libtests/ofw01: Added a test for RTEMS OFWG S Niteesh Babu2020-12-276-0/+395
* libtest: Make test case allocator configurableSebastian Huber2020-11-191-0/+3
* testsuits/dl10 : Prototype missingFrank Kühndel2020-10-101-0/+1
* testsuite/rcxx01: Add examples for use in the User manualChris Johns2020-10-095-5/+245
* cpukit/librcxx: Add a C++ thread interface with attributesChris Johns2020-10-084-0/+228
* libtests/sha: Fix test if -O0 is usedSebastian Huber2020-09-301-0/+11
* irqs01/smpirqs01: New testsSebastian Huber2020-09-142-0/+315
* libtest: Add T_push_plan() and T_pop_plan()Sebastian Huber2020-08-182-2/+23
* libtest: Change T_step() and T_assert_step()Sebastian Huber2020-08-182-4/+4
* libtest: Add fixture stepsSebastian Huber2020-08-183-21/+22
* libtest: Change fixture scope methodSebastian Huber2020-08-181-4/+4
* libtests/dl10: Delete unused functionsAschref Ben Thabet2020-08-111-22/+0
* libtest: Add T_thread_switch_record()Sebastian Huber2020-08-111-0/+66
* libtest: Fix T_interrupt_test() in SMP configsSebastian Huber2020-08-061-0/+54
* libtest: Add T_interrupt_test()Sebastian Huber2020-07-235-0/+232