Commit 6738e8e9 authored by Keith Packard's avatar Keith Packard Committed by Fabio Baltieri
Browse files

tests/x86/mem_protect: Disable picolibc heap for demand paging tests



These tests don't need any libc heap and currently fail when one is
available.

Signed-off-by: default avatarKeith Packard <keithp@keithp.com>
parent 77554a09
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4,9 +4,12 @@ tests:
  kernel.demand_paging:
    tags: kernel mmu demand_paging
    filter: CONFIG_DEMAND_PAGING
    extra_configs:
      - CONFIG_PICOLIBC_HEAP_SIZE=0
  kernel.demand_paging.timing_funcs:
    tags: kernel mmu demand_paging
    platform_allow: qemu_x86_tiny
    filter: CONFIG_DEMAND_PAGING
    extra_configs:
      - CONFIG_DEMAND_PAGING_STATS_USING_TIMING_FUNCTIONS=y
      - CONFIG_PICOLIBC_HEAP_SIZE=0