zephyr/tests/kernel/mem_protect/demand_paging/mem_map/testcase.yaml
Daniel Leung b5b00134c5 tests: demand_paging/mem_map: move malloc config to prj.conf
Both tests set CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=0 so extract
it to prj.conf. The tests require malloc arena size to be 0 to
run successful. By refactoring the config, it is now able to
with west build and still passing.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2024-12-07 16:01:10 +00:00

21 lines
455 B
YAML

common:
ignore_faults: true
tests:
kernel.demand_paging.mem_map:
tags:
- kernel
- mmu
- demand_paging
platform_allow:
- qemu_cortex_a53
- qemu_cortex_a53/qemu_cortex_a53/smp
- qemu_x86_tiny
kernel.demand_paging.mem_map.timing_funcs:
tags:
- kernel
- mmu
- demand_paging
platform_allow: qemu_x86_tiny
extra_configs:
- CONFIG_DEMAND_PAGING_STATS_USING_TIMING_FUNCTIONS=y