We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7c353b commit a8b788dCopy full SHA for a8b788d
tests/kernel/mem_protect/mem_map/testcase.yaml
@@ -5,6 +5,9 @@ common:
5
- mmu
6
tests:
7
kernel.memory_protection.mem_map:
8
+ arch_allow:
9
+ - arm
10
+ - x86
11
filter: CONFIG_MMU and not CONFIG_X86_64 and not CONFIG_SOC_FAMILY_INTEL_ADSP
12
extra_sections: _TRANSPLANTED_FUNC
13
extra_configs:
@@ -18,7 +21,7 @@ tests:
18
21
kernel.memory_protection.mem_map.x86_64:
19
22
filter: CONFIG_MMU and CONFIG_X86_64 and not CONFIG_COVERAGE
20
23
- integration_platforms:
24
+ platform_allow:
25
- qemu_x86_64
26
kernel.memory_protection.mem_map.x86_64.coverage:
27
filter: CONFIG_MMU and CONFIG_X86_64 and CONFIG_COVERAGE
0 commit comments