Skip to content

Commit 4b52921

Browse files
cfriedtkartben
authored andcommitted
tests: posix: xsi_single_process: remove unnecessary min_ram filter
The xsi single process test suite requires something like 256 bytes of heap space. There is no legitimate reason to require 24kB of ram. This gets rid of a twister error ``` Error found: portability.xsi.single_process.newlib on qemu_cortex_m0/nrf51822 (Not enough RAM but is one of the integration platforms) ``` Signed-off-by: Chris Friedt <[email protected]>
1 parent 4524bdf commit 4b52921

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/posix/xsi_single_process/testcase.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ tests:
2828
- CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=256
2929
portability.xsi.single_process.newlib:
3030
filter: TOOLCHAIN_HAS_NEWLIB == 1
31-
min_ram: 24
3231
extra_configs:
3332
- CONFIG_NEWLIB_LIBC=y
3433
- CONFIG_NEWLIB_LIBC_MIN_REQUIRED_HEAP_SIZE=256

0 commit comments

Comments
 (0)