Use dedicated field in the yaml file instead of mixing this testing feature with tags. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
23 lines
880 B
YAML
23 lines
880 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_PICOLIBC_HEAP_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
|