zephyr/tests/kernel
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
..
boot_page_table arch/x86: move arch/x86/include/mmustructs.h to ia32/mmustructs.h 2019-07-03 20:01:17 -04:00
common kernel: renamespace z_is_in_isr() 2019-09-30 15:25:55 -04:00
context tests: Never disable SMP 2019-09-26 16:54:06 -04:00
critical tests: Never disable SMP 2019-09-26 16:54:06 -04:00
device tests: enable native_posix_64 testing 2019-07-16 10:41:11 -07:00
early_sleep tests: Never disable SMP 2019-09-26 16:54:06 -04:00
fatal tests: Never disable SMP 2019-09-26 16:54:06 -04:00
fifo tests: Never disable SMP 2019-09-26 16:54:06 -04:00
fp_sharing tests/kernel/fp_sharing: Fix static analysis warning 2019-08-22 07:07:31 -04:00
gen_isr_table riscv32: rename to riscv 2019-08-02 13:54:48 -07:00
interrupt kernel: renamespace z_is_in_isr() 2019-09-30 15:25:55 -04:00
lifo tests: Never disable SMP 2019-09-26 16:54:06 -04:00
mbox tests: Never disable SMP 2019-09-26 16:54:06 -04:00
mem_heap/mheap_api_concept malloc: make sure returned memory is properly aligned 2019-07-03 14:17:29 -07:00
mem_pool tests: Never disable SMP 2019-09-26 16:54:06 -04:00
mem_protect kernel: rename main/idle thread/stacks 2019-09-30 15:25:55 -04:00
mem_slab tests: Never disable SMP 2019-09-26 16:54:06 -04:00
mp license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
msgq/msgq_api tests: Never disable SMP 2019-09-26 16:54:06 -04:00
mutex tests: Never disable SMP 2019-09-26 16:54:06 -04:00
obj_tracing tests: Never disable SMP 2019-09-26 16:54:06 -04:00
pending tests: Never disable SMP 2019-09-26 16:54:06 -04:00
pipe kernel: tests: Increased TX/RX buf size in pipe test 2019-10-01 17:56:02 -04:00
poll tests: Never disable SMP 2019-09-26 16:54:06 -04:00
profiling/profiling_api tests: Never disable SMP 2019-09-26 16:54:06 -04:00
queue tests: Never disable SMP 2019-09-26 16:54:06 -04:00
sched tests: Never disable SMP 2019-09-26 16:54:06 -04:00
semaphore tests: Never disable SMP 2019-09-26 16:54:06 -04:00
sleep tests: Never disable SMP 2019-09-26 16:54:06 -04:00
smp tests: enable hsdk and nsim_hs_smp for smp test 2019-08-11 21:18:38 +02:00
spinlock license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
stack tests: Never disable SMP 2019-09-26 16:54:06 -04:00
threads kernel: tests: Added header with common declarations 2019-10-01 09:16:01 -04:00
tickless tests: Never disable SMP 2019-09-26 16:54:06 -04:00
timer tests: Never disable SMP 2019-09-26 16:54:06 -04:00
workq tests: Never disable SMP 2019-09-26 16:54:06 -04:00
xip x86: fix XIP SOC support and defaults 2019-09-11 21:11:38 -04:00