Skip to content

Commit 4cac864

Browse files
cfriedthenrikbrixandersen
authored andcommitted
tests: posix: xsi_single_process: reduce min ram to 16 kiB
The `qemu_cortex_m0/nrf51822` platform only has 16 kiB of RAM. However, `qemu_cortex_m0` is listed as one of the integration platforms for this testsuite and the `newlib` test configuration listed a `min_ram` of 24. Decrease the minimum ram for that platform (universally) down to 16 kiB so that all of the test configurations can run, thus avoiding the false positive error condition in twister. Signed-off-by: Chris Friedt <[email protected]>
1 parent 1bccaee commit 4cac864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/posix/xsi_single_process/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ common:
1010
- simulation
1111
integration_platforms:
1212
- qemu_cortex_m0
13+
min_ram: 16
1314
tests:
1415
portability.xsi.single_process:
1516
extra_configs:
@@ -31,7 +32,6 @@ tests:
3132
extra_configs:
3233
- CONFIG_NEWLIB_LIBC=y
3334
- CONFIG_NEWLIB_LIBC_MIN_REQUIRED_HEAP_SIZE=256
34-
min_ram: 24
3535
portability.xsi.single_process.picolibc:
3636
tags: picolibc
3737
filter: CONFIG_PICOLIBC_SUPPORTED

0 commit comments

Comments
 (0)