summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests (unfollow)
Commit message (Expand)AuthorFilesLines
2018-03-07libtests/capture01: Fix configurationSebastian Huber1-0/+1
2018-02-07libdl: Use self-contained recursive mutexSebastian Huber1-1/+1
2018-02-05termios: Remove obsolete configuration optionsSebastian Huber9-27/+0
2018-02-02termios: Use self-contained objectsSebastian Huber1-3/+4
2018-01-25Remove make preinstallChris Johns6-3/+7
2018-01-19block06: Use floating-point taskSebastian Huber1-0/+1
2017-11-29block06/init.c: Fix printf() format warningJoel Sherrill1-5/+4
2017-11-24libtests/malloctest: Fix 64-bit targetsSebastian Huber1-4/+6
2017-11-24libtests/stringto01: Fix 64-bit targetsSebastian Huber1-2/+2
2017-11-17getentropy: Add test.Christian Mauderer6-0/+142
2017-11-15dl01, dl02, dl05: Fix unresolved printf symbolSebastian Huber4-11/+18
2017-11-11tests: Use ld to map (wrap) printf, puts and putchar to tester functions.Chris Johns1-2/+0
2017-11-07termios: Fix canonical modeSebastian Huber1-20/+77
2017-11-07tests: Use normal console for user input testsSebastian Huber3-3/+3
2017-11-07tests: Use <tmacros.h>Sebastian Huber3-4/+6
2017-11-06tests: Use <tmacros.h> in all testsSebastian Huber8-31/+28
2017-11-06tests: Use simple console driverSebastian Huber82-82/+82
2017-11-02tests: Use printf() instead of fprintf()Sebastian Huber4-130/+118
2017-11-02tests: Delete obsolete TESTS_USE_PRINTFSebastian Huber2-2/+0
2017-10-28tests: Remove TEST_INITSebastian Huber83-166/+0
2017-10-28tests: Remove obsolete TESTS_USE_PRINTKSebastian Huber12-15/+0
2017-10-28tests: Use rtems_test_printer in generalSebastian Huber5-0/+5
2017-10-28tests: Use rtems_print_printer_fprintf_putc()Sebastian Huber5-5/+5
2017-10-28tests: Use rtems_test_printerSebastian Huber5-31/+18
2017-10-28tests: Move rtems_test_printer definitionSebastian Huber5-5/+0
2017-10-23testsuite: Remove warnings.Chris Johns1-17/+18
2017-10-23testsuite: Use printk for all test output where possible.Chris Johns87-141/+288
2017-10-21libtests/tar01: Fix build dependenciesSebastian Huber1-2/+7
2017-09-15libio: Use FIFO for iop free listSebastian Huber1-4/+11
2017-07-28Fix IO control request typeSebastian Huber1-1/+1
2017-07-28libtests/block08: Fix format warningSebastian Huber1-1/+1
2017-07-19tests: Use floating point taskSebastian Huber3-3/+9
2017-07-18tests: Use floating point taskSebastian Huber14-0/+28
2017-06-30newlib01: Use fopen() instead of freopen()Sebastian Huber1-3/+11
2017-06-21dl03/dl-cache.c: Fix duplicate const warningJoel Sherrill1-1/+1
2017-06-21malloctest/init.c: Disable check maximum size warning to allow error test caseJoel Sherrill1-0/+3
2017-06-21top/task1.c: Fix sprintf() buffer overflowJoel Sherrill1-1/+1
2017-06-21rbheap01/init.c: Fix PAGE_SIZE redefined warningJoel Sherrill1-37/+37
2017-06-13tests: Fix build dependenciesSebastian Huber7-7/+12
2017-06-07Move RTEMS-specific Termios API contentSebastian Huber4-84/+6
2017-05-16confdefs.h: Add SMP enabled field to configurationSebastian Huber3-0/+6
2017-05-11confdefs.h: CONFIGURE_DISABLE_SMP_CONFIGURATIONSebastian Huber1-0/+2
2017-05-11testsuites: Fix build dependences for generated files.Chris Johns7-2/+18
2017-04-25block08/bdbuf_tests.c: Add include of <rtems/inttypes.h>Joel Sherrill1-0/+1
2017-04-25rtems/inttypes.h, block08: Add and use PRIdrtems_blkdev_bnumJoel Sherrill1-1/+5
2017-04-25devnullfatal01/testcase.h: Avoid redefinition of TESTS_USE_PRINTKJoel Sherrill1-1/+3
2017-04-04testsuite: Add a common test configuration. Fix configure.ac and Makefile.am ...Chris Johns6-99/+126
2017-03-31libdl: Support link ordered loading of ELF sections.Chris Johns1-1305/+1357
2017-03-22termios: Synchronize with latest FreeBSD headersKevin Kirspel12-256/+592
2017-02-28termios09: Test send callbackSebastian Huber1-0/+26