- Add integration_platforms to avoid excessive filtering - Make sure integration platforms are actually part of the filter - Fix some tags and test meta data Signed-off-by: Anas Nashif <anas.nashif@intel.com>
32 lines
1.0 KiB
YAML
32 lines
1.0 KiB
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
|
|
integration_platforms:
|
|
- qemu_x86
|
|
kernel.memory_protection.mem_map.x86_64:
|
|
filter: CONFIG_MMU and CONFIG_X86_64 and not CONFIG_COVERAGE
|
|
extra_sections: _TRANSPLANTED_FUNC
|
|
integration_platforms:
|
|
- qemu_x86_64
|
|
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
|
|
extra_configs:
|
|
- CONFIG_COVERAGE=y
|
|
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
|