Skip to content

Commit f9cafd2

Browse files
stephanosionashif
authored andcommitted
tests: cpp: libcxx: Set minimum RAM requirement for full newlib test
This commit sets the minimum RAM requirement for the full newlib test (`cpp.libcxx.newlib`) to 24 KiB so that only the target platforms that can provide sufficient RAM area for the newlib heap are selected. In case of the newlib full variant, the minimum required newlib heap size, specified by CONFIG_NEWLIB_LIBC_MIN_REQUIRED_HEAP_SIZE, is 8192. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 9c23f6a commit f9cafd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/subsys/cpp/libcxx/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ tests:
66
filter: TOOLCHAIN_HAS_NEWLIB == 1
77
toolchain_exclude: xcc
88
min_flash: 54
9+
min_ram: 24
910
tags: cpp
1011
extra_configs:
1112
- CONFIG_NEWLIB_LIBC=y

0 commit comments

Comments
 (0)