zephyr/tests
Evgeniy Paltsev b4f49bf5fc tests: posix: env: fix failure in case toolchain with minimal libc
In case of minimal libc we have CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE = 0
by default. Some toolchains uses minimal libc by default (for example
ARC MWDT toolchain). Let's set CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE
explicitly so we can allocate memory for environment variables.

Signed-off-by: Evgeniy Paltsev <PaltsevEvgeniy@gmail.com>
Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
2024-07-11 13:24:02 -04:00
..
application_development
arch tests: arch: common: stack_unwind: fix symtab test 2024-07-09 19:44:08 -04:00
benchmarks tests: latency_measure: Restructure configurations 2024-06-12 14:33:47 +03:00
bluetooth Bluetooth: Mark bt_<type>_err_to_str() APIs experimental 2024-07-11 13:11:59 -04:00
boards soc: nordic: common: dmm: fix region alignment getter 2024-07-10 08:42:40 -04:00
boot tests: boot: Add nrf54l15pdk to platform_allow list in with_mcumgr tests 2024-06-04 13:41:29 +02:00
bsim tests: do not get ZEPHYR_BASE from ENV 2024-07-11 13:09:53 -04:00
cmake everywhere: reindent .overlay files with tabs 2024-06-26 15:59:44 +02:00
crypto everywhere: reindent .overlay files with tabs 2024-06-26 15:59:44 +02:00
drivers tests: do not get ZEPHYR_BASE from ENV 2024-07-11 13:09:53 -04:00
integration/kernel Kernel: Integration test 2024-06-19 13:41:06 +02:00
kconfig/configdefault
kernel tests: kernel: timer: behavior: pytest: Adjust max stddev 2024-07-09 19:02:51 +02:00
lib json: test: Add test for array elements alignment 2024-07-09 19:02:25 +02:00
misc tests: do not get ZEPHYR_BASE from ENV 2024-07-11 13:09:53 -04:00
modules posix: move ioctl() from fdtable to posix 2024-06-14 14:01:05 -04:00
net net: sockets: Remove async service support 2024-07-10 11:36:59 +02:00
posix tests: posix: env: fix failure in case toolchain with minimal libc 2024-07-11 13:24:02 -04:00
robot resc: cmake: robot: Rename Renode variable 2024-05-28 12:54:52 +02:00
subsys tests: logging/dictionary: pytest only looks at last output 2024-07-09 17:25:22 -04:00
unit tests: unit: util: Add unit test of utf8_trunc and utf8_lcpy 2024-06-27 08:48:31 -04:00
ztest lib: cpp: remove deprecated Kconfigs 2024-06-18 14:33:58 -04:00
test_config.yaml