zephyr/tests/kernel/pipe
Jan Van Winkel 7c07093f66 kernel: tests: Increased TX/RX buf size in pipe test
Increased TX/RX buffer size by one in pipe test to prevent buffer
overrun.

Some test will transfer one byte more then the number of bytes
supported by the pipe, in case the buffer size is the same as the
size of the pipe this will result in a buffer overrun.
Tools such as address sanitizer would detect this overrun and fail the
test.

Signed-off-by: Jan Van Winkel <jan.van_winkel@dxplore.eu>
2019-10-01 17:56:02 -04:00
..
pipe kernel: tests: Increased TX/RX buf size in pipe test 2019-10-01 17:56:02 -04:00
pipe_api tests: Never disable SMP 2019-09-26 16:54:06 -04:00