summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/capture01 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: Use floating point taskSebastian Huber2017-07-181-0/+2
| | | | | | | These tests directly or indirectly use fprintf(), etc. which may use the floating point unit. Update #3076.
* libmisc/capture: Remove the reserved _t in the types.Chris Johns2016-09-011-2/+2
|
* cpukit, testsuite: Add rtems_printf and rtems_printer support.Chris Johns2016-05-251-0/+3
| | | | | | | | | | | | | | | | | | | 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.
* capture01: Update screen fileJoel Sherrill2015-03-041-30/+33
|
* capture01: Use capture engine print methods.Jennifer Averett2014-11-241-237/+13
|
* capture01: Remove capture task tracking.Jennifer Averett2014-10-271-27/+85
| | | | | This involved adding a new variable record to the capture buffer and modifing the trace method to read those records.
* libtests/capture01: Fix test nameSebastian Huber2014-09-011-1/+1
|
* libtests/capture01: Force error if SMP enabledSebastian Huber2014-09-011-0/+5
| | | | | This prevents infinite test runs on SMP due to the recursive interrupt lock acquire.
* capture01: Add include of assert.h.Jennifer Averett2014-07-141-0/+1
|
* capture01: New non-interactive test for capture engine.Jennifer Averett2014-07-116-0/+619