Files
rtems/testsuites/libtests
Sebastian Huber 52c8ac7b69 record: Improve overflow handling
In case of a ring buffer overflow, the rtems_record_drain() will push
the complete ring buffer content to the client.  While the items are
processed by the client, new items may overwrite some items being
processed.  The overwritten items can be detected in the following
iteration once the next tail/head information is pushed to the client.
2019-08-17 19:01:10 +02:00
..
2018-08-07 07:17:19 +02:00
2018-10-05 13:41:07 +02:00
2018-10-05 13:41:07 +02:00
2018-10-05 13:41:07 +02:00
2018-10-05 13:41:07 +02:00
2018-10-05 13:41:07 +02:00
2018-10-05 13:41:07 +02:00
2018-08-07 07:17:19 +02:00
2018-10-05 13:41:07 +02:00
2018-10-05 13:41:07 +02:00
2019-03-22 14:16:52 +11:00
2018-10-05 13:41:07 +02:00
2018-10-05 13:41:07 +02:00
2018-10-05 13:41:07 +02:00
2019-03-27 07:21:31 +01:00
2019-03-27 07:21:31 +01:00
2019-03-27 07:21:31 +01:00

This directory contains tests for some of the items in
the lib directories.  The intent is to be able to
verify the basic functionality of a library.  For example,
it is important to know that the stack checker successfully
detects tasks which both stay within and exceed their
stack limits.