zephyr/tests/kernel
Daniel Leung bda38f033a tests: mem_map: fix memory exhaustion test on qemu_x86_tiny
The test_k_mem_map_unmap test requires some free physical pages
to work correctly. On qemu_x86_tiny, the physical memory is
artificially limited to test demand paging, which is 320KB as
of writing of this commit message. We also reserve 128KB of
physical memory as swapping area. And we do pin quite lot of
text and data (relatively speaking) in memory. There is not
much memory left for the test. So lower the amount of reserved
memory for paging to leave some pages for the test.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2024-10-15 04:12:25 -04:00
..
cache boards: rename qemu_xtensa to qemu_xtensa/dc233c 2024-10-02 09:58:36 +02:00
common
condvar/condvar_api
context tests/kernel/context: correct the way to get IRQ number of APIC TSC Timer 2024-09-23 14:10:27 +01:00
device
early_sleep
events
fatal tests: kernel.common.stack_sentinel: re-enable some platforms 2024-09-19 03:29:09 -04:00
fifo
fpu_sharing
gen_isr_table tests: gen_isr_table: multilevel: cleanup filter & Kconfigs 2024-10-02 10:08:19 +02:00
interrupt tests: kernel: interrupt: nested_irq: support nrf54h20_cpuppr 2024-10-04 10:45:57 +01:00
ipi_cascade
ipi_optimize
lifo
mbox
mem_heap/k_heap_api
mem_protect tests: mem_map: fix memory exhaustion test on qemu_x86_tiny 2024-10-15 04:12:25 -04:00
mem_slab
mp
msgq
mutex tests: rename intel_adsp_ace30.conf to intel_adsp_ace30_ptl.conf 2024-10-03 22:00:54 +01:00
obj_core
obj_tracking
pending
pipe
poll
profiling/profiling_api
queue tests: rename intel_adsp_ace30.conf to intel_adsp_ace30_ptl.conf 2024-10-03 22:00:54 +01:00
sched
semaphore
sleep
smp tests: kernel: smp: Test cpu affinity with custom ROM offset 2024-10-11 13:17:25 -04:00
smp_abort
smp_boot_delay
smp_suspend
spinlock
stack/stack
threads arch: kernel: lib: toolchain: Standardize TLS keyword 2024-09-23 10:01:48 +02:00
tickless/tickless_concept
timer
usage/thread_runtime_stats tests: thread_runtime_stats: Skip the test on virtual Cortex-R8 platform 2024-10-01 09:58:22 +02:00
workq
xip