summaryrefslogtreecommitdiff
path: root/testsuites/libtests/capture01 (follow)
AgeCommit message (Collapse)Author
2019-11-15Remove BSP_SMALL_MEMORY BSP optionSebastian Huber
Use the test state configuration instead. Update #3818.
2018-10-05tests: Use rtems_task_exit()Sebastian Huber
Update #3533.
2018-04-10testsuite/libtests: Merged nested Makefile.am files into one Makefile.amChris Johns
This change is part of the testsuite Makefile.am reorganization. Update #3382
2018-03-07libtests/capture01: Fix configurationSebastian Huber
2017-11-07tests: Use <tmacros.h>Sebastian Huber
Update #3170. Update #3199.
2017-11-06tests: Use simple console driverSebastian Huber
Update #3170. Update #3199.
2017-11-02tests: Use printf() instead of fprintf()Sebastian Huber
Update #3170. Update #3199.
2017-10-28tests: Remove TEST_INITSebastian Huber
The TEST_EXTERN is a used only by the system.h style tests and they use CONFIGURE_INIT appropriately. Update #3170. Update #3199.
2017-10-28tests: Use rtems_print_printer_fprintf_putc()Sebastian Huber
Use rtems_print_printer_fprintf_putc() instead of rtems_print_printer_printf() to output via rtems_putc(). Update #3170. Update #3199.
2017-10-28tests: Move rtems_test_printer definitionSebastian Huber
Statically initialize it to use printk(). Update #3170. Update #3199.
2017-10-23testsuite: Use printk for all test output where possible.Chris Johns
- Remove the printf support leaving the direct printk support configured with TESTS_USE_PRINTK and all other output goes via a buffered vsniprintf call to printk. - Control the test's single init for functions and global data with TEST_INIT and not CONFIGURE_INIT. They are now separate. Updates #3170.
2017-07-18tests: Use floating point taskSebastian Huber
These tests directly or indirectly use fprintf(), etc. which may use the floating point unit. Update #3076.
2016-09-01libmisc/capture: Remove the reserved _t in the types.Chris Johns
2016-05-25cpukit, testsuite: Add rtems_printf and rtems_printer support.Chris Johns
This change adds rtems_printf and related functions and wraps the RTEMS print plugin support into a user API. All references to the plugin are removed and replaced with the rtems_printer interface. Printk and related functions are made to return a valid number of characters formatted and output. The function attribute to check printf functions has been added to rtems_printf and printk. No changes to remove warrnings are part of this patch set. The testsuite has been moved over to the rtems_printer. The testsuite has a mix of rtems_printer access and direct print control via the tmacros.h header file. The support for begink/endk has been removed as it served no purpose and only confused the code base. The testsuite has not been refactored to use rtems_printf. This is future work.
2015-03-04capture01: Update screen fileJoel Sherrill
2014-11-24capture01: Use capture engine print methods.Jennifer Averett
2014-10-27capture01: Remove capture task tracking.Jennifer Averett
This involved adding a new variable record to the capture buffer and modifing the trace method to read those records.
2014-09-01libtests/capture01: Fix test nameSebastian Huber
2014-09-01libtests/capture01: Force error if SMP enabledSebastian Huber
This prevents infinite test runs on SMP due to the recursive interrupt lock acquire.
2014-07-14capture01: Add include of assert.h.Jennifer Averett
2014-07-11capture01: New non-interactive test for capture engine.Jennifer Averett