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>
21 lines
455 B
YAML
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
|