Twister now supports using YAML lists for all fields that were written as space-separated lists. Used twister_to_list.py script. Some artifacts on string length are due to how ruamel dumps content. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
25 lines
903 B
YAML
25 lines
903 B
YAML
common:
|
|
ignore_faults: true
|
|
tags:
|
|
- kernel
|
|
- mmu
|
|
tests:
|
|
kernel.memory_protection.mem_map:
|
|
filter: CONFIG_MMU and not CONFIG_X86_64
|
|
extra_sections: _TRANSPLANTED_FUNC
|
|
extra_args: CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=0
|
|
platform_exclude: qemu_x86_64
|
|
kernel.memory_protection.mem_map.x86_64:
|
|
filter: CONFIG_MMU and CONFIG_X86_64 and not CONFIG_COVERAGE
|
|
extra_sections: _TRANSPLANTED_FUNC
|
|
kernel.memory_protection.mem_map.x86_64.coverage:
|
|
filter: CONFIG_MMU and CONFIG_X86_64 and CONFIG_COVERAGE
|
|
extra_sections: _TRANSPLANTED_FUNC
|
|
extra_args: EXTRA_CFLAGS=-DSKIP_EXECUTE_TESTS
|
|
platform_allow: qemu_x86_64
|
|
kernel.memory_protection.mem_map.x86_64.coverage.exec:
|
|
filter: CONFIG_MMU and CONFIG_X86_64 and CONFIG_COVERAGE
|
|
extra_sections: _TRANSPLANTED_FUNC
|
|
extra_args: CONF_FILE=prj_x86_64_coverage_exec.conf
|
|
platform_allow: qemu_x86_64
|